.

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


Examples: Using OLE
1. This example represents two command buttons on a Visual Basic form. The first button writes a new document in an existing Domino database by creating a NotesSession object through OLE and creating NotesDatabase and NotesDocument objects through Notes methods. The second button frees the memory used by the Domino object before unloading the Visual Basic form.
2. This example represents a command button on a Visual Basic form. The button launches Notes if it is not already running, and then opens test4.nsf in the local data directory.
See Also