LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saveing a report as words docuement

Hi,
i wan to save the report as words doc and at the same time i also want to print those particular files i have saved as words docuement. thank you
0 Kudos
Message 1 of 2
(2,473 Views)
Regardless of the tool you use, you'll need to make ActiveX calls (via LabVIEW) to the Microsoft Word ActiveX server. If you can purchase the Report Generation Toolkit for Microsoft Office, I would recommend that. It will save you a lot of time. Otherwise, you'll need to make the calls yourself using the ActiveX API in LabVIEW. Here ( http://zone.ni.com/devzone/conceptd.nsf/webmain/B4F08CDBD3FCF80086256802007B8AB1?opendocument ) is a tutorial on their website which demonstrates it a little. You'll also find example programs which demonstrate how to do this.
0 Kudos
Message 2 of 2
(2,470 Views)