RunReadOnly (NotesEmbeddedObject - LotusScript®)

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

  • True indicates that the control runs when the document is in Read-only mode.
  • False indicates the default. Does not run the control when the document is in Read-only mode.

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.