02-16-2012 03:16 PM
Is there an easy way to add items to the HTML report header when running the BatchModel.seq with On-The-Fly reporting?
02-16-2012 04:17 PM
Some additional information:
I am looking to add different information to the Batch Header and the UUT Header.
02-17-2012 10:17 AM
You're probably going to want to take a look at the ModifyReportHeader callback for the UUT header and the ModifyBatchReportHeader for the batch.
02-18-2012 08:44 AM
@snowpunter wrote:
You're probably going to want to take a look at the ModifyReportHeader callback for the UUT header and the ModifyBatchReportHeader for the batch.
Thanks for the response.
I was able to use the ModifyBatchReportHeader callback.
However, The ModifyReportHeader callback does not occur with On-The-Fly reporting. ModifyReportHeader and ModifyReportFooter Callbacks Not Called When the On-The-Fly Reporting Option ... that explains how to enable this callback with OTF.
Thanks!
02-26-2012 10:19 PM