Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetCaption method to grid
Message
De
24/02/2000 16:35:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00337003
Message ID:
00337127
Vues:
13
>I want to add method to my grid class, which allows me to change captions in all columns of the grid to be proper of the original content, i.g.

In the Init() of the Grid (or after the captions have been built) do:
for each loColumn in This.Columns &&This = the grid
	loColumn.Header1.Caption = Proper(loColumn.Header1.Caption)
endfor
Does this work?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform