Re: Creation of MS Word Object.

2000-06-01 Thread Tarun Dewan
Object. You might find it easier to create an rtf stream and set the mime type to that for ms word. Thor HW - Original Message - From: "Tarun Dewan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 31, 2000 9:24 PM Subject: Creation of MS Word Object. Hi All, C

Re: Creation of MS Word Object.

2000-06-01 Thread Khem Chand Sachdeva
specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Thor Heinrichs-Wolpert Sent: Thursday, June 01, 2000 10:12 AM To: [EMAIL PROTECTED] Subject: Re: Creation of MS Word Object. You might find it easier to create an rtf stream and set the mime type to that for ms word. Thor HW

Re: Creation of MS Word Object.

2000-06-01 Thread Vinod Govindan
I think what you want to do Tarun is to use an Api that will let you interface with MSWORD. Basically a pure java com interface. Try JINTEGRA. . I used it quite some time back and it worked pretty well. You could use Microsoft DCOM but that will restrict your use. To Microsoft JVM unless you

Re: Creation of MS Word Object.

2000-06-01 Thread Fernando Ribeiro
JIntegra is really great. fribeiro - Original Message - From: "Khem Chand Sachdeva" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 01, 2000 4:02 AM Subject: Re: Creation of MS Word Object. u can try jintegra from www.linar.com it is an excellent com2java bri

Re: Creation of MS Word Object.

2000-06-01 Thread Alex Strasheim
Actually, I have to open a specific word document and perform mail merge with some record from the Oracle database and create a new document and send it to a particular mail id. This cannot be performed until and unless I create an object of MS Word in JAVA. If there is some other way then

Re: Creation of MS Word Object.

2000-06-01 Thread Andrew S Tomlinson
The original email stated that the objective was to achieve a mail merge with Oracle. If Oracle is V8 on NT you can use the proprietary Oracle-COM bridge provided as part of the server software that allows you to manipulate COM objects from within the DB via PLSQL. The server documentation covers

Re: Creation of MS Word Object.

2000-05-31 Thread Thor Heinrichs-Wolpert
You might find it easier to create an rtf stream and set the mime type to that for ms word. Thor HW - Original Message - From: "Tarun Dewan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 31, 2000 9:24 PM Subject: Creation of MS Word Object. Hi All, Can anybo