5 messages in org.openoffice.fr.progRE: [prog] Ouverture de fichier via m...
FromSent OnAttachments
THEVENOUX Jean-PhilippeJun 23, 2005 3:29 am 
Laurent GodardJun 23, 2005 3:37 am 
Jean...@i-carre.netJun 23, 2005 3:44 am 
THEVENOUX Jean-PhilippeJun 23, 2005 4:08 am 
Laurent GodardJun 23, 2005 4:39 am 
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] Ouverture de fichier via macroActions...
From:Jean...@i-carre.net (Jean@i-carre.net)
Date:Jun 23, 2005 3:44:05 am
List:org.openoffice.fr.prog

Bonjour, je ne sais pas si c'est une faute de copier/coller pour le code, mais moi je mettrais Args(0).Name = "FilterName" Args(0).Value = "Text - txt - csv (StarCalc)" Args(1).Name = "FilterOptions" Args(1).Value = "9/44,39,STANDARD,1,1/1/2/1/3/1"

;-)) tel que tu nous l'as transmis, tu restes sur le paramètre "0" (Args(0) partout)

Jean-Claude

[...] dim Args(0) as new com.sun.star.beans.PropertyValue Args(0).Name = "FilterName" Args(0).Value = "Text - txt - csv (StarCalc)" Args(0).Name = "FilterOptions" Args(0).Value = "9/44,39,STANDARD,1,1/1/2/1/3/1" oDoc = StarDesktop.LoadComponentFromURL(ConvertToURL(CheminSource + "Fichier.csv"),"_blank",0,Args()) [...]