2 messages in org.openoffice.fr.progRe: [prog] appel de procedure incorre...
FromSent OnAttachments
Bernard MarcellyApr 9, 2005 11:48 am 
Gerard KohlerApr 9, 2005 1:15 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] appel de procedure incorrect au lancement d'une macroActions...
From:Bernard Marcelly (marc@club-internet.fr)
Date:Apr 9, 2005 11:48:18 am
List:org.openoffice.fr.prog

Le 2005-04-09 22:16, Gerard Kohler a écrit :

ma macro commence par :

libDialog = DialogLibraries.GetByName("test") monDialogue = libDialog.GetByName("Dialog1") Dlg = CreateUnoDialog(monDialogue)

j'ai essayé de mettre :

LibDoc = ThisComponent.DialogLibraries LibDoc.LoadLibrary("test")

au début de ma macro mais cela ne marche pas j'ai une erreur : Runtime error BASIC propriété ou méthode introuvable

ou est l'erreur ?

On écrit comme ceci : DialogLibraries.LoadLibrary("test")

Bonne soirée Bernard