.

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


CreateNavigator method
Example

Creates a new directory navigator.

Note This method is new with Release 8

Defined in

NotesDirectory

Syntax

Set notesDirectoryNavigator = notesDirectory.CreateNavigator()

Return value

notesDirectoryNavigator


Usage

Calls to Lookup against a Directory return a resident DirectoryNavigator, with successive Lookups resetting the cache and associated navigator. The CreateNavigator method is used to create additional DirectoryNavigators, allowing multiple simultaneous information retrievals.

Example