09-27-2005 09:29 AM
09-27-2005 09:47 AM
When you build your exe, in the "Source Files" tab, click "Add Dynamic Vi..." and add the "_Word Dynamic.VIs. from the "vi.lib/addons/_office/_wordsub.llb"
Good Luck,
Mike
09-27-2005 09:50 AM
@jmq wrote:
I use the MS office report function with a custom excel template my application.It works properly in de developstate, but after building the application it does not work .
What error message if any did you get? It could be a couple things:
1. Did you include the Report Toolkit's dynamic vis in the app's build process?
Ref: Error 7 when Running an .EXE Using VIs from Report Generation Toolkit for MS Office
2. How are you giving the path to you custom template, as a relative or an absolute path? The path will be different for the .exe. You have to strip twice.
Ref: Why Can't My Executable Load My Included File When I Use Relative Path Encoding?
09-27-2005 03:47 PM