InfoConnect for Airlines VBA Guide
PrintToFile Property (PrintOptions)
Gets or sets a value indicating whether the terminal sends print jobs to a file.
Syntax
Object.PrintToFile As Boolean
Remarks
When this property is true, the terminal sends print jobs to a file. Use PrintFileName to specify the filename. Use PrintFileExistsAction to determine what happens if the specified file already exists.

When this property is false, the terminal sends print jobs to the printer.

This property affects screen printing, 3270 printer sessions, and 5250 printer sessions.
See Also