Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about keypress mothod??
Message
From
02/05/1998 06:41:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Question about keypress mothod??
Miscellaneous
Thread ID:
00096481
Message ID:
00096481
Views:
48
Hi!

I'd like to ask you about keypress mothod.
For instance,
There are two textbox controls on a form.
if I write a code on the keypress method of the first textbox
as the followings,

LPARAMETERS nKeyCode, nShiftAltCtrl

if nKeyCode=13

This.value=0
This.SetFocus

Endif

I was trying to remain the Focus on the first textbox by "this.setfocus"
after I press enter key.
But This code will led the focus on the next textbox control.
I'm not sure I suppose it's caused by the "enter"
How do I remain the focus on the first textbox even if I press
the ENTER KEY ?
If you have a chance to visit Korea, Be my Guest.
rexall
Next
Reply
Map
View

Click here to load this message in the networking platform