trichview.support
Re: Multiple lines in one RVData.SetItemText(i, value) |
Author |
Message |
Sergey Tkachenko |
Posted: 06/04/2005 16:21:35 Item cannot contain linebreak characters by design. You cannot use SetItemText - you need to delete the field and insert several text items in its place. See the demo: http://www.trichview.com/support/files/mailmerge3.zip -- I have a mail merge form using RichEdit where one of the fields can be updated with mutliple lines. I tried adding #13#10 but the "value" in the SetItemText call was truncated at the 1st #13, so I assume that's a no-no. Is there some other special char I can imbed in the string I'm inserting that will result in NL's? |
Powered by ABC Amber Outlook Express Converter