Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing grid columns numerically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00723033
Message ID:
00723035
Vues:
12
>Is there some way of referencing a grid column by number
>or array without using & macro method?
>For example like:
>
>ThisForm.Grid1.ColumnObject(I).BackColor = RGB(128, 0, 255)
>
>Where I is the column number.

Yes, it would be columns(i)

you can also do
for each loColumn in this.Columns
...
endfor
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform