4 messages in org.openoffice.fr.progPb StoreToUrl
FromSent OnAttachments
Jean-Philippe THEVENOUXApr 23, 2008 12:43 am 
Bernard MarcellyApr 23, 2008 1:38 am 
Jean-Philippe THEVENOUXMay 5, 2008 12:15 am 
Pascal ChantriauxMay 5, 2008 1:50 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:Pb StoreToUrlActions...
From:Jean-Philippe THEVENOUX (jp.t@atolcd.com)
Date:Apr 23, 2008 12:43:21 am
List:org.openoffice.fr.prog

Bonjour

J'ai une application faite sous OOo qui travaille sur des fichiers Excel. L'appli ouvre un fichier de travail, et enregistre les données au fur et à mesure en utilisant la fonction storeToUrl

Mais depuis la version 2.4, cette fonction peut enregistrer un nouveau fichier, mais plante en cas de mise à jour

Est-ce que quelqu'un a aussi eu ce problème ? comment le résoudre / contourner ?

Extrait du code :

propFich(1) as New com.sun.star.beans.PropertyValue PropFich(0).Name = "FilterName" PropFich(0).Value = "MS Excel 97" PropFich(1).Name = "Overwrite" PropFich(1).Value = true [...] ObjDoc.storeToURL(str_CheminURL, propFich())

Jean-Philippe