Transferring data from Lotus notes email to a document in open office

Asked By 10 points N/A Posted on -
qa-featured

Hi,

I’m in the process of transferring data from Lotus notes email to a document in open office. The basic purpose behind this is to enable the users to save the emails related to a specific project in their respective project folders.

By doing so, people will be able to see all email conversations pertaining to a specific project at a single place. I’m presently using OLE to save files in Microsoft word, and word pro.

But for this I can’t find any support.

Please give your suggestions about what would be the best thing for me to do?

SHARE
Answered By 0 points N/A #152618

Transferring data from Lotus notes email to a document in open office

qa-featured

Hi,

Calvin Hoffman

Nice Day!

I think you are using Windows automated to manipulate lotus to save word document.

Write those codes in Lotus Notes Database. By entering those codes you can create a word document, WordPro document, and open office document depending on which one the user has installed on their machine.

CODE:

Function createApp (AppName As String) As variant

‘ Try to launch the word processor application ‘AppName’  – in a separate function
‘ called from StartWP
 
   Set CreateApp  = Nothing
   On Error Resume Next
    Set createApp  = Createobject(AppName)
End Function

AppName for MS Word is now: Word. Application.

AppName for Word Pro is :  WordPro. Application.

By using this function, you can write lines to the object, save it and close the application.

You could automate OOo to open those word documents.

For OOo, use :

Where appName for OOo is com.sun.star. ServiceManager

If you have the service Manager Object, you will able to get the Desktop object like this.

oDesktop = oServiceManager.createinstance

By using the Desktop object you can load any existing document or create a new document.

To See Details about the article about Load Component From The URL.

OpenOffice.org Forum :: Open and Create documents, various prog. languages

You can also Use the following software.

SysTools software.

Using the software, you can database recovery, email conversion, password recovery, address Book conversion, MS office file repair.

Download Lotus Notes Conversion, Address Book Conversion, Email Recovery, Email Conversion Software & Utilities

Or, You can use Swing software, Swing Integrator.

Office integration for Lotus Notes/Domino which integrate Microsoft office or open office with your Lotus Notes quickly and easily. Printing, reporting and document automation solution for Lotus Notes.

Description and Details form.

 

Related Questions