FORM NEXT PAGE
FORM NEXT PAGE
Does not require any parameters |
---|
This command is not thread-safe, it cannot be used in preemptive code.
Description
FORM NEXT PAGE changes the currently displayed form page to the next form page. If no form is being displayed or loaded by the FORM LOAD command, or if the last form page is already displayed, FORM NEXT PAGE does nothing.
Example
The following example is a one-line method called from a menu command. It displays the form page that follows the one currently displayed:
FORM NEXT PAGE
See also
FORM FIRST PAGE
FORM Get current page
FORM GOTO PAGE
FORM LAST PAGE
FORM PREVIOUS PAGE