.

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


GetEntry method
Example

Returns the specified entry in the navigator.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator.GetEntry( entry )

Parameters

entry


Return value

notesViewEntry


Usage

This method moves the current pointer to the retrieved entry unless the return value is Nothing.

Unlike all the other ViewNavigator methods, the entry need not come from the current navigator. For instance, you can access an entry in the navigator from a document created via a document collection navigation.

If the specified entry is a document, or came from a ViewEntryCollection, GetEntry method returns the first entry in the view for that entry. The entry may appear in multiple categories.

Example
See Also