LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create an excel report generation into an executable

I have created a program that allows me to log multiple text files of data collected from 64 thermocouples.  Once all the data is collected, I can generate one excel file, using the report generation VIs, that has each text file in a different worksheet.  The problem I am having is when I create an executable of the program, the report generation does not work.  However, it works perfectly when you just run the VI.  Is there some file that I need to load into the executable for the report forms to work properly?  If anybody can help with this it would be greatly appreciated.
 
Steven Summers
Spacecraft Technology Center
0 Kudos
Message 1 of 2
(2,578 Views)
Ok, it is my recollection that some of the report VIs are dynamically called.  You will need to make sure that these VIs are included as part of your app.  Ok, on that hunch, I search the NI website:
Here ya go:
http://digital.ni.com/public.nsf/websearch/C38CE3F30542D65B86256F0E00740DD8?OpenDocument

Paul
0 Kudos
Message 2 of 2
(2,574 Views)