- Procedure PageOpen(page)
PageOpen
With the procedure PageOpen you can open any page that is defined in
the Page Manager. If the page is already open, then the procedure will
make this page the active page. The PageOpen procedure does not halt
the execution, unless the page to open is defined as a dialog page. In
the latter case, the execution is halted until the user closes the page.
PageOpen(
page ! (input) string expression
)
Arguments
- page
A string expression representing the name of the page that you want to open. This name is the unique name as it appears in the Page Manager tree.
Return Value
The procedure returns 1 if the page is opened successfully. If the procedure fails to open the page it returns 0, and the pre-defined parameter
CurrentErrorMessagewill contain a proper error message.
See also
The procedures PageOpenSingle, PageClose.