Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to highlight a row of text in a grid...
Message
From
16/02/2002 11:24:40
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00621076
Message ID:
00621120
Views:
22
>Ahh it works for all the columns except the one the mouse is on - any ideas how to fix this?

Chris

I guess it's not the mouse - it's the selected cell.
All cells of grid are influenced by DAYNAMIC*COLOR, excepted the one that has the focus.
Thisone uses it's own settings.
You have to change like this code snippet (with Marcia's colors)
.SETALL("SelectedForeColor", RGB( 0, 0, 128 ), "TextBox")
.SETALL("FORECOLOR"        , RGB( 0, 0, 128 ), "TextBox")
.SETALL("BACKCOLOR"        , RGB( 0,255,255 ), "TextBox")
.SETALL("SelectedBackColor", RGB( 0,255,255 ), "TextBox")
But if you column is not readonly you will not see wich cell is active or what is marked in the cell.


Agnes
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform