OnNextRecord Trigger
Determines the next record to be displayed.
[ActualSteps]:=OnNextRecord(Steps)
Steps
(Integer) The number of records stepped through before displaying another record. A negative value indicates steps backwards.
ActualSteps
(Integer) This return value contains the actual number of steps or records cycled through. The default value is zero (0).
- Pages
This trigger is executed in place of the default next record behavior.
If an error occurs in the trigger code, the page is closed.