ModifiedSinceSaved (NotesUIDocument - LotusScript®)

Read-only. Indicates whether a document contains unsaved changes.

Note: This property is new with Release 7.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .ModifiedSinceSaved

Legal values

  • True indicates that the document contains unsaved changes.
  • False indicates that the document contains no unsaved changes.

Usage

The document has to be opened in Edit mode.

If the NotesDocument object handle is made using the DocumentContext property (of the NotesSession class), this property does not report the updates.

For this property to determine if a back-end modification was made, the document must have been saved in the back-end.

Example