Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress - always lowercase
Message
 
 
À
25/12/2008 10:01:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01369649
Message ID:
01370062
Vues:
31
Could it be that in your subclass you were missing dodefault ?

>Tore --
>
>DoDefault(...) did nothing -- it swallowed the keystrokes. I assume it was because this was in a subclass.
>
>Thanks
>
>>This is code I have used for years:
>>
if Between(nKeyCode, 32, 255) and IsAlpha(chr(nKeyCode))
>>   NoDefault 
>>   DoDefault(Asc(Lower(Chr(nKeyCode))),nShiftAltCtrl)
>>EndIf
>>
>>>What code do you put in Keypress to convert all uppercase characters to lowercase?
>>>
>>>Thanks
>>>
>>>Merry Christmas
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform