Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format property in Editbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01159363
Message ID:
01159459
Vues:
37
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform