Opens an existing CitectSCADA graphics page.
Syntax
PageOpen(Project, Page)
Project:
The name of the project that contains the page you would like to open.
Page:
The name of the page you would like to open.
Return Value
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageNew, PageSave, PageSaveAs, PageClose
Example
' Opens an existing
CitectSCADAgraphics page
GraphicsBuilder.PageOpen "Example", "Genies"