Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects enabled property in grid
Message
From
23/01/2002 16:31:01
 
 
To
23/01/2002 16:18:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00609196
Message ID:
00609329
Views:
18
This message has been marked as the solution to the initial question of the thread.
Hello Andrew.

I am thinking something along the line of

this.DynamicCurrentControl = "IIF(picked,'checkenabled','checkdisabled')"

Does this make sense?


It all depends on what you are trying to accomplish < s >. You can do this in code in the grid's Init() using syntax similar to this:

This.collSelected.DynamicCurrentControl = ;
"IIF( UPPER( ALLTRIM( lv_Customer.Title ) ) = 'OWNER', 'chkDisabled', 'chkSelected' )"

Or you can set it up in the property sheet for the column.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform