Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pressing Enter to advance to next field in check box
Message
De
24/10/1997 16:23:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00056604
Message ID:
00056608
Vues:
35
>I want the user to be able to press enter in
>navigating the fields on the form. When the
>field is a checkbox it toglles the data on and off.
>
>any suggestions on how to just go to the next field
>here?
>
>Gary

***Checkbox KeyPress Event
if nKeycode=13
this.tag="p"
thisform.checkvalue=this.value
endif

***Checkbox LostFocus Event
if this.tag="p"
this.tag=""
this.value=thisform.checkvalue
endif
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform