InfoConnect for Airlines
ShowFileTransferSetupDialog Method


Opens the Transfer Setup dialog box. This method returns an error if the user cancels the dialog box.
Syntax
'Declaration
 
Sub ShowFileTransferSetupDialog() 
'Usage
 
Dim instance As IFileTransfer
 
instance.ShowFileTransferSetupDialog()
void ShowFileTransferSetupDialog()
See Also