Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format property in Editbox
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159363
Message ID:
01159459
Views:
34
Well, I was afraid of that. Glad you sent over that code. I was thinking about testing the range of nKeyCode and wasn't thinking about ISALPHA (a command I don't find much use for), but it's a more sublime solution.

I wonder why the format code does not work? Is this considered a bug or by design or do you know?

Thanks to each of you.

>You must do it in KeyPress
>If ISALPHA(CHR(nKeyCode))
>  NODEFAULT
>  nKeyCode=ASC(UPPER(CHR(nKeyCode)))
>  DODEFAULT()
>EndIf
eCost.com continues to rip people off
Check their rating at ResellerRatings.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform