Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keypress
Message
 
 
To
19/03/2002 15:54:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00634659
Message ID:
00634705
Views:
23
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform