Programming with Reflection
Xfr400ExistsAction property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) what Reflection should do if it finds a PC file with the same name as the host file or member you are trying to receive.
The equivalent property for IND$FILE is DfltExistsAction.
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
The default is rcAskUser.
rcAppend Appends the host file or member to the existing PC file.
rcAskUser Prompts the user for a decision if the PC file already exists.
rcOpenError Causes the transfer to fail (return an error) if the PC file already exists.
rcOverwrite Replaces the existing PC file.