10-06-2006 03:23 AM
10-08-2006 03:17 PM
Hi,
To set a step to skip you have to set the TS.Mode = "skip" eg RunState.Sequence.Main[0].TS.Mode = "skip" would set the first step in Main of the active Sequence.
Likewise with the Record Results, would be TS.NoResult = True for not too record the step result.
and
TS.StepFCSeqF = True would cause the sequence to fail if the step failed.
Hope this helps
Regards
Ray Farmer
10-09-2006 04:32 AM
Thank You Ray,
but this method only handles one step. I want to skip all steps of a step type for example all Statement steps.
How is this possible?
regards samuel
10-09-2006 05:46 AM
Do you want to change the static version or the runtime version of the sequence file?
Ray.
10-09-2006 06:12 AM
The static version
samuel
10-09-2006 03:22 PM
hi,
here is an example that will change the TS.NoResult. You just have to change this area of the sequence to suit your needs
I haven't added any fancy stuff, such as adding a filedialog to get the seq file to change, you will find the various variables in the Locals.
Hope it helps
There is a version for 3.1 and 3.5.
Regards
Ray Farmer