InfoConnect for Airlines VBA Guide
SaveDisplayMemory Function
The file to which display memory is written.
Writes the entire display memory contents to a file.
Syntax
object.SaveDisplayMemory( _
   ByVal fileName As String _
) As ReturnCode

Parameters

fileName
The file to which display memory is written.

Return Value

ReturnCode that indicates the success or failure status.
See Also