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

AVEVA™ Plant SCADA

PageSelectNext

  • Last UpdatedJul 13, 2023
  • 1 minute read

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

Syntax

PageSelectNext

Return Value

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

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

PageSelectFirst

Example

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

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