Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VERY URGENT!!!! How to Create an OpenOffice Text Document from the Form

452006Aug 28 2006 — edited Sep 25 2007
Is It possible to Create a New OpenOffice Text Document with a specified name from a Form. I m using Oracle 10g.

Using the following statements i could create Word Document.

app := OLE2.CREATE_OBJ('word.application');
docs := OLE2.GET_OBJ_PROPERTY(app, 'documents');

Instead of 'word.application' and 'documents' in the above statements which term can use to open OpenOffice text document .

PLEASE HELP
IT IS A VERY URGENT REQUIREMENT
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2007
Added on Aug 28 2006
6 comments
1,088 views