Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change grid header
Message
 
 
À
07/11/2004 15:57:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
00959003
Message ID:
00959024
Vues:
21
Try
loGrid = thisform.pageframe1.page2.grid1
FOR i=1 TO loGrid.ColumnCount
	WITH loGrid.Columns(i).Header1
		.caption = "Col " + TRANSFORM(i)
		.fontsize=12
		.fontbold=.t.
		.backcolor = RGB(128,128,255)
	ENDWITH
ENDFOR
>
>but if i have many headers and all of them sharing with this code under
>or i must do every one aloan
>
>	.fontsize=12
>	.fontbold=.t.
>	.backcolor="128,128,255"
>ENDWITH
>
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform