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

AVEVA™ Plant SCADA

PagePushLast

  • Last UpdatedJul 18, 2023
  • 1 minute read

Places a page at the end of the page navigation history.

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

PagePushLast(Page)

Page:

The Page Name or Page Number (of the page) to place at the end of the page navigation history.

Return Value

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

PageLast, PagePeekCurrent, PagePeekLast, PagePopLast, PagePopUp

Example

PageDisplay("MIMIC1");
! Displays page "MIMIC1".
PageDisplay("MIMIC2");
/* Displays page "MIMIC2" and places page "MIMIC1" onto the page navigation history. */
PageDisplay("10");
! Displays page "10" and places page "MIMIC2" onto the page navigation history.
PagePushLast("TREND1");
! Places page "TREND1" onto the page navigation history.
PageLast();
/* Displays the last page, that is page "TREND1" and removes it from the page navigation history. */
PageLast();
/* Displays the last page, that is page "MIMIC2" and removes it from the page navigation history. */

See Also

Page Functions

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