Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Masquer les colonnes d'un grid
Message
De
12/06/2002 10:03:49
 
 
À
12/06/2002 04:08:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00667242
Message ID:
00667349
Vues:
28
Il suffirait de mettre la propriété .Visible = .F. pour masquer la/les colonnes.

Dans l'Init() ou autre méthode (ex.: .zInit_Grid)
---
lMasquer = «Condition_pour_masquer_colonne»

With this.Grid
For i = 1 to .ColumnCount
If lMasquer
.Columns[i].Visible
Endif
EndFor
EndWith
...
---

-Benoit
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform