2 messages in org.openoffice.fr.progerreur sur storeToURL
FromSent OnAttachments
gaapJul 18, 2007 2:02 am 
GaapJul 18, 2007 2:26 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:erreur sur storeToURLActions...
From:gaap (spo@fram.fr)
Date:Jul 18, 2007 2:02:15 am
List:org.openoffice.fr.prog

Bonjour,

Je viens de mettre en place une macro sur un poste linux.

quand je lance ma macro :

#ooffice "macro:///Standard.Module1.Export2PDF(/home/yoann/test.doc)"

j'ai une erreur :

Runtime error Basic Exception Type : com.sun.star.task.errorcodeoExecption Message : .

sur la ligne :

theDoc.storeToURL(urlDestination,argsSave())

la variable urlDestination a pour valeur : file:///home/yoann/test.pdf

Que je ne mette que home ou /home urlDestination vaut file:///home.

la macro Export2PDF fonctionne correctement sous windows. je suis administrateur sous linux.

une idée ?