Re: Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-07 Thread Jeremy Braden
The following KB discusses the error with having two different versions of Office when building executables. Ignore the 214... error number. a href=http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/83211e3a088d0c3786256db700621fe8?OpenDocument;Error 2146959355 When Running Exe on

Re: Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-05 Thread Shady Yehia
Thank You guys very much. It worked beutifully.. Another Question Please.. My VIs was designed to work under office 2000, (that what I choosed when I installed the report generation tool kit, my excel template also was desinged by office 2000). When i tried to run my VIs under office XP (on

Re: Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-04 Thread Dr. Imad
Your example suggests you are using the report generation tool kit. Then you have to add _Word Dynamic Vis.vi from _wordrdsub.llb and _Excel Dynamic VIs.vi from _exclsub.llb as dynamic VIs on the source files Tab when you build the application You find these on Labview

Re: Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-02 Thread Liz F
Hello, These are all great suggestions, and I would like to add to them by mentioning that you can programmatically return whether the program is being run as an executable or a VI. To do this, call the application property App.Kind. This property returns whether the program is currently being

Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-01 Thread Shady Yehia
I'm Using LabVIEW 7.0 to build an application My Application is exporting data to an excel report. the vis were working great until i tried to creat an .EXE file. The application is working fine but when i try to generate the report nothing happens. So, I decided to test the report generation

Re: Application Builder for labVIEW 7 Doesn't support any report generation function

2004-06-01 Thread BJD1613
If you are using the get base path function look at your path when you build the exe. An example path in the development enviroment C:\Temp\viA.vi. In an exe, C:\Temp\viA.vi\viA.exe. You will have to do a second strip if you are getting the base path. Also if this doesn't solve the problem are