September 16, 2005 at 4:02 pm
I see lots of code like this in ActiveX scripts for DTS packages:
set pkg = DTSGlobalVariables.Parent
set stpbegin = pkg.Steps("DTSStep_DTSActiveScriptTask_3")
What I've not seen explained is howintheheck you know the step is "DTSStep_DTSActiveScriptTask_3".
It's gotta be simple, I know it, but *how* do you know this is the name? Where is this?
September 18, 2005 at 11:48 pm
September 19, 2005 at 12:42 am
An easier method is to right-click the step/task, choose Workflow -> Workflow Properties, select Options tab and the step name is highlighted at the top.
--------------------
Colt 45 - the original point and click interface
September 19, 2005 at 12:31 pm
I stumbled upon Phil's method by happenstance late Friday. Will look at the other method.
Thanks.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply