Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TextBoxes and backspace
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00815859
Message ID:
00815869
Views:
8
Put this code in the keyPress Event

IF nKeyCode = 127 and Empty(this.value)
NODEFAULT
ENDIF


HTH
Greg



>Is there any settings i can apply to textboxes so when backspace is pressed and the cursor is at the beginning of the textbox the focus is not set to the previous control but remains in the textbox?
>
>Thanks.
Greg Foote
Software At Work, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform