Home     Products      Support      Corporate     Sign In 

Support Knowledge Base, Article 997

Product
XFile
Version
All
Title
How to suppress error popups with the visual transfer objects.
Problem
When errors occur in a transfer involving one of the visual controls, a popup window appears with information about the error. Error handling doesn't prevent the popup from appearing.
Solution

The popup that is being generated is created by XFile itself. Error handling around the Start method will not prevent it from being displayed. In order to properly supress that dialog, the SuppressPopupTransferError property must be set equal to the boolean value True. This property is part of both visual control objects, AXFFile and AXFFileDownload.

Ex:

   AXFFile.SuppressPopupTransferError = true

 or

   AXFFileDownload.SuppressPopupTransferError = true

Created : 12/27/2007 2:05:11 PM (last modified : 12/27/2007 2:05:10 PM)

Rate this article!

 
Comments



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.

Site Map     |     Privacy Policy     |     Contact Us