Programming
Syntax:
Description:
Parameters:
See also
Variable S_CONTROL (Page 87)
6.2.5
FOCUS
Description
The FOCUS method is executed if the focus (cursor) is positioned on another field in the dialog.
The FOCUS method must not be initiated as a result of a navigation event. The cursor position
may only be changed in softkey PRESS methods, CHANGE methods, etc. The response of
cursor movements is predefined.
Note
Within the FOCUS method, it is not possible to select a different variable, nor can a new dialog
be loaded.
Programming
Syntax:
Description:
Parameters:
Example
FOCUS
DLGL("The focus has been placed on variable << FOC << ".)
END_FOCUS
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
CONTROL
<instructions>
END_CONTROL
Control switchover
- None -
FOCUS
...
END_FOCUS
Positions the cursor
- None -
Programming commands
6.2 Methods
99