3 messages in org.openoffice.fr.progRe: [prog] OOo1.1.4 - Une macro rétis...
FromSent OnAttachments
Ludovic CHEVALIERDec 24, 2004 8:06 am 
Laurent GodardDec 24, 2004 8:49 am 
Ludovic CHEVALIERDec 24, 2004 8:56 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] OOo1.1.4 - Une macro rétissente à l'executionActions...
From:Laurent Godard (lgod@indesko.com)
Date:Dec 24, 2004 8:49:25 am
List:org.openoffice.fr.prog

Bonjoru Ludovic,

rem ---------------------------------------------------------------------- dispatcher.executeDispatch(document, ".uno:Refresh", "", 0, Array()) end sub

si c'est pour actualiser les champs d'une base de données essaye thisComponent.refresh

si c'est pour des champs utilisateurs ThisComponent.textFields.refresh

Laurent