11-17-2008 01:06 PM
I can set the Property to enable/disable tracing using the Active X [Set property for TracingEnabled]
Once this tracing is enabled is there a way to enable/disable the "Allow Tracing into Setup/Cleanup" option using Active X?
Regards,
Vidula
11-19-2008 03:26 PM
Hi Vidula,
You can get to the individual tracing options through a mask property called ExecutionMask. This is a property of Engine.StationOptions.
The Execution Mask constant you want to set is:
ExecMask_TraceIntoSetupCleanup
Hope this helps!