InfoConnect for Airlines VBA Guide
SaveAsCompound Function (IbmTerminal)
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.
Saves a session as a compound session document.
Syntax
object.SaveAsCompound( _
   ByVal filePath As String _
) As ReturnCode

Parameters

filePath
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.

Return Value

ReturnCode value indicates success or error conditions.
See Also