LOTUSSCRIPT/COM/OLE CLASSES


RunReadOnly property
Read-write. Runs the embedded object when reading the document.

Note This property is new with Release 4.6.2.

Defined in

NotesEmbeddedObject

Data type

Boolean

Syntax

To get: flag = notesEmbeddedObject.RunReadOnly

To set: notesEmbeddedObject.RunReadOnly = flag

Legal values


Usage

This property can only be set when the embedded object is an OLE control (ActiveX control or OCX).

The control is in-place activated (but not UI activated) when the document is in Read-only mode.

Any control with this property set may allow editing during Read-only mode, but no changes are saved.

This property is not applicable to embedded OLE objects since they can be activated in Read-only mode without changes being saved.