Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Go Bottom' in Edit box?
Message
From
30/11/2001 11:16:57
 
 
To
30/11/2001 11:10:31
Terrence Spencer
Municipal Advisory Council of Texas
Austin, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00588029
Message ID:
00588032
Views:
23
>What is the command that will allow me to automatically scroll to the bottom of an edit box?
>
>The edit box has 100's of lines, instead of using the scroll bar with my mouse, I want to click on a command buttom and be taken to the bottom.
>
>Thanks.
>Terrence

Terrence --

OTOMH,
THISFORM.myEditBox.SelStart = LEN (THISFORM.myEditBox.Text)
THISFORM.myEditBox.REFRESH()

Jay
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform