11-13-2007 02:08 AM
11-13-2007 02:13 AM
11-13-2007 03:52 AM
Markus -
The failure callback occurs before the result list callback. The result list callback can discard a result by setting the Parameters.DiscardResult property. So if the failure callback could somehow indicate that the result should be discarded, the result list callback could do this. One option would be to set the report text to "Failure Retry - Discard Result" and if the result is recorded the result list callback is called and should look for this report text literal to discard the result.
11-13-2007 07:12 AM
Thanks Scott,
I think I have a usable solution now.