OLE_OpenNote()

Examples


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.

Syntax

OLE_OpenNote(OLE_doc_path, window_title)

Parameters

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.

Return value

The boolean value true.

Comments

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.


Documentation Feedback