View Single Post
  #1  
Old 11-14-2003, 09:45 AM
dawson dawson is online now
Registered User
 
Join Date: 11-10-2003
Posts: 7
stop execution in one group and continue in the next

Hello;

I have the following scenario and am wondering what the best way to implement it is:

I have 2 Groups in my VBP project, say DataLayer and BusinessLayer. If a failure occurs in the DataLayer, I go to DataLayer Failure Steps Group and don't want to execute any more steps in the DataLayer Group. However, after the DataLayer Failure Steps is done, I want/need to continue execution at the start of the next group, BusinessLayer.

I'm sure there is a way to do this, just not sure what is best.

Thanks,
Dawson
Reply With Quote