04-18-2006 11:08 AM
04-18-2006 01:30 PM - edited 04-18-2006 01:30 PM
Hello,
To print and view an HTML report you have already saved to disk, just create a new report, and use the "Append User Formatted HTML to Report.vi" to append the entire HTML content of the report to a new report. Then use the "Print Report.vi" and "Open HTML Report in Browser.vi" to print and view it. This is the easiest way I can think of...here is a screenshot showing what I mean:

Hope this helps,
-D
Message Edited by Darren on 04-18-2006 01:31 PM
04-19-2006 12:38 PM
04-19-2006 12:47 PM
04-19-2006 02:24 PM
Yes, you could do that. I haven't tried it before, but I'm guessing as long as you select the proper class, it shouldn't be too difficult. I imagine there's something like an "OpenDocument" and a "PrintDocument" method for the browser class. Give it a shot, I'm guessing you could find an example VI on the dev exchange somewhere. Let me know how it turns out.
-D