Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 1082
Product
XFile
Version
2
Title
How do I suppress pop-up error messages with XFile's visual controls?
Problem

Both of the visual control objects, for upload (AXFFile) and download (AXFFileDownload), are missing documentation for a property called SuppressPopupTransferError. When set to "true" this property should suppress the display of any transfer errors that XFile's visual controls attempt to display. By default, XFile will display these errors even if error handling is in place in the script.

Solution

To use this property effectively, use XFile's start method with

On Error Resume Next

and set

[visual control object name].SuppressPopupTransferError = True

Created : 5/6/2005 3:06:06 PM (last modified : 5/6/2005 3:06:05 PM)
Rate this article!
 
Comments