10-22-2007 01:29 PM
10-22-2007 03:16 PM
Luis -
Thanks for the info.
I am still a bit confused on how to use the ActiveX interfaces to Word.
Do I have to include anything in my project other than the front panels for wordreport and word2000? I see the worreport.c and word2000.c files recompiling automatically every time the project loads or the debug mode changes, but do I have to explicitly include these sources in the project?
I realize I need the header file included to compile references to the wordreport.c functions.
And finally, we've encountered yet another weirdness in using wordreport.
I've found the when running in debug mode, CVI will insist on breaking within wordreport.c even though there's no breakpoint present. We have it breaking at the Error: label in WordRptDocumentSaveAs (...) even though no breakpoint is present. Break On Library Errors is checked in the Run ... dialogue, but there's no error taking place.
I've seen this when I set a breakpoint inside wordreport.c and then clear it - the IDE never really clears the breakpoint it seems.
Can you shed any light on this?
Thanks,
Menchar
10-22-2007 05:58 PM
10-22-2007 07:24 PM
10-22-2007 07:44 PM
10-23-2007 06:46 PM
10-23-2007 07:36 PM
Great.
Trust me, it's still happening.