Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintFileExistsActionOption Enumeration
In This Topic
    PrintFileExistsActionOption Enumeration
    In This Topic
    Options for specifying what Reflection 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