Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400ShowProgress Property
In This Topic
    Xfr400ShowProgress Property
    In This Topic
    Gets or sets whether or not to display the transfer-in-progress "thermometer" when receiving data from the host.
    Syntax
    expression.Xfr400ShowProgress As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is True.
    Remarks
    Transfers take less time when the thermometer is not shown because the AS/400 does not have to count the number of selected records before transferring them. This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also