January 9, 2004 at 11:27 am
I've got several ActiveX modules in a package and want to return to a previous ActiveX routine. How can I return back to like step 1 or 2 ActiveX?
January 9, 2004 at 11:49 pm
You can't. That would create a circular preference. Step 1 wouldn't be able to run unless step 6 failed, but step 6 won't run unless steps 1 through 5 are successful. See what I mean?
Are you trying to re-run the whole package or just the one Active X module? You can copy the activeX module and paste it in as a new module and add that to another point in the precedence.
January 12, 2004 at 9:01 am
Well, you can - sort of. You can do looping using ActiveX script to play with the status of the steps. Check out or http://www.sqldts.com/?246 for a good example. If you can restate your problem as one that decides whether or not to "restart" from a previous step, you can use this technique.
Larry
Larry
January 12, 2004 at 9:03 am
Yep, this is it.
It seems pretty messy, perhaps I don't understand it that well. Time to dig through BOL and study this in my sleep.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply