Je poursuis toujours mon étude...

Mon problème d'affichage était bien un problème d'actualisation (Accessible depuis "Outils > Actualiser > Champs")

J'ai enregistrer la macro correspondante et me donne ceci :
sub Refresh
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:UpdateFields", "", 0, Array())


end sub
N'y a t-il pas un moyen plus "propre" de faire cela ?

Fred
begin:vcard
fn:Fred
n:;Fred
org:IDKAL
url:http://www.idkal.com
version:2.1
end:vcard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Répondre à