Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01003463
Message ID:
01003474
Views:
17
>I'm using a SETALL() to set the dynamicbackcolor property of all the columns in a grid, but it's not working? What am I missing?
>
>THISFORM.PageFrame1.Page4.grdRextpost.SetAll("DynamicBackColor", ;
> "IIF(csrTrans.Posted, RGB(255,0,0, RGB(0,255,0))", "Column")
>
>My backcolor is always white? I thought the above would show Red or green?
>
>Thanks,
>Don

Don one parenthesis is missing:
THISFORM.PageFrame1.Page4.grdRextpost.SetAll("DynamicBackColor", ;
	"IIF(csrTrans.Posted, RGB(255,0,0) , RGB(0,255,0))", "Column")
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform