Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pressing Enter to advance to next field in check box
Message
From
25/10/1997 09:43:38
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
24/10/1997 16:23:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00056604
Message ID:
00056681
Views:
27
>>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. > >***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 I wonder if this could be an easier way out: ***Checkbox KeyPress Event if nKeycode=13 nodefault this.LostFocus endif Don't have time to experiment at the moment, but I'll try later.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform