Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox scrollable AND read-only
Message
From
29/03/2004 23:18:09
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00890638
Message ID:
00890651
Views:
25
>I'd like to use an editbox to display progress information in an application. It should probably be read-only, but I want the information to scroll as needed and I want users to be able to scroll up and down as expected...
>
>So I think I need to keep the box editable, but make it impossible for people to click within the text area (or at least to add information). I found the thread which shos how to make the box scroll with this REFRESH method:
>
>DODEFAULT()
>THIS.SelStart = LEN(THIS.Value)
>NODEFAULT
>THIS.SetFocus()
>
>So I need to add a way to keep the mouse out of the text area (but allow it to manipulate the scroll-bars...
>
>Ideas?
>
>TIA
>Michael

I had the same situation, I ended up using a RTF control. Works great.

Scott
Previous
Reply
Map
View

Click here to load this message in the networking platform