AppendRTItem (NotesRichTextItem - LotusScript®)

Inserts the contents of one rich text item in another.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem .AppendRTItem( notesRichTextItem2 )

Parameters

notesRichTextItem2

The item to be appended. If you specify Nothing, this method generates an error.

Usage

The insertion occurs at the end of the item. AppendRTItem cannot be called after BeginInsert.

In an open document in edit mode (the NotesDocument via NotesUIDocument.Document), changes made to rich text will not appear on screen immediately as they would with fields of other types. There is no method to cause this update to occur. You must close and reopen the document to see changes.

Example