PageOpen
- Last UpdatedJul 13, 2023
- 1 minute read
Opens an existing Plant SCADA 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 Plant SCADA graphics page
GraphicsBuilder.PageOpen "Example", "Genies"