Executed as a page closes and before the OnClosePage Trigger executes.

[Ok]:= OnQueryClosePage

Return Value

Ok

Type: Boolean

true to close the page; otherwise false. This value is checked after each function call.

Applies To

  • Pages
Important
The OnQueryClose trigger is not fully supported by the Microsoft Dynamics NAV Web client. When the page displays in the Microsoft Dynamics NAV Web client, the trigger is only invoked when the page is hosted in a modal popup window (MPO).

Remarks

If the page that is closing and all its child pages return true in the OnQueryClosePage trigger, then the OnClosePage Trigger is called for all child pages and then for the parent page.

If an error occurs in the OnQueryClosePage trigger or it returns false, then the page is not closed.

You can use this trigger to write to the database.