Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change colour of a cell in a grid
Message
From
04/12/2001 09:21:43
 
 
To
04/12/2001 08:51:42
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00589200
Message ID:
00589226
Views:
31
>I need some help
>I change the forecolor value in column,text, in a grid with no changer
>
>I need to change the colour off a cell only when the value in the cell is < to date().
>
>Thanks in advance
>Fabian

Hi Fabian,

In the refresh of the grid put:
WITH THIS
.column?.DYNAMICBACKCOLOR = "IIF(cursor.date_val < DATE, RGB(255,255,128),RGB(255,255,254))"
ENDWITH

HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform