OnTransferError Event

Object: AXFFile
Syntax: OnTransferError()
Description: The OnTransferError event fires if an error occurs during file transfer.
Example: The following lines will display a message box if an error occurs during file transfer.
sub AXFFile_OnTransferError() 
    MsgBox "Error occurred." 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.