Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenating property strings?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Concatenating property strings?
Divers
Thread ID:
00039331
Message ID:
00039331
Vues:
96
We know that:
thisform.grid1.column1.backcolor = 0

changes the color property in column1 of the grid;

but if we have 100 cols

n = 100
m = 0
for i = 1 to n
m = m + 1
**THE PROBLEM:(these two didn't work)
*thisform.grid1.column(m).backcolor = 0
*thisform.grid1.column&m.backcolor = 0
endfor

how can it be done?

Thanks

Gil
For every bug fixed, there is a bigger bug not yet discovered.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform