Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintFileExistsAction Property
In This Topic
    PrintFileExistsAction Property
    In This Topic
    Gets or sets what the terminal does when you send a print job to an existing file.
    Syntax
    expression.PrintFileExistsAction As PrintFileExistsActionOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrintFileExistsActionOption Enumeration value.
    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