Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the next record to be displayed.
Syntax
[ActualSteps]:=OnNextRecord(Steps)
Parameters
Steps
(Integer) The number of records stepped through before displaying another record. A negative value indicates steps backwards.
Return Value
ActualSteps
(Integer) This return value contains the actual number of steps or records cycled through. The default value is zero (0).
Applies To
- Pages
Remarks
This trigger is executed in place of the default next record behavior.
If an error occurs in the trigger code, the page is closed.