Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-24
Class ScreenFieldArray
Parameters
Method setUSERCONVERSION
Syntax
public void setUSERCONVERSION (int userCode,
Object contextObject)
Description
Equivalent to the USER [CONVERSION] field-characteristic clause, as in:
OCCURS IN columns-literal COLUMNS ON lines-literal LINES
USER [CONVERSION] numeric-literal
Parameters
Method setVALUE
Syntax
public void setVALUE (String initialValue)
Description
Equivalent to the VALUE field-characteristic clause, as in:
OCCURS IN columns-literal COLUMNS ON lines-literal LINES
VALUE nonnumeric-literal
Parameters
i
Must be ScreenFieldArray.UPSHIFT_INPUT,
ScreenFieldArray.UPSHIFT_OUTPUT, or
ScreenFieldArray.UPSHIFT_INPUTOUTPUT; otherwise, the
parameter is ignored
userCode
Corresponds to the routine number (numeric-literal) in
the USER [CONVERSION] clause.
contextObject
A user-defined object returned by calling
screenFieldObject.getcontextObject().
This parameter can be null.
initialValue
Corresponds to nonnumeric-literal in the VALUE clause