Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EditBox question !
Message
From
23/06/1999 17:40:35
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00233233
Message ID:
00233237
Views:
26
>Hi All:
>
>Is there a away to exit the edit box with the left key?
>Pressing ENTER is easy (in keypress) but when the user is at the beggining of the edit box how can why (with the left key) exit ???
>
>TIA

***editbox.keypress event
IF nKeycode=19 && left-arrow
KEYBOARD '{BACKTAB}' && or use Setfocus to go to particular control
ENDIF
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform