.

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


Examples: Retrieving entries from a view entry collection
1. This example finds an entry in the collection and places it in a folder.
2. This example finds the first and last entries in a collection.
3. This example collects all of the entries in a view with the GetAllEntriesByKey method of NotesView, and traverses the collection by using the GetFirstEntry and GetNextEntry methods of NotesViewEntryCollection. Alternatively you can use the GetLastEntry and GetPrevEntry methods to traverse the collection backwards.
See Also