11-21-2012 10:41 PM
But it works fine in development computer. I guess that express .VI can't actually find the template
Is there any way for us to verify that the template has been found by express VI?
11-21-2012 11:12 PM
Try renaming the template in the \data folder and see if you get the same error.
11-21-2012 11:27 PM
Yes, The same error occurs after I renamed the template.
Would you mind to give me the list of things that I have to do to build the application that has custom excel template please?
or a sample VI will also be wonderful.
Btw, I also attached the project file here
Thanks
11-22-2012 12:33 AM
Hello...
Finally I found the reason why my program didn't work...
I was just my stupidity, I forgot to set the ActiveX on and also I forgot to specify the file name in "path to save report"
Thanks though for helping
11-22-2012 12:44 AM
I did a test project and followed the instructions in this NI help file:
and was able to generate an Excel report successfully. However, I did NOT wire a path control to the express VI. My path to the file was already defaulted in the Express VI itself (under the "Configure Save to File Options..." button). If that is what you also did, then delete the path control.
Here is my block diagram:
and the build specification:
11-22-2012 12:49 AM
Yes...The setting was right actually Bill@NGC
It's just that when we wire the "Path to save" file, we have to write the file type (i.e C:\Documents and Settings\\My Documents\Downloads\Myfile.xls)
Thanks a lot 😄