G
gs
We have a Web Application Developed in a J2EE environment which is
using a C++ DLL to automated Word Documents. The DLL is build to
accepts JNI Calls thru the application. We have been Using this DLL for
2 yrs in production for Both Online and Batch Print Operations.
In Online we can generate/view Documents during which data is send as a
String and the DLL Processes the String to Generates a New Letter based
on a Template or populate the Template with the Data. This process
Opens Microsoft Word so we can see the generated Letter. This
Genenration Happens on the Client Side.
In batch the DLL Generates the letters based on the Data sent and it is
direclty send over to the printer. There is no UI interaction involved
in the batch mode. so we the Word.Visble = False in the batch Mode.
We were not having problem with the Setup unitll recently which Windoes
Nt4.0 and Office 97. However ever since the Client Side Machine have
ben installed with XP and Office 2003 we have been having Serioous
Problem where in the Application hangs up Completly with a IE related
Error.
on Our Developement Setups we have rebuilt the DLLs with Word Libaray
11.0 for Word 2003 and we still experiencing problems with Certain
Templates. The Problem though is that it works sometimes for the same
Templates and sometime does not.
Batch however does not work at all and it crashed completly with a
Serious Error.
We are looking for answers whether we need to added Word 2003 Specific
code in the C++ DLL to automate Word 2003.
Any help in this matter will be appreciated.
Also if any additional Information is required to understand the
Problem.
Thanks
Collin
using a C++ DLL to automated Word Documents. The DLL is build to
accepts JNI Calls thru the application. We have been Using this DLL for
2 yrs in production for Both Online and Batch Print Operations.
In Online we can generate/view Documents during which data is send as a
String and the DLL Processes the String to Generates a New Letter based
on a Template or populate the Template with the Data. This process
Opens Microsoft Word so we can see the generated Letter. This
Genenration Happens on the Client Side.
In batch the DLL Generates the letters based on the Data sent and it is
direclty send over to the printer. There is no UI interaction involved
in the batch mode. so we the Word.Visble = False in the batch Mode.
We were not having problem with the Setup unitll recently which Windoes
Nt4.0 and Office 97. However ever since the Client Side Machine have
ben installed with XP and Office 2003 we have been having Serioous
Problem where in the Application hangs up Completly with a IE related
Error.
on Our Developement Setups we have rebuilt the DLLs with Word Libaray
11.0 for Word 2003 and we still experiencing problems with Certain
Templates. The Problem though is that it works sometimes for the same
Templates and sometime does not.
Batch however does not work at all and it crashed completly with a
Serious Error.
We are looking for answers whether we need to added Word 2003 Specific
code in the C++ DLL to automate Word 2003.
Any help in this matter will be appreciated.
Also if any additional Information is required to understand the
Problem.
Thanks
Collin