Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic programmer can't get grid back to colour
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00066970
Message ID:
00067071
Views:
19
>Hi all. I am using VFP 3.0b.
>
>I can't get the following to colour my grid.
>
>this.SetAll("DynamicBackColor","IIF(this.ctime.combo1.value='1300',RGB(0,255,255),RGB(255,255,255))","Column")
>
>Any ideas why it might not be working. I have it in the init of my grid. Should it be somewhere else or in multiple places?
>
>Some notes:
> - yes I have a colour monitor :-)
> - it did work in the past, but doesn't now
> - the value of the combo box is a string
>
>Any ideas?

I do have couple grids like that but I am using function streight in property
DynamicBackcolor GETRGB(PARAM1,PARAM2...,PARAMN) and return back RETURN RGB(255,255,255) but I'm currently using 5.0a.
Previous
Reply
Map
View

Click here to load this message in the networking platform