.

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


Accessing a view entry collection
Example

The NotesViewEntryCollection class allows you to gather view entries according to a specific criterion. The NotesViewEntryCollection class gives you access to the following properties:
PropertyData typeDescription
Count Long(Read-only) The number of entries in a collection
Parent NotesView(Read-only) The view that contains a view entry collection
Query String(Read-only) The text of the query that produced a view entry collection

Example
See Also