.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Update method
Example

Processes all pending operations on a rich text item.

Note This method is new with Release 6.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem.Update

Usage

Operations on a rich text item are queued for efficiency. The order and time of completion are not predictable. Use this method to ensure that processing is complete at a certain point.

This method is useful when interacting with the front-end classes.

Language cross-reference

update method in Java RichTextItem class

Example
See Also