Hi,
I do :
SHELL "soffice " & User.Home & "/request/work/" & MyFile
Works just fine.
Steven
Le lundi 22 juin 2009 à 13:59 +0200, Stefan Miefert a écrit :
> > Hello,
> >
> > i try in gambas to start openoffice and load a csv file like this
> >
> openoffice path/myfile.csv
>
> in t
Try EXEC["oowriter"," path/myfile.csv "]
2009/6/22 Stefan Miefert
> > Hello,
> >
> > i try in gambas to start openoffice and load a csv file like this
> >
> openoffice path/myfile.csv
>
> in this command
> EXEC["openoffice"," path/myfile.csv "]
>
> I see openoffice start and at the same time i
Stefan Miefert ha scritto:
>> Hello,
>>
>> i try in gambas to start openoffice and load a csv file like this
>>
>>
> openoffice path/myfile.csv
>
> in this command
> EXEC["openoffice"," path/myfile.csv "]
>
> I see openoffice start and at the same time it will clsoe.:(
>
> When I enter the c
> Hello,
>
> i try in gambas to start openoffice and load a csv file like this
>
openoffice path/myfile.csv
in this command
EXEC["openoffice"," path/myfile.csv "]
I see openoffice start and at the same time it will clsoe.:(
When I enter the command direct in the console everything is ok.
Wha