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