.

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


InsertText method
Example

Inserts a text value at the current cursor position on a document.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.InsertText( textValue$ )

Parameter

textValue$


Usage

This method is valid only when the document is in Edit mode.

When the user clicks on a button, the focus changes to the button. In this case, you must explicitly set the focus to the desired position on the document.

Language cross-reference

EditInsertText @command in formula language

Example
See Also