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