Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row color inside grids
Message
 
To
14/09/1999 15:28:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00264644
Message ID:
00264645
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform