Skip to main content

Reports

Last updated 23/07/2024


EventExecutesDescription
Do CreateServerExecutes when the menu item referencing the report is clicked.
On SelectionClientExecutes when the menu item referencing the report is selected.
On ShowClientExecutes when the menu item referencing the report is clicked and before the page renders. This event is called after the On Selection event.
Do CloseServerExecutes when the report is removed.
On CancelClientExecutes when the Cancel button is clicked.
On RunClientExecutes when the Run button for the report is clicked. In the event of no screen fields for the report, it executes as soon as the report is selected. This event is called just before the Do Run event is executed.
Do RunServerExecutes when the Run button for the report is clicked, or executed via a job, or via the
executeAction()
function on the Five object.