Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does GetFldState() return 2 for memo fields
Message
De
17/01/2008 02:57:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Divers
Thread ID:
01282378
Message ID:
01282492
Vues:
9
>Hi Naomi
>
>>Is this field edittable? If yes, adding CHR(13) changes the field's content.
>
>Yes and that is the case. I have captured the Enter in Keypress and Keyboarded tab instead.
>
>Thanks.

Don't use keyboard(), it can have side effects. This code in KeyPress is better
If nKeyCode=13
   NoDefault 
   DoDefault(9,nShiftAltCtrl)
EndIf
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform