03-20-2006 09:35 AM
03-20-2006 10:42 AM
Hi Rick,
There is no built-in way with the Report Generation VIs to append something to your report anywhere other than the very bottom. I have attached a VI that shows the best way I can think of to accomplish this...it involves using an internal Report Generation VI called "Generate Report Get Data.vi" that gets the actual string that contains all your HTML from the internal data structure of the Report Generation VIs...once you have this string, you can manipulate it with the normal String functions in LabVIEW...then once you've got it manipulated the way you want, you can stick it back into your report.
I hope this gets you started in the right direction...I saved the VI in LabVIEW 8.0 format. Let me know if you have any other questions.
-D
03-20-2006 12:15 PM
Darren, thanks once again.
Do you have a day job?
Rick
03-20-2006 01:46 PM
Hi Rick,
Yes, I do have a day job 🙂 ... but lately I've been reserving Monday mornings for writing my Weekly Nugget, and answering Dev Exchange questions. Besides, I used to be in the AE department, and I remember how nice it was for the R&D guy who owned the product (I've owned the Report Generation Toolkit since version 1.1) to answer the questions instead of having to spend 10x the time digging up the answers myself.
-D