Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00060641
Message ID:
00060646
Views:
28
>I had an IIF statement in the dynamicBackcolor property of a grid that wasn't working correctly. So I started to try and figure out what was wrong and then realized I can't get the DynamicBackColor to work at all for me. I must be doing something wrong...I have ="rgb(255,0,0)". I've tried it with and without the quotes.

Someone (Vlad Tatavu?) discovered recently that the dynamic column properties of a grid are ignored if there is a space at the end of the expression beforethe end quotes:

"iif(some_value = .T., RGB(255,0,0),RGB(0,0,255)" <---- works
"iif(some_value = .T., RGB(255,0,0),RGB(0,0,255) " <---- doesn't work
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform