Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrHostReturnCode Property
In This Topic
    XfrHostReturnCode Property
    In This Topic
    This property returns a numeric value which indicates success or failure by the transfer program after a transfer is completed.
    Syntax
    expression.XfrHostReturnCode As Integer
    where expression is a variable that represents a FileTransfer Object

    Property Value

    Value Description
    0 The transfer was successful.
    12208 An error was detected by AS/400. Additional explanation is available in the XfrHostMessage property.
    28929 The command was cancelled.

    Other values may be returned by the PC communication subsystem. Refer to your router's documentation to interpret the values.

    See Also