Re: [Gambas-user] Exec / Sehll and openoffice

2009-06-22 Thread Steven revimmo
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

Re: [Gambas-user] Exec / Sehll and openoffice

2009-06-22 Thread Ricardo Díaz Martín
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

Re: [Gambas-user] Exec / Sehll and openoffice

2009-06-22 Thread Doriano Blengino
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

[Gambas-user] Exec / Sehll and openoffice

2009-06-22 Thread 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 it will clsoe.:( When I enter the command direct in the console everything is ok. Wha