Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects enabled property in grid
Message
De
23/01/2002 18:46:46
 
 
À
23/01/2002 16:31:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00609196
Message ID:
00609446
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform