SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-121
WINDOW
INDEX index
displays cache messages beginning with the cache line indicated by the
index expression.
index
specifies the ordinal record index in the cache. Indexes 0, 1, 2, …,
correspond to the first, second, third,... records in cache, and indexes -1, -
2, -3,. …, correspond to the last, second from last, third from last,...,
records in cache.
[ + | - ] target
displays cache messages beginning with the target text specified. The search
is bidirectional: + specifies searching forward, and - specifies searching
backward through the cache for the target text.
target can be either text between delimiters, such as /this is the target/, or a
string variable, such as [ + | ]#string-var.
If you specify MENU before the cache option, the search is restricted to the
text to the left of the production symbol. If you do not specify MENU or you
specify it after the cache option, the search includes all characters in the
cache.
CLEAROVER
specifies that any edit-mode windows overlapped by this window are deleted and
cleared from the screen. As always, the program and program context associated
with a deleted window are not affected by the deletion of the windows. Not
specifying either this option or the NOCLEAR option causes windows other than
edit mode to be automatically deleted.
NOCLEAR
implies that the WINDOW statement fails with a run-time error if this window
overlaps other windows. Not specifying either this option or the CLEAROVER
option causes windows other than edit mode to be automatically deleted.
CURSOR
specifies whether the cursor is moved to this window.
The default is CURSOR, which means that the cursor is moved to the current
window.
NOCURSOR
prevents cursor repositioning.