02-24-2010 10:36 AM
Okay, I do not have the RGTK and I only need to print two items. A serial number text box with multiple entries and a chart. Is there a was to do this? I have been unable to find any examples that don't use a special tool...
Thanks!
Solved! Go to Solution.
02-24-2010 11:18 PM
Have you tried exlploring the built in examples that ships with LabVIEW? If not try it out sometime where you can see some beautiful example... However here is one which uses activex to do your task on MS excel.
C:\Program Files\National Instruments\LabVIEW 2009\examples\comm\ExcelExamples.llb\Excel Macro Example.vi
C:\Program Files\National Instruments\LabVIEW 2009\examples\comm\ExcelExamples.llb\Write Table To XL.vi
I guess you want to print them in MS word or excel...
02-25-2010 08:53 AM
02-25-2010 09:39 AM
02-25-2010 09:40 AM
02-25-2010 09:54 AM
Thanks. The print vi you sent looks like it would work alright. I'm trying to load it while inside my program and I do only want it to print the visible items. So attached is the code I came up with. I'm only a novice user so any idea why I might be getting this error?
Open VI Reference in Print Panel.vi->Hydrostatic Test.vi
To load a VI into memory with the Open VI Reference function, a path must be wired for the VI Path input.
VI Name: L:\Hydrostatic Test.vi
02-25-2010 10:36 AM
My bad, the error is :
Error 1004 occurred at Open VI Reference in Print Panel.vi->Hydrostatic Test.vi
02-25-2010 11:16 AM