SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-123
WINDOW
Field video attributes are:
Field domain attributes are:
To specify individual attributes, append field attribute production definitions at the
end of a cache line. Definitions appear after the attribute production (::) symbol.
(See the next example.)
To specify initial values for fields, either place the value directly in the field, or place
the name of a variable in the field. For example:
The FIELDS option in conjunction with the script development facility on the Help
page provides a what-you-see-is-what-you-get (WYSIWYG) screen builder
capability that allows instantaneous prototyping.
DIM | D Field is dimmed. [ 1,
BLINK | B Field is blinking. [ 2,
REVERSE | R Field is reversed. [ 4,
BLANK Field is invisible. [ 8,
UNDERLINE | U Field is underlined. [16,
NORMAL | NORM Field is normal video. [ 0,
FREE | F Field is any characters. same as f() , 0]
ALPHA | A Field is only alphabetic characters , 2]
ALPHASP | AS Field is alphabetic and space characters ,12]
ALPHANUM | AN Field is only alphabetic and numeric , 6]
ALPHANUMSP | ANS Field is alphabetic, numeric, and spaces ,14]
NUMERIC | N Field is only numeric 0 .. 9 , 4]
NUMFULL | NF Field is full numeric 0 .. 9 .,+-$ , 8]
NUMFULLSP | NFS Field is full numeric including spaces ,10]
NOTAB | NOT Cursor will not auto tab at end of field ,16]
PROTECTED | P Field is protected (display only) ,32]
CITY [CHICAGO ] { is equivalent to
VAR #city := "CHICAGO"; { placing a variable
CITY [#city ] { into a field