Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd textbox behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00771458
Message ID:
00771520
Views:
14
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


>I have found this problem with a textbox. I have no custom code, and changed the base object back to VFP.
>I am running W2K SP2, VFP6 SP5. I have both VFP 7 and VFP 8 installed on the system.
>
>The problem: Type some text left arrow 2 times, tab out of textbox, tab back into textbox. The cursor is where it was. All the other forms I have done this with, put the cursor back at the beginning, unless I have SelectOnEntry set True.
>
>Anybody have some idea's?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform