VERY URGENT!!!! How to Create an OpenOffice Text Document from the Form
452006Aug 28 2006 — edited Sep 25 2007Is 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