Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change colors in grid
Message
From
04/12/2001 08:59:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/12/2001 08:49:25
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00588906
Message ID:
00589207
Views:
26
>Thanks Nadya for your help but i need other thing.
>I need to change the colour off a cell only when the value in the cell is < to date()
>
>FAbian.

Not much different Fabian.

If recordwise use setall() or apply to only column where cell would be colored :

myGrid.myColumn.DynamicBackColor = "iif(myTable.myDateField < date(), "+;
"rgb(255,255,0),rgb(255,255,255))"

If would only color on currecnt row add expression for it.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform