Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid row/column disable
Message
De
01/05/2001 15:25:26
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00501946
Message ID:
00502189
Vues:
20
>I have a grid with 3 columns. the 3rd column is a checkbox. What I want is >that this checkbox appear disable for certain rows only. How can I do that?

Francisko,
You can use the checkbox's when event to determine whether to disable /control access to the checkbox.
Something like in the checkbox when event, you put:
RETURN lSomecondition

or

something like the following:
THIS.Enable=lSomecondition
THIS.REFRESH
RETURN lSomecondition
and lSomecondition return a logical value which determine whether access is allowed.

Kam.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform