I want to do some "find-and-replace" in a RTField using Lotusscript. The RTF
contains some <SHIFT><RETURN> in the text. This is done for better display
on the web. (<SHIFT><RETURN> produces html <BR> tag, while normal <RETURN>
produces <P></P> sequence)
The problem is, that when scanning the RTF using
rtnav.FindFirstElement(RTELEM_TYPE_TEXTPARAGRAPH)
the text after the <SHIFT><RETURN> does not show up. Also, the rest of the
text is NOT seen as a new textparagraph. So the rest of the RTF is
unreachable by Lotusscript!
I am using Lotus 6.5. Has anyone encountered this? Is there a workaround?
Thanks for any tip.
Tom
Tom Sanders - 09 Mar 2006 15:04 GMT
Sorry, wrong group, please ignore...
> I want to do some "find-and-replace" in a RTField using Lotusscript. The RTF
> contains some <SHIFT><RETURN> in the text. This is done for better display
[quoted text clipped - 13 lines]
>
> Tom