4 messages in org.openoffice.fr.prog[prog] [Résolu] Re: [prog] OOo2 - Mas...
FromSent OnAttachments
Ludovic CHEVALIERDec 14, 2005 1:01 am 
Bernard MarcellyDec 14, 2005 1:55 am 
Ludovic CHEVALIERDec 14, 2005 2:49 am 
Ludovic CHEVALIERDec 19, 2005 3:23 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:[prog] [Résolu] Re: [prog] OOo2 - Masquer et rendre visible une colonne de grille de contrôleActions...
From:Ludovic CHEVALIER (tens@no-log.org)
Date:Dec 19, 2005 3:23:15 am
List:org.openoffice.fr.prog

Bonjour, Sub Main Dim vueCtrl as object, oColonne as Object

Objet_Grille("Standard","TableControl") oColonne = oGrille.getByName("NumericField1") oColonne.Hidden = True Print "Disparu" oColonne.Hidden = False Print "Réapparu" End Sub J'ai enfin trouvé comment masquer ou faire apparaître la colonne d'une grille de contrôle.

Sub Main Dim vueCtrl as object, oColonne as Object

Objet_Grille("Standard","TableControl") oColonne = oGrille.getByName("NumericField1") oColonne.Hidden = True Print "Disparue" oColonne.Hidden = False Print "Réapparue" End Sub

Voiloù,

A bientôt et merci,

Ludo