The OLE_OpenNote() function opens the specified OLE container file and sets the window title of the OLE container application. If the OLE container application wasn’t already open, it will be opened.
OLE_OpenNote(OLE_doc_path, window_title)
• OLE_doc_path – The complete path of the OLE container file to open. The path is in generic format.
• window_title – A string containing the text that will appear in the title bar of the OLE container application.
The boolean value true.
The OLE container application opens the container file for exclusive use. This means that only one user at a time can access a specific OLE container file.