interface field undisplay
Allows closing of an displayed field on the dialog box
A field is a space on a dialog box where a data elements can be entered and displayed.
It may not be necessary to display the field always and hence it can be closed by the command.
Format:
interface field undisplay |
|---|
field_name = | an existing GI_field |
Example:
interface field undisplay & |
|---|
field_name = | .gui.ATC.flde |
Description:
Parameter | Value Type | Description |
|---|
field _name | An Existing GI_field | Specifies the name of an displayed field |
Extended Definition:
1. The displayed field can be closed by choosing the field name and running the command ‘undisplay’. It can be displayed again by the command ‘display’ specifying the field name.