Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

PageSelectFirst

  • Last UpdatedJul 13, 2023
  • 1 minute read

Selects the first page currently open in the Graphics Builder. Fails if there are no pages open.

Syntax

PageSelectFirst

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

PageSelectNext

Example

' Selects the first page in Graphics Builder
GraphicsBuilder.PageSelectFirst
If Err.Number <> 0 Then
Output.Print "PageSelectFirst Error" + "; Err.Number = " + Hex(Err.Number)
Else
Output.Print "PageSelectFirst OK" End If

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in