01-22-2009 07:15 PM
Hi all:
I am using the Report Generation Toolkit in LabVIEW 8.5 and creating a report in MS Word. I have the report looking good, but it is really more of a starting point for the user, so I want to make their use of the file in MS Word easier by making a change that I have not been able to make. I include some graphs using the "Append Control Image" VI, but they are set to "Inline with Text" style text wrapping (a Layout option in MS Word). I would like them to be "Square" text wrapping. I have not been able to find anything in the RGT or any ActiveX property that even addresses this feature. Does anybody know how to do this in LabVIEW?
bj
01-23-2009 12:21 PM
Hi BJ,
I've looked through the VIs for Report Generation and I think your best option may be to set up a template for your report. With a template, you can have all of the formatting taken care of beforehand and then simply insert whatever elements you want from LabVIEW. Hope this helps!