InfoConnect for Airlines VBA Guide
DefaultExistsActionOption Enumeration
Specifies what happens when, for an IND$FILE transfer, the destination file already exists.
Members
MemberDescription
AppendAppends the host file or member to the existing PC file.
AskUserPrompts the user for a decision if the PC file already exists.
OpenErrorCauses the transfer to fail (return an error) if the PC file already exists.
OverwriteReplaces the existing PC file.
See Also