Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change grid header
Message
 
 
To
07/11/2004 15:57:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00959003
Message ID:
00959024
Views:
20
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform