08-18-2008 01:29 PM
08-18-2008 02:09 PM
Hi,
What is it that you want to change that you cannot do by passing the results from the SequenceCall or even in the SequenceFilePostResultListEntry callback?
regards
Ray Farmer
08-18-2008 02:12 PM
08-18-2008 02:36 PM - edited 08-18-2008 02:45 PM
Hi,
In SequenceFilePostResultListEntry callback you can modify Paramaters.Result.TS.StepName. This is then passed back into Locals.ResultList and the change StepName will be seen in the Report.
eg
Parameters.Result.TS.StepName = Parameters.Result.TS.StepName + " " + Str(FileGlobals.count), FileGlobals.count++
Hope this helps
Regards
Ray Farmer
08-18-2008 02:45 PM
08-19-2008 12:25 AM
Hi,
Then I must be missing something from you original question because if I modifiy Parameters.Result.TS.StepName in SequenceFilePostResultsListEntry then this modifies the ResultList.Result.TS.StepName in your SequenceCall and hence the StepName seen in the Report.
Can you supply a simply example highlighting what you are trying to achieve.
I hope we can resolve this for you.
Regards
Ray Farmer
08-19-2008 02:52 AM
Hi
There is an other solution you should try.
http://forums.ni.com/ni/board/message?board.id=330&message.id=17841&query.id=42517#M17841
Just check the example
Greetings
juergen
08-19-2008 12:43 PM
08-19-2008 03:21 PM
Hi,
Attached is part of the report generated with the statement step unskipped and I see that the Step Description is changed for the SequenceCall Step as well as the step in the Sequence.
08-19-2008 03:39 PM
Hi,
Sorry about that, I forgot about the time limit after an edit of a message.
I guess this is not what you want to happen. To avoid this use a precondition of TypeOf(Parameters.Step)<>"SequenceCall". This should only change the Step in the SequenceCall and not the SequenceCall itself.
Regards
Ray Farmer