Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping the Backspace Key
Message
From
13/08/1999 12:52:42
 
 
To
13/08/1999 12:48:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00253434
Message ID:
00253478
Views:
36
>
*KeyPress
>
>Thisform.nLastKey = nKeyCode
>
>*Valid
>
>return !thisform.nLastKey = 127
Would this be right?

I'm not sure my tendency would be to.

LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 127 AND THIS.SelStart = 0
NODEFAULT
ELSE
DODEFAULT()
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform