Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
 
To
18/09/2000 17:51:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Grids
Miscellaneous
Thread ID:
00417831
Message ID:
00417934
Views:
22
Steve,
You can nest your IIF() statements to get several 'layers' of different colors.

HTH
Barbara

>I am tring to use the following code to conditionally change to color of fonts in a grid control
>
>foreexpr = 'IIF(ALLTRIM(customer.region) == "WA",' + ;
> LTRIM(STR(COLOR_BLUE)) + ',' + LTRIM(STR(COLOR_BLACK)) +')'
> THIS.SETALL("DynamicForeColor",foreexpr,"Column")
>This works fine but how would a add a third condition? Thanks.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform