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