Section 2 NS Series Functions 2-9 Buttons
2-139
NS Series Programming Manual
Note: A functional object on the base screen or pop-up screen must be set as the destination. The destination
cannot be a functional object on a different screen, e.g., a functional object on the base screen cannot be
used as the destination from a pop-up screen. Functional objects on sheets also cannot be used as the
destination. When creating a Command Button on a sheet, the destination must be a functional object with
a specified ID number on a base screen or pop-up screen using that sheet.
R
R
R
e
e
e
f
f
f
e
e
e
r
r
r
e
e
e
n
n
n
c
c
c
e
e
e
♦
Functional object ID numbers can be checked by selecting View – Show ID (click on Show ID) or
opening the Functional Object Properties Dialog Box.
Specify the 4-digit number displayed here if using Specified Input Field to specify the ID number. (In
the above example, “7” is specified.)
Refer to Create Screens in the CX-Designer Online Help for information on ID displays.
♦
Set Input Field with Focus to transmit to other screens. Data cannot be transmitted even if the ID
number is set under Specified Input Field.
Control Codes
Control code Explanation
LEFT Moves the cursor one character space to the left, deleting the character to the left of the
original cursor position.
RIGHT Moves the cursor one character space to the right, inserting a space to the right of the
original cursor position.
CLR Clears the input data.
CAN Cancels the input data.
BS Deletes one character to the left of the cursor.
DEL Deletes one character to the right of the cursor.
RET Confirms the input characters.
ENT Confirms the input characters and moves the focus to the next registered data input object.
±
Reverses the sign of the numeral in the data input field. This option is invalid for character
string display.
***.* Adds a decimal point to the data input field. Use this option when entering real numbers.
HOME Moves the focus to the data input object at the top left of the screen.
F UP Moves the focus to the closest data input object above.
F DOWN Moves the focus to the closest data input object below.
F LEFT Moves the focus to the closest data input object to the left.
F RIGHT Moves the focus to the closest data input object to the right.
F NEXT Moves the focus to the next data input object in ascending order.
F PREV Moves the focus to the previous data input object in descending order.
S PAGEUP (For list selection only.) Page-up for scroll bar.
S PAGEDOWN (For list selection only.) Page-down for scroll bar.
S LINEUP (For list selection only.) Line-up for scroll bar.
S LINEDOWN (For list selection only.) Line-down for scroll bar.