InfoConnect for Airlines VBA Guide
XfrTimeout Property
Gets or sets the length of time (in seconds) that InfoConnect waits for a host response before timing out and returning an error.
Syntax
Object.XfrTimeout As Long
Remarks
Most timeouts occur during file transfers, though this value is also used in other situations. This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 60 seconds. The range of values is 1 - 9999 seconds.
See Also