Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tab key clears textbox after popup menu
Message
From
12/08/2003 10:45:16
David Lane
Lothian Valuation Joint Board
Edinburgh, United Kingdom
 
 
To
11/08/2003 12:40:18
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00818179
Message ID:
00819367
Views:
12
Fabio
Thanks
I've tried the following in the keypress of the textbox:

procedure edittextbox.Keypress()
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode=9
set step on
nodefault
return
endif

The tab key doesn't seem to be recognized after the right click menu as the debugger isn't opened; it is if access is via the command button click.

Dave
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform