Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
18/09/2000 17:51:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grids
Miscellaneous
Thread ID:
00417831
Message ID:
00417831
Views:
35
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.
Next
Reply
Map
View

Click here to load this message in the networking platform