Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQHostErrorMessage Property
In This Topic
    WRQHostErrorMessage Property
    In This Topic
    Returns the host error message for a failed WRQ/Reflection protocol file transfer.
    Syntax
    expression.WRQHostErrorMessage As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    Use this property whenever WRQSendFile or WRQReceiveFile generates an error. This property is relevant only for transfers that use the WRQ/Reflection protocol.
    See Also