Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrow Character in a Grid Header
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
00974241
Message ID:
00974319
Views:
17
You could set the colour of the header different. You could use CHR(24) (down arrow) as in:
With Thisform.grdMyGrid.Column1.Header1
  .Caption = .Caption + " " + CHR(24)
Endwith
If this doesn't work you could always use a "*" or something. See Help Inkey() for ASCII char map.

HTH

Terry



>I have a grid on a form and have maped the click on the header to select the index key that will sort the clicked row. It works and refreshes properly, but I am having difficulty indicating that the specific row clicked is the sorted record order. Right now I am using bold and normal for the colum headder font. Does anyone have an idea how to make a special character appear in the grid colum headder after the normal headder label text.
>
>TIA
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform