Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Eliminate nKeyCode from KeyPress Event
Message
From
25/11/1997 08:22:53
 
 
To
25/11/1997 07:13:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00062104
Message ID:
00062116
Views:
27
>I am working in a data entry screen. My users dont't like to use mouse, so i have a menu like a label
>and i execute data entry forms with the key press event (if nkeycode=13).
>All my forms are based on a class. The problem is that always the focus is on the second TextBox
>(because of chr(13)). As the code for the KeyPres Event is on the class, i don't know the name of
>the first control to set the focus.
>I tried KEYBOARD CLEAR, CLEAR TYPEAHEAD i cannot solve the problem.
>Is there any easy way to overcome this problem (ex. in VB nKeyCode=0)?
Change the TAB order of your form. If I'm understanding you correctly, your form initiates with focus on the second Textbox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform