05-09-2008 01:50 AM
|
Status: |
Failed |
|
String: |
|
|
Limits: | |
|
String: |
|
|
Comparison Type: |
Ignore Case |
|
Module Time: |
0.0008019 |
Step Name
|
String: |
|
|
Limits: | |
|
String: |
|
05-09-2008 03:13 AM
Hi,
As I see it you have two choices.
1. Modify the GetFlaggedValuesFor Report_Html() function in modelsupport2.dll
or
2. modify the string that's returned by GetFlaggedValuesFor Report_Html() and stored in Step.Result.ReportText by use of the FindAndReplace function.
I would go for option 2.
But you would need to change the step post expression because Step.Result.ReportText just added to Locals.ReportEntry before the step completes.
Hope this helps
Regards
Ray Farmer
05-09-2008 04:47 AM
05-09-2008 05:55 AM