Executed as a page closes after the OnQueryClosePage Trigger is executed.

OnClosePage()

Applies To

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

Remarks

This trigger is initiated by a user action, such as when the user chooses the Close button, or by the CurrPage.CLOSE function being called.

You can write to the database from this trigger.