EasyManuals Logo

Omron CX-Supervisor Reference Manual

Omron CX-Supervisor
164 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #55 background imageLoading...
Page #55 background image
Page Commands SECTION 6 Functions and Methods
54
6-2 Page Commands
Display Page
Syntax
display ("pagename")
or
display ("pagename", X, Y)
Remarks
Typical Examples
display ("CAR")
The page 'CAR.PAG' is displayed.
textpoint = "CAR"
display(textpoint)
The page 'CAR.PAG' is displayed.
display("CAR", 100, 200)
The page 'CAR.PAG' is displayed in a custom position, 100 pixels across from
the left of the main window and 200 pixels down from the top.
6-2-1 Close Page
Syntax
close ("pagename")
Remarks
Typical Examples
close("CAR")
The page 'CAR.PAG' is closed.
textpoint = "CAR"
close(textpoint)
The page 'CAR.PAG' is closed.
Argument Description
pagename This is the name of the page for display, based on its
filename without the file extension, e.g. the pagename for
CAR.PAG is simply 'CAR'.
Argument Description
pagename This is the name of the page for closure, based on its
filename without the file extension, e.g. the pagename for
CAR.PAG is simply 'CAR'. The pagename for closure
must be currently open.
Note: The 'close' operation will cause the page to be unloaded, including all objects,
ActiveX controls and scripts. Care must be taken not to attempt to access them
after the close instruction.
Note: Where the script containing the 'close' instruction is on the page to be closed,
this should be the last instruction in the script as it will cause the script to be
unloaded.

Table of Contents

Other manuals for Omron CX-Supervisor

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Omron CX-Supervisor and is the answer not in the manual?

Omron CX-Supervisor Specifications

General IconGeneral
BrandOmron
ModelCX-Supervisor
CategorySoftware
LanguageEnglish

Related product manuals