Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / ShowDISOSSStatusDialog Property
In This Topic
    ShowDISOSSStatusDialog Property
    In This Topic
    Gets or sets whether to display the transfer-in-progress "thermometer" when receiving data from the host during DISOSS transfers.
    Syntax
    expression.ShowDISOSSStatusDialog As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    To show the thermometer, set this property to true. This property is only valid for 3270 sessions connecting to a host that uses DISOSS file transfer.
    See Also