Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic dynamicbackcolor?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00513208
Message ID:
00513233
Views:
12
You can use the second 'iif' statement:
"IIF(items.secondary, RGB(193,255,255),iif(condition,RGB(..), RGB(255,255,255)))"

If you need still more 'iif', you can add method that set color based on complicated conditions.

>>>>>>>>>>>>>>>>>>>>>>>>>>..your message below.............

I have a grid with 14 columns. The backcolor of 4 of the columns is grey. Now I need to set the backcolor of the other 10 columns dynamically based on data. In the init of the grid I have:

This.SetAll("DynamicBackColor", "IIF(items.secondary, RGB(193,255,255),RGB(255,255,255))", "Column")

But of course this sets the columns that should be grey to white. I cannot figure out how to write the code to account for those 4 columns and keep they grey.

Any suggestions?

TIA!
Previous
Reply
Map
View

Click here to load this message in the networking platform