Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color a cell in a grid?
Message
From
31/10/1997 15:34:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00057645
Message ID:
00057649
Views:
33
>I would like to be able to color specific cells in a grid based on the content of the grid.
>ie: if source field = "blackout", black out cell.
>
>Is this possible? Has anyone done it? Can you tell ME how to do it?
>
>Paul Moon

Have a look at the dynamicbackcolor and other dynamic... properties of a column.
mygrid.column1.dynamicbackcolor = "iif(field1 = "BLACKOUT", RGB(0,0,0), RGB(255,255,255))
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform