LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Alright, what am I missing? Print Report

Solved!
Go to solution

Troubleshooting a printer problem today, I had occasion to open the front panel of "Print Report.vi" (report generation toolkit).  There's nothing there!  Both the "error" and "no error" cases just pass the report ref through without operating on it, calling a DLL, etc.   So....how does it get the data to the printer?

0 Kudos
Message 1 of 3
(3,557 Views)
Solution
Accepted by topic author Zwired1

It's part of a LVOOP class.  You're looking at the VI for the parent class, but the wire will always carry a child class (HTML, Word, Excel, etc).  The Print Report member of the child class is the one that will be executed - overriding the parent - and it contains the actual code.

0 Kudos
Message 2 of 3
(3,554 Views)

Ah. Thanks. Been ignoring OOP 'cause I've never found a case where I could be more effecient/effective using it.  Guess I should at least get the fundamentals. Argggh.

0 Kudos
Message 3 of 3
(3,550 Views)