: 152 : 153 : 1 |
Let me modify the content of a rich text field in a currently open document with LotusScript, and let the result be visible without the need to save and reopen the document.
The best method for this would be to use the existing refresh method in the NotesUIDocument class:
Call notesUIDocument.Refresh( [ IncludeRichTextItems ] )
This would allow us to create some great functions, without the need of crappy workarounds.
|