4 messages in org.openoffice.fr.progRe: [prog] Réaliser un véritable Séle...
FromSent OnAttachments
Cezame ConceptMay 29, 2006 2:23 am 
FabMay 29, 2006 4:17 am 
Cezame ConceptMay 29, 2006 4:27 am 
FabMay 29, 2006 10:36 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] Réaliser un véritable Sélectionner Tout ...Actions...
From:Fab (fabs@wanadoo.fr)
Date:May 29, 2006 4:17:20 am
List:org.openoffice.fr.prog

Cezame Concept a écrit :

Bonjour,

Bonjour,

Je souhaite ensuite insérer l’ensemble du contenu de A dans un Document B (qui va regrouper plusieurs rapports) …

Je crois qu'on peut le faire avec InsertDoc:

dim document as object dim dispatcher as object dim args2(0) as new com.sun.star.beans.PropertyValue document = ThisComponent.CurrentController.Frame dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") args2(0).Name = "Name" args2(0).Value = ConvertToUrl("C:\...") dispatcher.executeDispatch(document, ".uno:InsertDoc", "", 0, args2())

J'espère que ça va t'aider.

Comment obtenir l’intégralité du document et l’envoyer vers le presse papier ?.

Ca je ne sais pas faire.

Fabien.