View Single Post
  #1  
Old 02-04-2005, 04:20 PM
Wayne Wayne is online now
Registered User
 
Join Date: 12-07-2004
Posts: 7
Is there a global OnError event handler?

Is there a global OnError event handler in VBP?

I want to Ignore Fail for several steps but if they had fail, I still want to either send out an email or write to an error only log.

Basically is there an easy way to do this:
- build several steps that have Ignore Fail
- anytime that a step has failed, send out an email or log to an error only log
- continue building the next step

I can only think of handling each steps's vbld_StepDone event and checking the last step status. But this is inefficient as I have to modify all the steps to do this.

Thanks for any suggestions.
Reply With Quote