Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping the Backspace Key
Message
From
16/08/1999 04:27:35
Rajatkanti Bagadthey
Skynet Systems P Ltd
Kolkata, India
 
 
To
13/08/1999 12:06:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00253434
Message ID:
00253961
Views:
17
set form keypreview = .t.
in form keypress
if activecontrol.baseclass = textbox and
activecontrol.selstart = 0 and nkeycode = BS
NODEFAULT
RETURN
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform