Using Open Office instead of MS Office

Hi

In our company we will change from MS Office to Open Office. In Lotusscriptcode I refer to the MS Office object with “Word.Application” and “Excel.Application” . What is the object name for Open Office which I have to use in my Lotusscript code in order to start the application? Is it enough to only change the object name in my code?

Regards

Subject: Using Open Office instead of MS Office

No, the OLE methods for OO.org are completely different – they’re essentially a port of the Java hooks used on the Linux platform. Very little of the code you’re using now will be salvageable. You can find the information you need here:

http://api.openoffice.org/