InfoConnect for Airlines VBA Guide
DfltExistsAction Property
Gets or sets what happens during an IND$FILE transfer if the destination file already exists.
Syntax
Object.DfltExistsAction As FileExistsOption
Remarks
Values:
Append Adds the file being transferred to the existing destination file.
AskUser Prompts the user to choose from these property values.
OpenError Fails the transfer (and returns an error).
Overwrite Replaces the destination file. (The default.)

This property only affects transfers done using the Transfer dialog box, since an "IfFileExists" option must be specified in transfer methods.

See Also