Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids: How to have lines of different colors?
Message
From
13/08/1999 03:57:54
 
 
To
12/08/1999 16:05:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00253192
Message ID:
00253327
Views:
20
Hi Denis.

>> How can I change the color for certain rows depending on a condition? <<

Try something like this in the init of your grid:

This.SetAll("DynamicBackColor", "IIF(Some Condition, RGB(255,255,255), RGB(0,255,0))", "Column")

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform