
2.FANUC PICTURE (Windows) B-66244EN/03
- 192 -
Use TabIndex property of VB for focusing index:
Select this method if you want to use the TabIndex number
property of VB to specify the order in which the focus is to move
or index numbers indicating the order for continuous input.
TabIndex numbers are regarded as focusing index numbers if this
method is selected.
The TabIndex numbers must start at 1 and be continuous.
For a control on which the focus is not to be put, select TabStop =
False and specify, as a TabIndex number, a number out of a range
of continuous index numbers assigned to the controls on which the
focus is to be put.
CAUTION
- If “Specify the focusing index” is selected, do not
use the same number for two or more focusing
indexes within one screen (form).
- For both Focusing index and TabIndex numbers,
the lowest number must not necessarily be 1, but all
numbers used must be continuous.
Focus movement rule:
If you want to move the focus directly to a specific control rather
than putting it on a control determined according to the common
focus movement rule set up on the Focus rule tab of the Screen Set
control, set up a focusing index number for the control for an
individual cursor key. This setting is referenced also in
determining the continuous input order for the continuous input
function.
UP key, DOWN key, LEFT key, RIGHT key:
As the property of each of the ↑, ↓, ←, and → keys, specify a
focusing index number or TabIndex number assigned to a control
to which the focus it to put next. The index numbers that can be
specified are those within the current screen. If an index number
out of range is specified, the focus will move to the next subscreen
or to the first or last control with input on the current screen.
If the specified value is 0, the focus will move to the control
obtained according to the “Common focus movement rule.”
Don’t move focus to the next control after data input operation.:
If you want to stop continuous input after data is input to the
control of interest, turn on the check box for the “Don’t move
focus to the next control after data input operation.” This function
can be used to disable continuous input, for example, after the last
data input is finished for the input setup item group of interest if
there are two or more input setup item groups on the screen.