version 3
GOTO PAGE (pageNumber)
| Parameter | Type | Description | |
| pageNumber | Number | Form page to display |
Description
GOTO PAGE changes the currently displayed form page to the form page specified by pageNumber.
If a form is not being displayed, GOTO PAGE does nothing. If pageNumber is greater than the number of pages, the last page is displayed. If pageNumber is less than one, the first page is displayed.
Examples
The following example is an object method for a button. It displays a specific page, page 3:
GOTO PAGE (3)
See Also
Current form page, FIRST PAGE, LAST PAGE, NEXT PAGE, PREVIOUS PAGE.