Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tab key does not fire lostfocus
Message
De
26/08/2007 13:32:49
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
25/08/2007 10:37:40
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01250402
Message ID:
01250507
Vues:
16
>yes, i do write some coding in key press event
>
>IF nkeycode=127 AND this.SelStart=0 AND this.SelLength=0
> NODEFAULT
>ENDIF
>
>this prevent cursor move back to previous text box....

You may put
IF inlist(nkeycode, 127, 15) AND this.SelStart=0 AND this.SelLength=0
	NODEFAULT
ENDIF
15 is the code for shift-tab, which also causes backward movement.

But this still doesn't solve the problem you have - the code for tab is 9, and your keypress code doesn't touch that.

Check your set("confirm"), make sure it's off.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform