InfoConnect for Unisys VBA Guide
AS400SendFile Method
The 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 one or more PC files to the host using the AS/400 data transfer protocol.
Syntax
object.AS400SendFile( _
   ByVal transferFile As String, _
   ByVal showStatus As Boolean _
) 

Parameters

transferFile
The 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

 

 


2015 Attachmate

Send Feedback