Programming with Reflection
Xfr400Objects property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether data should be transferred to a new member on the AS/400 or to an existing member, and whether the file that will contain the member already exists.
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
The default is rcRepMemberConf.
rcCreateFileAndMember Creates a new member within a new host file.
rcCreateMember Creates a new member within an existing host file.
rcRepMember Sends to an existing member in an existing file. The existing member is overwritten. Reflection does not prompt you to confirm the overwrite action.
rcRepMemberConf Sends to an existing member in an existing file. Before overwriting the existing member, Reflection asks you to confirm the overwrite action.