LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Print Panel.vi works with the full LabView version but not with Run Time Engine

I can print my application panel using print panel.vi when I use the full LabView version. But when I use the executable, I get Error 1043.
0 Kudos
Message 1 of 2
(2,704 Views)
Hi,
The LabVIEW Help, for the following methods:
Print VI To HTML
Print VI To Printer
Print VI To RTF
Print VI To Text,
documents that they are not available in the Run-Time Engine. This is because the Run-Time Engine does not allow any editing options, including saving the VI. These four methods all save the VI, so they are not allowed.

If you would like the ability to print your executable to HTML, a printer, RTF, or text, consider using the report generation VIs. They allow you to create a report from your VI or executable that can be printed to any of the above formats. Refer to TextReportExample.llb in your LabVIEW shipping examples for examples of using the Report Generation VIs.

Common VI Server Errors

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 2
(2,704 Views)