InfoConnect for Airlines VBA Guide
Execute Function (IbmTerminal)
The action to be executed.
Execute a given action. Actions possible is defined in InputMapActionID.
Syntax
object.Execute( _
   ByVal action As _InputMapAction _
) As ReturnCode

Parameters

action
The action to be executed.

Return Value

ReturnCode value indicates the success or error conditions.
See Also