InfoConnect for Airlines VBA Guide
AS400ReceiveFile Method
The name of a transfer request file that provides all necessary information about the transfer. Use an empty string to specify configuration information provided by AS/400 Data Transfer keywords.
Displays the file transfer in the Progress window if set to true.
Transfers data from the host to the PC using the AS/400 data transfer protocol.
Syntax
object.AS400ReceiveFile( _
   ByVal transferFile As String, _
   ByVal showStatus As Boolean _
) 

Parameters

transferFile
The name of a transfer request file that provides all necessary information about the transfer. Use an empty string to specify configuration information provided by AS/400 Data Transfer keywords.
showStatus
Displays the file transfer in the Progress window if set to true.
Remarks
This method is only relevant to 5250 sessions.
See Also