Applies To:
  • CitectSCADA 3.xx, 4.xx, 5.xx, 6.00
  • CitectHMI 3.xx, 4.xx, 5.xx, 6.00

Summary:
Can you tell me what exactly PageInfo(1) returns. According to the CitectSCADA Help this should return a page number. What is the page number?
 

Solution:
Prior to CitectSCADA version 5.0, page records could be edited in the Project Editor. One of the fields available for configuration was "Page Number". The value entered for a page could then be used in run time with the Page cicode functions such as PageDisplay(), PageGoto() and PageInfo(1).

For Example:

PageDisplay("1");

! can be used to display the page that has "1" (without the quotes) set in the Page Number field.

PageInfo(1);

! returns the Page Number of the current page.


From version 5.0 on, this feature is only backwards supported. The "Alias" field in the project Pages.DBF file still contains the Page Numbers from upgraded projects, however, the Pages database records are no longer available for direct editing in CitectSCADA.

 

Keywords:
 

Attachments