Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-36
Class HTMLHandler
Syntax
public void setNewCursor (ScreenFieldIdentifier[] fieldIds)
public void setNewCursor (ScreenFieldIdentifier[] fieldIds,
ScobolType dependingOn)
public void setNewCursor (ScreenFieldIdentifier[] fieldIds,
boolean isShadowed)
Description
The first form of the syntax is equivalent to the SCREEN COBOL statement:
SET NEW-CURSOR AT {screen-identifier},...
The second form is equivalent to the SCREEN COBOL statement:
SET NEW-CURSOR AT {screen-identifier},... [DEPENDING [ON]]
identifier
The third form is equivalent to the SCREEN COBOL statement:
SET NEW-CURSOR AT {screen-identifier},... [SHADOWED]
Parameters
Method turn
Purpose
Changes the display attributes of a selected number of HTML fields.
Syntax
public void turn (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
int attrFlag)
fieldIDs
An array of ScreenIdentifier objects; corresponds to
screen-identifiers in the SET NEW-CURSOR
statement
dependingOn
If non-null, corresponds to the presence (and if null, to the
absence) of the DEPENDING [ON] clause of the SET
NEW-CURSOR statement
isShadowed
If true, corresponds to the presence (and if false, to the
absence) of the SHADOWED clause of the SET NEW-
CURSOR statement