Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keypress in textbox
Message
From
17/10/2007 12:26:15
 
 
To
17/10/2007 00:24:39
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01261393
Message ID:
01261554
Views:
11
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, ... )
>
Previous
Reply
Map
View

Click here to load this message in the networking platform