InfoConnect for Airlines VBA Guide
IbmTerminal Object Methods

For a list of all members of this type, see IbmTerminal members.

Methods and Functions
 NameDescription
Public MethodCloseCloses the terminal session with the close option.  
Public MethodConnectConnects to the host.  
Public MethodDisconnectDisconnects from the host. If no connection currently exists, this method is ignored. Use the IsConnected property to determine if a connection already exists.  
Public MethodExecuteExecute a given action. Actions possible is defined in InputMapActionID.  
Public MethodGetDASOPassTicketIssues a request to the Management and Security Server for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.  
Public MethodSaveSaves all settings.  
Public MethodSaveAsSaves all settings to the specified file.  
Public MethodSaveAsCompoundSaves a session as a compound session document.  
Top
See Also