Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format property in Editbox
Message
De
05/10/2006 12:58:15
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
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:
01159760
Vues:
46
>Yeah, that was one thing that I thought about after seeing your code. It's always been done by checking the ascii range and changing to the uppercase range, if necessary. But ISALPHA just seems a little better. I just don't think about this function because I don't find much use for it. I don't have to worry about non-English characters, but still the ISALPHA solutions seems to have a slight edge over the old tried and true method.

The old tried and found false method. Even the famous InGrid class has this error. Checking with isalpha() actually works for other codepages.
Of course one still has to check the keypress value for negative values - so I think it'd be

case between(nKey, 32, 255) and isalpha(chr(nKey))

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform