Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ReadOnly Grid: What about checkbox in it?
Message
De
16/06/1998 11:48:13
 
 
À
16/06/1998 11:42:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00108690
Message ID:
00108696
Vues:
40
>>I want allow users to move along the grid but not make changes. So i set grid.readonly to .t.
>>All controls in grid change to readonly except checkboxes in it, cause checkbox doesn't has this property.
>>Must i set the checkbox.enabled to .f. ?
>>Is ther other way to go ?
>>Thanks. Carlos.
>
>Either Check.Enabled=.f. or return .f. from Check.When event

Amazing fast reply.
Perhaps in when event:?

if this.parent.parent.readonly && grid
return .f.
endif
Saludos,
A.G.P.
---------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform