Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pressing Enter to advance to next field in check box
Message
From
24/10/1997 16:23:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00056604
Message ID:
00056608
Views:
30
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform