
Basics
CHAPTER 2 Basic Operations
• Displaying and using a Window
Each field in a window can be displayed and used as follows:
zCharacter string input field (text field)
A character string can be entered in the field. Input of a character string
zSelection field (pulldown list)
Click the [] button to display the list from a pulldown menu, and select a value from the list.
Selection
zSetting button (button)
-[Apply] button
When this button is clicked, the system checks the validity of the data entered in character string input fields and selected values in the selection fields and other specified data in the window. If invalid data is found, a warning dialog box appears.
For example, if the [Apply] button is clicked with an invalid IP address such as 255.255.255.255 entered in the IP address input field, the warning dialog box shown below appears.
When the [OK] button is clicked in the warning dialog box, the window scrolls until the input error location is displayed, and the input error location is displayed in reverse video.
If the entered data may have a significant effect on the system, a confirmation dialog box for continuing processing is displayed.