GOTO PAGE

4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next

version 3


GOTO PAGE (pageNumber)

ParameterTypeDescription
pageNumberNumberForm 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.


4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next