Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change colour of a cell in a grid
Message
 
To
04/12/2001 09:21:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00589200
Message ID:
00589382
Views:
18
Michael,

It is not necessary to use the refresh method of the grid. Setting the dynamicForeColor to

IIF(cursor.date_val < DATE, RGB(255,255,128),RGB(255,255,254))

is all you need. Each time the grid is refreshed the dynamicforecolor will be evaluated and the color set.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform