Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetCaption method to grid
Message
From
24/02/2000 16:44:54
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00337003
Message ID:
00337135
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform