Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid control headers
Message
 
 
To
25/05/2001 10:19:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00511501
Message ID:
00511513
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>in a grid control, is there anyway to add little arrows in the header to indicate which field is sorted in what order?
>
>thanks
>- jer

Use a font that supports these ASCII characters in its set. Something like Terminal or FoxFont will work. Then you can set the Header's Captio property accordingly:
With THISFORM.Grid1.Column1.Header1
	.FontName = "FoxFont"
	.FontSize = 9
	.Caption = chr(25)+space(2)+<i>Header Caption</i>
Endwith
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform