Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Helping a visually impaired person
Message
From
09/08/2001 16:31:20
 
 
To
09/08/2001 16:18:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00541991
Message ID:
00542016
Views:
19
> Now another question: is it possible to change the backcolor of a field in a grid depending on the value of that field? Not the whole column or row, but that single field.

Something like the following, just for example, in the dynamicbackcolor property of the column seems to work alright.

IIF( d = "31011 ", RGB(255,255,255), RGB(255,255,0) )
Previous
Reply
Map
View

Click here to load this message in the networking platform