NET/MASTER Network Control Language (NCL) Reference Summary
Panel Control Statements
68 106161 Tandem Computers Incorporated
#FLD The #FLD panel control statement defines or modifies the attributes of a field
character.
#FLD { c | X'xx' }
 [ { BKGCOLOR | BKGCOLOUR }=
color-option
 ]
 [ BLANKS={ ANY | NONE |
TRAIL } ]
 [ CAPS={ YES | NO } ]
 [ { COLOR | COLOUR }=
color-option
 ]
 [ EDIT=
type 
]
 [ HLITE={ BLINK | NONE | REVERSE | USCORE } ]
 [ INTENS={ LOW |
HIGH | NON } ]
 [ JUST={ ASIS | CENTER | LEFT | RIGHT } ]
 [ NCLKEYWD={ YES | NO } ]
 [ PAD={ char | NULL
} ]
 [ PSKIP={ GMENU |
NO | PMENU } ]
 [ RANGE=( 
min
,
max 
) ]
 [ REQ={ YES | NO } ]
 [ SKIP={ YES | NO } ]
 [ SUB={ YES | NO } ]
 [ TYPE={ INPUT | NULL |
OUTPUT | OUTVAR } ]
 [ VALIGN={ CENTER | LEFT | NO | RIGHT } ]
color-option:
 BLUE GREEN RED WHITE
 DEFAULT PINK TURQUOISE YELLOW
#INCLUDE The #INCLUDE panel control statement specifies a panel name as a source of panel
statements. The source from the included panel is merged with the including panel
when the panel is invoked by an NCL procedure.
#INCLUDE 
panelname
#NOTE The #NOTE panel control statement contains any comments you want to see in a panel
definition.
#NOTE 
text










