10-17-2013 04:23 AM
The purpose is to store the capture data(from my cvi program) and store into the log file (.doc). so at the end of the program run I can retrieve the doc file where the data store to do my analysing .
Why do this: I wanted to create my program into .exe file that why I need this method or do u have other method to intro?
Any ideal or note or example to share? Pls help
10-17-2013 04:53 AM
If you are explicitly trying to create a Microsoft Word document, then CVI comes with Word Report instrument that can be used to generate such files. The instrument is located in toolslib\activex\word\wordreport.fp, while a sample program can be found in samples\activex\word\wordrpt.cws.
I suggest you take a look at the example program that illustrates the fundamentals of this instrument, next you can start designing your own application using that instrument.
10-17-2013 07:23 PM
Thanks for the information. let me go try out.
11-05-2013 09:04 PM
how it work but when i create my program to distribution and run on other PC, the auto save fail and because it can not find the directory path name: how do i set a fix pathname example c:\\folder1 so that the file will auto store into the fix pathname when using other PC