Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Eliminate nKeyCode from KeyPress Event
Message
De
25/11/1997 08:32:53
 
 
À
25/11/1997 08:22:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00062104
Message ID:
00062119
Vues:
19
>>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?
Thank you all. The solution is, to use NODEFAULT
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform