Pathmaker Reference Manual
REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–41
AFTER-DISPLAY
Specifies that the contents of the reference field updated by the
application user are to be passed to the service. This is the default
value.
FROM
name
Specifies the name of a reply message element in the service that
returns data to the reference object or field. The message element
must be defined as a request message element in the service, and have
the same type as the reference object or field.
pseudofield
Specifies the name of a requester pseudofield that is to be passed to
the service. The pseudofield must be defined by the Pathmaker
product as a sendable pseudofield. The service must include the
pseudofield as one of its request message elements.
PRNT
Specifies that the key perform a PRINT action.
RETN
name
Specifies that the key perform a RETURN action to a requester, where
name
is
the target requester. Specify RETN without
name
to perform a return action to
the calling requester.
RCVR
Specifies that the key perform a RECOVER action.
NEXT
Specifies that the key perform a NEXT PAGE action.
PREV
Specifies that the key perform a PREVIOUS PAGE action.
FRST
Specifies that the key perform a FIRST PAGE action.
LAST
Specifies that the key perform a LAST PAGE action.
DFLT
Specifies that the key perform a DEFAULT action.