Pathmaker Reference Manual
REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–39
REVERSED
Type REVERSED and either YES or NO to indicate whether the decoration is
to be in reverse video:
YES Specifies reverse video.
NO Specifies normal display. This is the default value.
UNDERLINED
Specifies whether the decoration is to be underlined:
YES Specifies underlined.
NO Specifies that the decoration is not to be underlined. This is the
default value.
BLINKING
Specifies whether the decoration is to be blinking:
YES Specifies blinking.
NO Specifies that the decoration is not to be blinking. This is the default
value.
HIDDEN
Specifies whether the decoration is to be hidden from view:
YES Specifies hidden.
NO Specifies visible. This is the default value.
Function-Key Clause The following paragraphs give the term definitions for the function key clause of the
requester statement.
FUNCTION-KEY
name
Defines a function key and its associated action (name) on terminals where the
requester will run in the target application. The name can also be INIT, which
causes the specified actions to be performed whenever the requester is invoked.
You can define multiple function keys, in any order.
You define one action to be performed when the function key is pressed in the
target application. (If you specify INIT for the name, the action is performed
when the requester is invoked, ). Possible actions are CALL, SEND, PRNT,
RETN, RCVR, NEXT, PREV, FRST, LAST, DFLT, or USER.
CALL
name
Specifies a CALL action to be performed.