OnTransferError Event

Object: AXFileDownload
Syntax: OnTransferError()
Description: The OnTransferError event fires if an error occurs during download.
Example: The following will display a message box if an error occurs during download.
sub AXFFileDownload_OnTransferError() 
    MsgBox "Error occurred." 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.