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)
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.