Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling a control on a Grid's Row Only
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00129883
Message ID:
00129907
Vues:
19
>I have been struggling trying to disable a checkbox on a Grid's row based on a value on that row.
>
>Is this at all possible.
>
>I have tried many different things, however, they disable the checkbox control for the entire grid.
>
>Can anyone help?

Jaun,

You wiull not succeed with this appraoch. Ther is ONLY ONE control for the entire column. Actually only the curretn row in the grid has anything in it, the other rows are ghosts from the past.

One approach that may work would be to put two checkboxes in teh column, one enabled and one disabled. Then use the DynamicCurrentControl property of the column to make the one you want current. This will make different checkboxes current in each row depending on the dynamiccurrentcontrol property expression.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform