Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling an Editbox programatically
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00422362
Message ID:
00422603
Views:
14
>Help!
>I'm trying to scroll an edit box programatically so that it displays progress messages which are being added incrementally to it (the equivalent of keeping the vertical scrollbar at the bottom).
>
>TIA
Try adding a chr(13) at the BEGINNING of the output:
MyForm.MyEditBox.Value = MyForm.MyEditBox.Value+chr(13)+"This edit box line shows on the next line"
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform