Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UpperCase in EditBox
Message
From
02/01/2002 11:43:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00599764
Message ID:
00599779
Views:
20
Hello Robert,
* keypress() method of editbox
LPARAMETERS nKeyCode, nShiftAltCtrl

if nKeyCode >= 97 and nKeyCode <= 122
    nKeyCode = nKeyCode - 32
    nodefault
    dodefault(nKeyCode, nShiftAltCtrl)
endif
>Hi All
>
>Is there a way to force the editbox convert all entered character data to uppercase?
>
>TIA
>
>Robert
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform