Insert RichText into RichText with LotusScript – Chapter 2

Saturday, October 14th, 2006

In an earlier post I wrote about how to insert richtext from another document into a specific position in an exiting richtext item using DXL. This solution works fine but has a few limitations. One of this limitations is the handling of attachments and embedded objects. So I was looking for ...

Insert a RichTextItem into another RichTextItem

Sunday, April 30th, 2006

As I posted before, IBM does not provide us with a method to insert content from one RichTextItem to another RichTextItem. I'm not talking about AppendRTItem ... And it seems that nobody in the Notes Community has a solution for this. Oh, yes, Ben Langhinrichs has a solution. But I'm not ...

RANT: How to solve an SPR – the IBM way

Friday, April 28th, 2006

Have you ever tried to INSERT a RichTextItem into an existing RichTextItem instead of appending it ? Let's see how we could accomplish this. Actually there is no explicit method in the NotesRichText class to insert an item, but let's see what the AppendRTItem method could do for us. Oh, YES, here ...