Hi Trinity79,
>>I thought that callbacks override existing sequences
This is correct.
>>For instance, if I were to use the modify header callback it should override addheader callback right?
Not correct, It does as the name suggests, 'modify'. The ModifyHeaderReport passes the string containing the tentative report header text as one of its parameters and gives you the option to modify (slightly).
You would have to empty the input string (Parameters.ReportHeader = "") before adding header text.
Or you would have to override the TestReport callback.
>>Another Question, is how can I insert parameters into the modify callback and have it called by the existing sequence model?
You can added parameters to callbacks but I wouldn't do it to the default process models sequencefiles, as this would upset all other sequencefile provided with teststand. Create your own process model based on the default one and set your sequencefile to use this instead. You can set this up in your SequenceFile properties dialog box.
Hope this is of help
Regards
Ray Farmer
Regards
Ray Farmer
