LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

working with report after saving it to file

Hi,
I have this problem.
I've created a database from html files.
Now I need to build progam wich will be able to open specific html file and send it to specific printer whitch user will choose.
The problem that there is no vi that allows me to open report reference to already saved html report.

Thanks,
Jenia.
0 Kudos
Message 1 of 2
(2,382 Views)
Hey Jenia,

You can actually use ActiveX and Internet Explorer to print the document.  Rather than actually programming it all of yourself, you can use the VI that the report generation toolkit uses to print HTML files.  If you look in the Program Files/LabVIEW X.X/vi.lib/Utility/NIReport.llb for Print HTML Report using IE.vi, you can use this VI to pass a path and printer to print any HTML file.  Please let me know if you have any problems finding this VI or have any further questions. 

Thanks!
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 2
(2,365 Views)