This Subprogram allows a Programmer to specify a new Input (Synchronous or Asynchronous) Mode for the Prompted Input (GET) Subprograms within the Package.
Short Name Calling Sequence
STATUS = UIGTMD(IPMODE[,OLDMOD])
Long Name Calling Sequence
STATUS = UI_GET_MODE(...)
Input Arguments
IPMODE (Integer) Get Input Mode (See Notes)
Output Arguments
OLDMOD (Integer) Old Get Input Mode (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_MODE ) Illegal Input Mode UIILMD )
Note:
UIINPUTSYNCHRONOUS ) UIINPUTWAIT ) Synchronous Input Mode UISYNC ) UIWAIT )
UIINPUTASYNCHRONOUS ) UIINPUTNOWAIT ) Asynchronous Input Mode UIASYN ) UINOWA )
Any value other than these will give rise to a UI__ILLEGAL_MODE Error and the request will be ignored.