Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress in textbox
Message
De
17/10/2007 12:26:15
 
 
À
17/10/2007 00:24:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01261393
Message ID:
01261554
Vues:
13
Thank you Al. Worked like a charm.

>>
>>**Textbox.keypress()
>>LPARAMETERS nKeyCode, nShiftAltCtrl
>>DODEFAULT(nKeyCode,nShiftAltCtrl)
>>MESSAGEBOX(this.Value)
>>
>>The messagebox always shows the value before taking the Keypress into account. How can I update that value of the control so that I could, for example, SEEK in the current workarea based upon the new value?
>
>I do that in .InteractiveChange, which works well for me:
>
>=DODEFAULT( )
>
>=CallSomeMethod( This.Value, SomeOtherParams, ... )
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform