InfoConnect for Airlines VBA Guide
PrintFileExistsActionOption Enumeration
Options for specifying what InfoConnect does when you send a print job to an existing file.
Members
MemberDescription
AppendAdds the information to the end of the existing file.
AskUserPrompts the user to select an option.
AutoNumberCreates a new file by adding an incremented number to the existing filename.
OpenErrorCauses the print job to fail and return an error.
OverwriteReplaces the existing file with the new information.
See Also