LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

append template to doc with report gen

hello to the forum,

I'm using the ni report gen to generate my test report. I'm inserting the test results in the appropriate cells of a word template, save the file to harddisk and go on testing.
Later on, when the next test sequence has finished the next report (which is made by the same word template) should be appended to the first.

Is there any example vi which describes appending a template generated report to an existing one? Or can anyone give me a hint which labview function to use.

thanks a lot
Simon
0 Kudos
Message 1 of 2
(2,430 Views)
Hi Simon,

sorry, I couldn't find an example that hits the point. I would suggest to do something like this:
- open the template and write your results to the specific cell
- select all and copy to clipboard
- open the first word file and append the contents in the clipboard.

Hope that helps. Kind regards,

Philippe

AE, National Instruments
0 Kudos
Message 2 of 2
(2,430 Views)