.

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


Documents property
Example

Read-only. The documents that are currently selected in a view.

Defined in

NotesUIView

Data type

NotesDocumentCollection

Syntax

To get: Set notesDocumentCollection = notesUIView.Documents

Usage

In NotesUIView events such as QueryOpen where you cannot have documents selected, Documents.Count is 0.

Example