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 ...
Posted in Source Code | 7 Comments »
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 ...
Posted in Articles | No Comments »
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 ...
Posted in Articles | 1 Comment »