CreateRange (NotesRichTextItem - LotusScript®)

Creates a NotesRichTextRange object.

Note: This method is new with Release 6.

Defined in

NotesRichTextItem

Syntax

Set notesRichTextRange = notesRichTextItem .CreateRange

Return value

notesRichTextRange

The object.

#Usage

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