Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60- SetAll
Message
De
22/09/2000 12:03:17
 
 
À
19/09/2000 14:39:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00418192
Message ID:
00419792
Vues:
20
>Why is this not working? THISFORM.Grid1.SetAll('BackColor',RGB(201,205,188),'Heater')

Like everyone said, it is spelled "Header". But that won't work anyways, since the header is in teh column, not the grid. Use this instead:
for each loColumn in grid.columns
	loColumn.Header1.BackColor = rgb(201, 205, 188)
endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform