PageNext
- Last UpdatedJul 18, 2023
- 1 minute read
Displays the next page as specified in the project.
You cannot call this function from the Exit command field (see Edit the Properties for a Page) or a Cicode object.
Note: This function is not supported in the server process in a multiprocessor environment. Calling this function from the server process results in a hardware alarm being raised.
Syntax
PageNext()
Return Value
0 (zero) if the page is successfully displayed, otherwise an error is returned.
Related Functions
Example
Buttons
|
Text |
Page Next |
|
Command |
PageNext() |
|
Comment |
Display the next page in the browse sequence |
System Keyboard
|
Key Sequence |
PageNext |
|
Command |
PageNext() |
|
Comment |
Display the next page in the browse sequence |
/* If graphics page 1 is currently displayed, and the graphics
page 1 has Next Page Name=10. */
PageNext();
! Displays graphics page 10.