.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CaretNoteID property
Example

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