Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd textbox behaviour
Message
 
To
28/03/2003 15:26:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00771458
Message ID:
00771667
Views:
8
Alan,

This may be too simplified. It may be fine if moving backward from the next object, but what about entering the textbox from the object before it? Seeing the cursor jump to the end might be unnerving to the users. Some code will be needed to test what the last object was before the textbox got focus.

Dana

>Are you sure it doesn't do this in your other forms? That's how it works for me. If it bothers you, then in your textbox gotfocus, move the insertion point to the end:
>
>
This.SelStart = Len(Alltrim(This.Text))
>
>Alan
>
>
Where's the damned Any Key?...too late
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform