InfoConnect for Airlines VBA Guide
ConnectMacro Property (ConnectionSettingsVTMgr)
Gets or specifies the name of a macro that runs automatically after a connection is established.
Syntax
Object.ConnectMacro As String
Exceptions
ExceptionDescription
System.ArgumentException This exception is thrown if the set parameter is longer than the maximum allowed.
Remarks
You can use the ConnectMacroData property to specify information to be passed to this macro. Connect macros run after the terminal has successfully made a connection to the host. They should not include session setup information. The default value is "". This string can be up to 260 characters long. Value can be changed with an open connection.
See Also