Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Row color inside grids
Message
 
À
14/09/1999 15:28:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00264644
Message ID:
00264645
Vues:
16
Hi Alejandro,

>Is there a way to change the color of some rows inside a grid depending a condition. Thanks

Sure. You can set the DynamicFontColor and the DynamicBackcolor property to any expression that returns a valid color. If you need it for the entire row, you can use something like this in the Init of the grid:

This.SetAll( "DynamicBackColor", "expression" )

Christof
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform