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

Click here to load this message in the networking platform