Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select and ensure visible EditBox Data
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00828222
Message ID:
00828230
Views:
20
Kirk,

Put into editbox's Refresh() method
DODEFAULT()
THIS.SelStart = LEN(THIS.Value)
NODEFAULT
THIS.SetFocus()
>I have an edit control on a form that displays a set of messages that come across, each message ends with with a CRLF. But to view the last item, (last item sent), they have to scroll the box down. Is there a way I can determine/select the last line of text and scroll the box in code?
>
>Thanks
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform