Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-16
Class ScreenField
Parameters 
Method setUSERCONVERSION
Syntax
public void setUSERCONVERSION (int userCode, 
 Object contextObject)
Description
Equivalent to the USER [CONVERSION] field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
 PIC [IS] character-string 
 USER [CONVERSION] numeric-literal
Parameters 
Method setVALUE
Syntax
public void setVALUE (String initialValue)
Description
Equivalent to the VALUE field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
 PIC [IS] character-string 
 VALUE nonnumeric-literal
Parameters 
i
Must be ScreenField.UPSHIFT_INPUT, 
ScreenField.UPSHIFT_OUTPUT, or 
ScreenField.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










