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

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-9
HTML Screen Interaction Classes
Method addReplyCode (Multiple Data Identifiers)
Syntax
public void addReplyCode (Integer replyCode,
int terminationStatus,
ScobolType[] identifier)
Description
Equivalent to the REPLY CODE reply-code-value YIELDS
{identifier-2}... clause of the SCREEN COBOL SEND statement.
This method is called once for each reply-code-value in the YIELDS clause.
Parameters
Side Effects
Sets the value of ScobolLib.terminationStatus.
HTML Screen Interaction Classes
The HTML screen interaction classes define the attributes and structures associated with
SCREEN COBOL screen fields and the SCREEN COBOL statements associated with
displaying and accepting screens.
Class ScreenFieldIdentifier
The ScreenFieldIdentifier class is an interface class for the ScreenField,
ScreenFieldArray, and ScreenFieldGroup classes.
Package
pathway.its
Syntax
public interface ScreenFieldIdentifier
replyCode Equivalent to reply-code-value in the YIELDS
clause of the SEND statement. If null, this is the same
as REPLY CODE OTHER.
terminationStatus The value to which
ScobolLib.terminationStatus is to be set
when the server’s reply code matches the value of
replyCode.
identifier An array of identifier values; equivalent to
identifier-2 in the YIELDS clause.