Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping the Backspace Key
Message
From
17/08/1999 13:58:14
 
 
To
13/08/1999 13:16:40
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00253434
Message ID:
00254605
Views:
49
Hi Dan,

>I've got it. But when trying to click out of the field, I still get an invalid input.

Put this in the Valid then:
llreturn = iif(thisform.nLastKey = 127,0,.T.)
thisform.nLastKey = 0
return llReturn
You will actually have to click twice, but the user will just think he missed ;-)

And don't say anything about this coming a week later, I just got reminded of it a second ago.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform