Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling a textbox in Real time
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01611294
Message ID:
01611301
Views:
69
Likes (1)
Use editbox and put following code int the Refresh and call Refresh after changing data
DODEFAULT()
THIS.SelStart = LEN(THIS.Value)
NODEFAULT
THIS.SetFocus()
>
>Question.....
>
>I have a form with a textbox ( or it could be a listbox if I need to use that instead ) for output.
>
>I am placing text in this textbox, one bit of text after the other, line after line, for real time output as I modify some data.... something for the user to see.
>
>Problem is, the text fills the textbox, but does not scroll upward as it fills up after it is full.... I would like it to scroll upward and allow the user to see the new information in real time.
>
>How to get it scroll in real time ???
>
>I tried to REFRESH the textbox, but that did not work.
>
>Thanks for any help !!!
>
>Tommy
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform