trichview.support
Re: Merging data from one TDBRichViewEdit To TRichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 02/25/2003 22:34:51 Use IsFromNewLine function to find placed where to insert linebreaks (examples can be found in functions in http://www.trichview.com/support/files/rvgettext.zip) There must be no problem accessing item [ItemCount-1] (if you do not modify DesignEdit contents in the cycle) > Well, I ment that I loop through all items in the document. I just replaced > my index variable with 0. A side note, if I access the last item I get an > access violation. That's why I go to itemcount - 2. But anyway, the main > issue is that line breaks isn't maintained. I thought that linebreaks > (#13#10) was part of the text but maby there is some property? I can't find > it or figure it out though. > |
Powered by ABC Amber Outlook Express Converter