PDA

View Full Version : Is there a global OnError event handler?


Wayne
02-04-2005, 05:20 PM
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.

kinook
02-05-2005, 08:56 AM
http://www.kinook.com/Forum/showthread.php?threadid=489