10-01-2007 11:26 AM
10-01-2007 05:48 PM
Hey VCourousse,
You need to get the Step.Requirements as a property object, Get the Links object from that and then SetValStringByOffset. Links is an array of elements in the Requirements property.
Here's what it'd look like:
PropObjectReq = Step.Requirments
PropObjectLinks = PropObjectReq.GetProperyObject("Links", 0)
PropObjectLinks.SetValStringByOffset (elementinRequirements, 0, NewValue)
Hope that gets you on the right path.
10-02-2007 02:13 AM
01-14-2009 04:56 AM
Hi Jigg,
Thanks for the example!
I was reading the manual on Requirements. "The Links subproperty of the Requirements prop...."
Well now i know "Links" ist the name it self! I not a link to an object or something like this
Greetings
Juergen