Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about keypress mothod??
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Question about keypress mothod??
Divers
Thread ID:
00096481
Message ID:
00096481
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform