InfoConnect for Airlines VBA Guide
PrintFileName Property
Gets or sets the name of the file to receive print jobs when the PrintToFile property is set to true.
Syntax
Object.PrintFileName As String
Remarks
Use the PrintFileExistsAction to determine what happens when the specified file already exists. The default value is "". This string can be up to 260 characters long.
See Also