04-30-2007 10:36 AM
05-02-2007 02:07 AM
Barry,
For RunState.Execution DisableResults to work, The Engine and | or Sequence must also be False depending on what setting you have set to disable.
So in your case you need to set IEngine.DisableResults(False). You dont really need to call RunState.Execution DisableResults(False), use this if you what to switch on | off recording of selective steps rather than all steps in a Sequence.
Use Sequence.DisableResults to disable all steps in a Sequence.
Hope this helps
Regards
Ray Farmer