Sandy,
If you are referring to getting the step names in the Trace UIMessages, there
is a station option that allows tracing into the Setup and Cleanup groups.
In the Execution tab of the Station Options dialog, check Allow Tracing into
Setup/Cleanup.
If you modified the Simple OI example and you are referring to displaying
the step names before execution begins, when you have a Sequence object,
get the steps using the Sequence.GetStep( index, stepGroupParam) method.
Notice the stepGroupParam parameter where you specify either Setup, Cleanup,
or the Main step group. This is an enumerated value.
Hope this helps,
Paul Mueller
NI
"Sandy Cook" wrote:
>>How do you access the StepNames in the Cleanup and Setup of a Sequence
using>the SimpleMFC
Operator Interface?