Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Masquer les colonnes d'un grid
Message
From
12/06/2002 10:03:49
 
 
To
12/06/2002 04:08:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00667242
Message ID:
00667349
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform