Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox in a Grid
Message
De
05/11/2002 12:36:03
 
 
À
05/11/2002 12:32:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00718967
Message ID:
00718974
Vues:
45
Bill,

something like in the click event would work:
IF LASTKEY() = 13
   this.Value = IIF(this.Value = 0,1,0)
ENDIF
It's really a kludge as this switches it, then switches it back. But it works.

Rob

>The initial message should read:
>How can I prevent the value of a CheckBox from changing
>on hitting the Enter key?
>Bill
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform