Thanks for sharing Al. Here are some notes to myself about what I learned about this control: 1. Horizontal scrolling functions only if the right margin is set wider than the control. 2. Vertical scrolling functions only if there is more text than will fit in the vertical space in the control. 3. Both vertical and horizontal scrolling work independent of the presence or absence of the scroll bars. 4. Even if enabled, neither scroll bar will be shown unless the text can be scrolled. 5. The rich text control adds formatting info to the data. This is not a problem unless one uses the same data elsewhere and expects pure text. In my case I should be fine as long as I use it only for reading.
That's it for what I learned. I am still pondering a way to use this in a read only mode. I suppose I can grab the data out of the memo where it is stored and write it to a memory variable for viewing. That will insure that the memo field never gets altered but will still allow a user to make changes on screen. Any ideas here? Thanks again, Joe On Sunday, February 20, 2011 2:13 AM, Allen wrote: > >Date: Sun, 20 Feb 2011 08:13:17 +0100 >From: Allen >To: [email protected] >cc: >Subject: Re: Horizontal scrolling in a text box > >I use the ocx richtext >Al > >-----Original Message----- >From: Joe Yoder >Sent: Sunday, February 20, 2011 2:52 AM >To: [email protected] >Subject: Re: Horizontal scrolling in a text box > >I spent some more time on Google and believe what I must have used before >is "modify memo." This allows scrolling both horizontally and >vertically. The only problem is I don't see a way to include it from the >form builder. > >Joe > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

