Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Backspace moves to previous field..
Message
From
05/03/2004 12:28:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00798825
Message ID:
00883571
Views:
33
Thanks Sergey,

If you get a dollar for each answer you've given you will be making tons of money ;-).

I added the following to make sure I can hightlight the entire textbox and delete with the backspace.


IF nKeyCode = 127 AND This.SelStart = 0 AND This.SelLength = 0
NODEFAULT
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform