OnNextRecord Trigger

Determines the next record to be displayed.


[ActualSteps]:=OnNextRecord(Steps)

Parameters

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).

  • Forms

  • Pages

This trigger is executed in place of the default next record behavior.

If an error occurs in the trigger code, the form is closed.

Community Additions

ADD
Show: