Re: How to enable UNO services through Script on other platforms except Windows?

2013-09-09 Thread Kejia Ye
I'm using LotusScript, a script language used in Lotus Notes, also
described as "BASIC-like". It is useful to access and export the back-end
data. And I'm thinking to use it to export the data and generate
spreadsheet reports from AOO directly.

Is there some
 similar samples or experience to do things like that? Maybe something like
VB scripts?


On Mon, Sep 9, 2013 at 5:37 PM, Jürgen Schmidt wrote:

> Hi Ke Jia,
>
> On 9/9/13 9:09 AM, Kejia Ye wrote:
> > Hi,
> >
> > I'm trying to connect to AOO and calling some UNO services by a script. I
> > found a solution about
> > Automation_Bridge<
> http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Bridge/Automation_Bridge
> >and
> > it works for me, but it can only be used on Windows, due to the COM
> > implementation dependency.
> >
> > Does anybody know is there any method that I can run a script to control
> > AOO remotely on other platforms, like Linux or Mac?
>
> Sure you can use Python to automate tasks or you can use Java. It really
> depends on what you have in mind to do.
>
> Maybe you can explain what you have in mind
>
> Juergen
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


How to enable UNO services through Script on other platforms except Windows?

2013-09-09 Thread Kejia Ye
Hi,

I'm trying to connect to AOO and calling some UNO services by a script. I
found a solution about
Automation_Bridgeand
it works for me, but it can only be used on Windows, due to the COM
implementation dependency.

Does anybody know is there any method that I can run a script to control
AOO remotely on other platforms, like Linux or Mac?

thanks!
Ke Jia