Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress
Message
 
 
À
19/03/2002 15:54:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00634659
Message ID:
00634705
Vues:
24
>I try to flip text1 with keypress event to text7.
>And flip text7 back to text1 with keypress( especially Enter Key ).
>
>So if I scan text1 with scanner, I got the data and scan text7 with the data ,which I want to input, then I can go back to text1 for next scan.
>
>But I can go to text7 with info but never get back to text1.
>Is there anyone has any idea for solving this problem?
>
>(This is very simple code in the DOS mode but not working in Windows.)
>
>Please help
>
Hi David,

Put in the LostFocus of the textboxes
* text1 LostFocus
This.Parent.text7.SetFocus()
NODEFAULT
...
* text7 LostFocus
This.Parent.text1.SetFocus()
NODEFAULT
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform