7 messages in org.openoffice.fr.progRe: [prog] setFormula : Bug ou c'est ...
FromSent OnAttachments
Emmanuel S.Oct 5, 2004 4:20 pm 
Alain NowakOct 6, 2004 12:25 am 
Emmanuel S.Oct 6, 2004 1:24 am 
JovialOct 6, 2004 11:41 am 
Emmanuel S.Oct 6, 2004 1:58 pm 
Laurent GodardOct 6, 2004 10:30 pm 
Philippe progOOOct 21, 2004 12:38 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] setFormula : Bug ou c'est moi ?Actions...
From:Laurent Godard (lgod@indesko.com)
Date:Oct 6, 2004 10:30:15 pm
List:org.openoffice.fr.prog

Bonjour Manu,

J'ai aussi essayé tout ça, mais rien ne fait : Shell("find /mnt/cdrom -type d > ~/lecdrom.txt",2) Shell("/bin/bash",1,"find /mnt/cdrom -type d > ~/lecdrom.txt",false) Shell("/bin/bash",1,"find /mnt/cdrom -type d > ~/lecdrom.txt",true) Shell("/bin/bash find /mnt/cdrom -type d > ~/lecdrom.txt",2)

OOo ne me renvoie pas d'erreur, mais ca ne marche pas. Je pense qu'il s'agit de ma ligne de commande : find /mnt/cdrom -type d

~/lecdrom.txt qui ne fonctionne pas,

car si je met Shell("/usr/bin/ark",2) par exemple, ca marche.

Il y a un truc que je pige pas...

2 trucs a essayer - creer un fichier batch et lancer ce fichier - la fonction shell (voir l'aide) permet de passer des arguments de la ligne de commande dans son deuxieme argument --> essaye qqchose du genre Shell("/bin/bash", "find /mnt/cdrom -type d > ~/lecdrom.txt",2)

Laurent