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