Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetCaption method to grid
Message
De
24/02/2000 16:44:54
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00337003
Message ID:
00337135
Vues:
14
>If we change the name of Header to, for example, grhFName, it would not work (I haven't checked it, but I'm sure).
for each loColumn in This.Columns &&This = the grid
	for each loControl in loColumn.Controls
		if upper(loControl.Baseclass) = "HEADER"
			loControl.Caption = proper(loControl.Caption)
		endif
	endfor
endfor
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform