Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color Cells in Grid (Not all in a row, Not all in a colu
Message
 
 
To
13/01/2001 16:42:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00463419
Message ID:
00463432
Views:
13
>I have a grid for which I am attempting to "dynamically" color certain cells. Not by a setall function. Assume I have 5 rows, 10 columns. For example, when the value of row 3, column 5 is true I would like the color to be green, if false make the color red. This needs to be dynamic as the user modifies the cells. Any help greatly appreciated.

I set a memo column cell's font to red if there is data. In the Columnx.Init

this.dynamicforecolor = "iif(empty(disb_hdr.disb_memo), rgb(0,0,0), rgb(255,0,0))"

Brenda
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform