- Procedure PageOpenSingle(page)
PageOpenSingle
The procedure PageOpenSingle is similar to PageOpen, except that
after successfull opening the page PageOpenSingle makes sure that
all other currently opened pages are closed.
PageOpenSingle(
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.