Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid DynamicBackColor
Message
From
22/01/2008 10:41:14
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01283894
Message ID:
01284046
Views:
13
For me, this is invalid for a DynamicBackColor formula.

I was able to finally resolve this by manipulating my data and using this:
="IIF( .T., RGB(b_red,b_green,b_blue), 0)"
Where, b_red, b_green and b_blue are fields in my cursor. I have no idea why it has to be this way. These Dynamic colors are finicky as hell. Same with the RGBComp() function that Marcia told me about. Got it working, but it wasn't easy.

>Is MyCursor the RecordSource for the grid? If not, you can try to specify it in your IIF() statements.
>
="IIF( .T., MyCursor.Sch_BackColor, 0)"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform