Applies To: |
|
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.
|
Keywords: |
Related Links
Attachments