LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what are needed to have labview print report to microsoft word

i'm building a stand alone application that puts the collected data into Microsoft Word, and it then sends the word report to the printer when click Print from my LabVIEW.  But when click Print it runs and generates error message that says "Error 7 occured at Open VI Reference in Dispose Report.vi ->Word Report.vi ->Main.vi".  I think i'm missing something during building application stage but i'm not sure what it is.  How can i approach this error?
0 Kudos
Message 1 of 2
(2,553 Views)
In the cd with the report generation toolkit you can find the procedure for building an executable.

You have to add the following vi's dinamically:
- vi.lib\addons\_office\_exclsub.llb\_excel dynamic vis.vi

- vi.lib\addons\_office\_wordsub.llb\_word dynamic vis.vi
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 2 of 2
(2,549 Views)