TransferError Event

Object: AXFFileProgress
Syntax: TransferError()
Description: The TransferError event fires if an error occurs during file transfer. The TransferError event contains no arguments.
Example: The following will display a message box if an error occurs during transfer.
sub AXFFileProgress_TransferError() 
    MsgBox "Error occurred" 
end sub 

Copyright © 2010 SoftArtisans, Inc. All rights reserved.