2 messages in org.openoffice.fr.progRe: [prog] commande affichage
FromSent OnAttachments
Cyril MartinJul 25, 2006 7:41 am 
Francois GattoJul 25, 2006 8:40 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] commande affichageActions...
From:Francois Gatto (oo@volcar.org)
Date:Jul 25, 2006 8:40:07 am
List:org.openoffice.fr.prog

Bonjour,

Cyril Martin a écrit :

bonjour à tous,

y-a-t-il une commande puis puisse empecher le défilement des différentes etapes macros l'écran ? Le but étant que l'execution de la macro soit plus discrète... Sous excel c'était Application.ScreenUpdating=True/False

merci de votre aide !

bonne journée :)

Je pense que cela résoudra ton problème : 1- désactivation du raffraichissement ThisComponent.LockControllers <=> Application.ScreenUpdating=False 2- activation du raffraichissement ThisComponent.UnlockControllers <=> Application.ScreenUpdating=True

Good Lock ! ..... heu ! Good luck of course ;)