Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to highlight a row of text in a grid...
Message
De
16/02/2002 11:24:40
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00621076
Message ID:
00621120
Vues:
11
>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]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform