.

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


DoVerb method
Given the name of a verb, executes the verb in an embedded object.

Note This method is treated as a Sub in COM.

Defined in

NotesEmbeddedObject

Syntax

variant = notesEmbeddedObject.DoVerb( verb$ )

Parameters

verb$


Return value

variant


Usage

Verbs which require user interaction, such as Open or Edit, are not supported.

Language cross-reference

doVerb in Java EmbeddedObject class

See Also