interface field display
Allows you to display a field on the dialog box.
A field is a space on a dialog box where a data elements can be entered and displayed.
Whenever required a field can be displayed using the command.
Format:
interface field display |
|---|
field_name = | an existing GI_field |
Example:
interface field display & |
|---|
field_name = | .gui.ATC.flde |
Description:
Parameter | Value Type | Description |
|---|
field _name | An Existing GI_field | Specifies the name of an existing field to be displayed |
Extended Definition:
1. The field created can be displayed on appropriate dialog box by the ‘DISPLAY’ command. Alternatively, it can be closed by the ‘UNDISPLAY’ command.