Stephan Zeissler (KUTTIG) escribió:
Hi everyone,

im currently trying to use ooBase to read my thunderbird addressbook and export it into a csv file via Java. Im a beginner to UNO and i don't find any startpoint for getting base working. As far as I understand, the access to the thunderbird addressbook is done via the sdbc interface provided by uno?
Can anyone give me an example or a hint how to access this via uno?

Thanks in advance,
Stephan


------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hi Stephan,

In my site you'll find an example to connect to Thundirbird's address book in OOoBasic, OOo "native" scripting language

http://www.arielconstenlahaile.com.ar/ooo/BaseProg_lib_correo.php


unfortunately in Spanish ( das tut mir Leid :-(  ).

Tomorrow, if I have time, I will post (and send you) an example in Java (using the Scripting framework == XScriptContext <http://api.openoffice.org/docs/common/ref/com/sun/star/script/provider/XScriptContext.html> you can use a Java program as if it was a script, you can assign it to a tool bar btn. or a menu or a short cut ... ).

If you are a beginner to UNO, the "bible" is the Developer's Guide, lucky you that ALL the examples are in Java.
You can browse it on line

http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.xhtml

Or you better download the SDK (with lots of samples in Java).

http://api.openoffice.org/SDK/

Bye.

--
Ariel Constenla-Haile
La Plata, Argentina

[EMAIL PROTECTED]
[EMAIL PROTECTED]

http://www.arielconstenlahaile.com.ar/ooo/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to