Tuesday 4 February 2014

REPORT object

Report Triggers
The following table lists triggers that apply to the report itself.
TriggerExecuted
OnInitReport TriggerWhen the report is   loaded.
OnPreReport TriggerBefore the report is   run, but after the RequestPage has been run.
OnPostReport TriggerAfter the report has   run, but not if the report was stopped manually or by the QUIT Function (Report, XMLport).
In Report we define the Data Items and its triggers are as follows
Data Item Triggers
The following table lists triggers that apply to each data item on the report.
The Trigger executing style for Report already i published in my blog .

TriggerExecuted
OnPreDataItem TriggerBefore the data item   is processed, but after the associated variable has been initialized.
OnAfterGetRecord (Data Items) TriggerWhen a record has been   retrieved from the table.
OnPostDataItem TriggerWhen the data item has   been iterated for the last time.

No comments:

Post a Comment