Text Box Wrap problem in a userform


Posted by Paul Magruder on June 11, 2001 10:51 AM

I am having a problem with the text not "wrapping" in a textbox, when showing a useform. I have the properties set for wordwrap "True", and the data wraps when it is transferred to the database, but I need it show all the data when the userform is in the "show" Mode. It currently only shows a single line of text when "showing" the form.

Thanks in Advance
Paul

Posted by AB on June 11, 2001 11:06 AM

MultiLine = True

Make sure you ALSO set the MultiLine property to "True".

Regards,
AaronThe Excel Logic Page

Posted by Paul Magruder on June 11, 2001 11:14 AM

Re: MultiLine = True

Multiline is set to true.....still having the problem....

Posted by AB on June 11, 2001 12:01 PM

Re: MultiLine = True

If the MultiLine property is already set to true then I suspect there's something wrong with the way you're feeding the text to the textbox.

I'll send an example (to you directly) that shows it will work but you'll have to figure out why only the first line of text is getting sent to the textbox. I know if you do a straight copy/paste action from a webpage for instance, only the first line may show up.


Regards,
AaronThe Excel Logic Page Multiline is set to true.....still having the problem....



Posted by AB on June 11, 2001 12:08 PM

Re: MultiLine = True

I tried to send you an example, but your email address (as reported in your message) results in the following error:

Delivery to the following recipients failed.

paul.magruder@kodal.com

Reporting-MTA: dns;hotmail.com
Received-From-MTA: dns;mail.hotmail.com
Arrival-Date: Mon, 11 Jun 2001 12:03:37 -0700

Final-Recipient: rfc822;paul.magruder@kodal.com
Action: failed
Status: 5.0.0
Diagnostic-Code: smtp;550 <paul.magruder@kodal.com> User unknown; rejecting


If you still want to see a sample that shows it will work just contact me through my website or direct email.

Regards,
AaronThe Excel Logic Page