Manipulate Rich Text in a UI Document? (NotesRichTextItem NotesUIDocument)

Suppose a user has a document open in edit mode, and they trigger some LotusScript that manipulates a rich text field in that document. I know how to save that rich text to the backend document, but how do I get this into the UIDocument so the user can see it?

Subject: Manipulate Rich Text in a UI Document? (NotesRichTextItem NotesUIDocument)

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/dd507a5be7cc2e4285256eec005f56ef?OpenDocument

Subject: RE: Manipulate Rich Text in a UI Document? (NotesRichTextItem NotesUIDocument)

Thanks for the link!

It looks like this is basically saving the rich text to the backend, then closing and re-opening the UI doc. I was looking for a way around this, if possible…

Subject: RE: Manipulate Rich Text in a UI Document? (NotesRichTextItem NotesUIDocument)

No the beauty of the solution suggested is that it does it WITHOUT saving!

Subject: RE: Manipulate Rich Text in a UI Document? (NotesRichTextItem NotesUIDocument)

Oh, I see. That is an interesting approach.