10-31-2004 11:13 AM
11-01-2004 08:11 AM
11-01-2004 10:26 AM
11-01-2004 02:11 PM
11-02-2004 02:32 AM
09-12-2008 03:06 PM
09-15-2008 10:40 AM
Steve,
The ExecutionView control will show the execution specified in its Execution property. So all you have to do to change the execution shown in the sequence view control is to set this property. I recommend that you do it in a UIMessage. There are many UIMessages you could use. If you would like explicit control over what execution is shown when, you can define your own UI message and handle it appropriately.
If you do a search for "UIMessage" you will find many forum posts to help you with this. There are also many examples, a few of which I've listed below:
http://zone.ni.com/devzone/cda/epd/p/id/3608
http://zone.ni.com/devzone/cda/tut/p/id/4532
http://zone.ni.com/devzone/cda/epd/p/id/3879
09-15-2008 01:00 PM
What UIMessage can I use? I would like to be able to change the execution view without having to specially customize the testexec since I may have to use a predefined one.
Can this be done through activex? I don't see a ExecutionViewMgr object class in the API. Is it accessable under a different object class?