Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and funky reaction
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid and funky reaction
Miscellaneous
Thread ID:
00292970
Message ID:
00292970
Views:
59
hello everybody

I have this code in the click event in a command button in a grid

>public c_id
>c_id = customer.customer_id
>
>thisform.grid1.SetAll("DynamicBackColor", ;
>'IIF(customer.customer_id = c_id, RGB(255,255,255), RGB(0,255,0))', ;
>"Column")
>
>thisform.grid1.SetAll("enabled", ;
>IIF(customer.customer_id = c_id, .t., .f.), ;
>"Column")
>
>thisform.refresh
>return

The dynamicbackcolor works but the enabled doesn't it either enables everything or disables everything
can anybody explain / help

Stephen McLaughlin
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Next
Reply
Map
View

Click here to load this message in the networking platform