Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress Event Question
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00038260
Message ID:
00039247
Views:
92
>In my last reply to you I suggested some code in the KeyPress. I just tested it and it works beautifully but you have to omit the DoDefault() command I suggested, so the code in the keypress becomes;
>
> IF nKeyCode >= 97 and nKeyCode <= 122
> NODEFAULT
> KEYBOARD UPPER(CHR(nKeyCode))
> ENDIF

Thanks for the reply I will give that a try but it sounds like what I am looking for....
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Reply
Map
View

Click here to load this message in the networking platform