CaretNoteID (NotesUIView - LotusScript®)

Read-only. The note ID of the document currently highlighted (that is, at the caret location) in a view.

Note: This property is new with Release 6.

Defined in

NotesUIView

Data type

String

Syntax

To get: caretNoteID$ = notesUIView .CaretNoteID

Usage

The user changes the current highlight (or caret location) by a mouse click or pressing the up and down arrows. Exactly one document is highlighted in a view.

Selection marks have nothing to do with the caret location.

Use GetDocumentByID in NotesDatabase to get the document to which CaretNoteID refers.

Example