Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / ShowFileTransferDialog Method
Example
In This Topic
ShowFileTransferDialog Method
In This Topic
Opens the File Transfer dialog box.
Syntax
expression.ShowFileTransferDialog() 
where expression is a variable that represents a FileTransfer Object
Example
This example opens the Transfer dialog box after the session connects. To run this sample, copy this code to the IbmTerminal code window.
Private Sub IbmTerminal_AfterConnect(ByVal sender As Variant)
        ThisIbmTerminal.FileTransfer.ShowFileTransferDialog
End Sub
See Also