GetEntry (NotesViewNavigator - LotusScript®)

Returns the specified entry in the navigator.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator .GetEntry( entry )

Parameters

entry

Variant. The name of an entry in the view. Could be a NotesDocument or a NotesViewEntry object.

Return value

notesViewEntry

NotesViewEntry. The specified entry of the navigator. Returns Nothing if there are no entries.

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