hi mrbean,
[From the Main tab, I had to remove ReportOptions. ]
Not sure what you mean by this!? Which Main tab? In which SequenceFile did you insert the sequence ReportOptions?
Most of the work of putting the results into the report is done in the sequence called PutOneResultInReport and thats found in the sequencefile reportgen_txt.seq but just to complicate thing the actual measurement, limits etc is done in one step 'Add Flagged Values' which is a call to the function GetFlaggedValuesReport_Txt() found in modelsupport2.dll.
So to change this you have three options, 1) modify the this function, 2) create a new function or 3) modify the returned string found in Step.Result.ReportText.
Also, there are various string variables that are used to provide the indentation and gaps between text that you see in the default report.
An Ideal starting point would be to take a simple sequencefile. Generate the default report file. Then with a hard copy to hard of your result. Run your sequencefile again only puts some breakpoints so that you can step through the sequences of the reportgen_txt.seq and identify where each of the lines in the report are generated.
The other thing you we have to bare in mind, unlike the default report, length of strings is not a problem, but when you start laying out your results so that everything is on one line, the length of each item needs to be taken care.
I might still have a version of the reportgen_txt.seq I modified so that each result was one line.
Regards
Ray Farmer
Regards
Ray Farmer
