Get Started
Quickstart
HowTo's
Concepts
API Libraries
InfoConnect for Airlines VBA Guide
PrintFileExistsAction Property
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
>
PrintOptions Object
: PrintFileExistsAction Property
Gets or sets what the terminal does when you send a print job to an existing file.
Syntax
Visual Basic (Declaration)
Object.PrintFileExistsAction
As
PrintFileExistsActionOption
Remarks
This property is relevant only when the PrintToFile property is set to true. Use the PrintFileName property to specify the print filename.
Adds the information to the end of the existing file.
Prompts the user to select an option. (The default.)
Creates a new file by adding an incremented number to the existing filename.
Causes the print job to fail and return an error.
Replaces the existing file with the new information.
See Also
Reference
PrintOptions Object
PrintOptions Members
Send Feedback