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