Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects enabled property in grid
Message
From
23/01/2002 18:46:46
 
 
To
23/01/2002 16:31:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00609196
Message ID:
00609446
Views:
19
Brilliant! Thank you for taking the time to submit the example. It finally clarified the syntax for me. I looked for examples in the VFP help files to no avail.

Andrew

>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.
On a CLEAR day you can see forever.
Previous
Reply
Map
View

Click here to load this message in the networking platform