InfoConnect for Airlines VBA Guide
DisplayFile Function
The file to display.
Displays the specified local file on the terminal screen.
Syntax
object.DisplayFile( _
   ByVal fileName As String _
) As ReturnCode

Parameters

fileName
The file to display.

Return Value

ReturnCode that indicates the success or failure status.
See Also