03-11-2010 05:11 AM
Hi,
I'm using Report generation tool kit(LabVIEW 2009) to generate excel sheets for my application.suppose I have 20 modules of same type,then I've to generate 20 different excel sheets and want to save those with different serial numbers in a folder and my front panel should have the option that if I press the serial number the corresponding excel sheet should be opened.How can I go about it.see the attached code for reference
03-11-2010 05:20 AM
Can you also post a screen shot?
03-11-2010 06:00 AM
see this code
03-11-2010 06:14 AM
03-11-2010 06:19 AM
03-11-2010 11:07 PM - edited 03-11-2010 11:14 PM
Hi,
I'm saving each and every excel sheet I'm generating with a different name. But I'm forced to provide .xls in the
name of the excel sheet on the front panel. This is not user friendly. I want to write the name of the excel sheet only,
but not the extension(.xls) on the front panel. I want to put the extension in the block diagram as a constant and the
user will not have to specify the .xls on the front panel but just the name of the sheet(with out .xls extension on the front
panel).How can I go about it.
03-11-2010 11:13 PM
03-11-2010 11:21 PM
Thanks Raven.