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

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-123
Class ScLibUserConversion
Method doInputUserConversion
Syntax
public boolean doInputUserConversion (ScreenField[] fldArray)
Parameters
Description
This method is automatically invoked during execution of the accept() method. It is
called before the data is moved from the screen fields to the associated TO objects. It is
equivalent to the USER^ALPHA^INPUT^CONVERSION and
USER^NUMERIC^INPUT^CONVERSION procedures in the TCP user library object
file, PATHTCPL.
Method doOutputUserConversion
Syntax
public boolean doOutputUserConversion (ScreenField[] fldArray)
Parameters
Description
This method is automatically invoked during execution of the display() method.
It is called before the data is updated in the HTML fields. It is equivalent to the
USER^ALPHA^OUTPUT^CONVERSION and
USER^NUMERIC^OUTPUT^CONVERSION procedures in the TCP user library
object file, PATHTCPL.
Class ScLibUserConversion
Package
pathway.its
Syntax
public pathway.its.ScLibUserConversion
fldArray
An array of ScreenField objects for which user conversion is
to be done; corresponds to screen fields having the USER
CONVERSION clause in SCREEN COBOL
fldArray
An array of ScreenField objects for which user conversion is
to be done; corresponds to screen fields having the USER
CONVERSION clause in SCREEN COBOL