Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on grids
Message
 
To
20/03/2001 08:11:30
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00486773
Message ID:
00486781
Views:
15
>I'm using VFP6. I have a grid bound to a table, the grid is marked read-only. Question is, if there is information in any of the cells, I'd like to change the backcolor of those cells. Grid dimensions are (10 x 71).


Look at the dynamicbackcolor property.

You can set that to something like
iif(empty(myfield),rgb(r,b,g),rgb(r,b,g))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform