Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ticking Checkbox by mouse or spacebar only.
Message
 
 
À
12/09/1997 04:53:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00049767
Message ID:
00049785
Vues:
74
>Hi all,
>
>Does anyone knows how to prevent checkboxes from being checked when RETURN key is press? If possible , checking can only be done on mouse click or spacebar... Thanks.

put this code in the KeyPress event of the check box
if lastkey()=13
   this.value=iif(this.value=1,0,1)
endif
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform