Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On entry select whole field
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00502973
Message ID:
00620109
Views:
18
Try the following:

DoDefault()
This.SelStart = 0
This.SelLength = This.MaxLength
NODEFAULT

This selects the entire textbox up to the point of the length of the MaxLength value, which is usually the length of the data field.

Cecil
Previous
Reply
Map
View

Click here to load this message in the networking platform