InfoConnect for Airlines VBA Guide
Xfr400ShowProgress Property
Gets or sets whether or not to display the transfer-in-progress "thermometer" when receiving data from the host.
Syntax
Object.Xfr400ShowProgress As Boolean

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