Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Grid Header Backcolor
Message
From
09/08/2004 09:23:14
 
 
To
08/08/2004 23:50:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00931676
Message ID:
00931744
Views:
20
If cursor is in coulumn2.text1 then the backcolor of column2's header
>should change to rgb(255,254,219).


This in the GotFocus() of the textbox:
This.Parent.Header1.BackColor = rgb(255,254,219)
and this in the texbox's LostFocus()
This.Parent.Header1.ResetToDefault( [BackColor] )
Previous
Reply
Map
View

Click here to load this message in the networking platform