08-27-2008 04:33 AM
I have created a custom step. In that i need to add a tab for the data source as in the numeric limit test... How to add that tab?
Thanks
Alagar
08-27-2008 05:55 AM
08-27-2008 07:33 AM
Hi,
It really depends on what language you have used to create the custom sub step edit dialog function.
If its C, then have a look at the default code for the Numeric Limit Step Type (EditNumericMeasurementStepNoStatusExpr() in CommonSubSteps.dll).
Regards
Ray Farmer
08-27-2008 07:36 AM
Thanks Ray