GotoEntry (NotesViewNavigator - LotusScript®)

Moves the current pointer to the entry for a specified document or view entry.

Note: This method is new with Release 5.0.2b.
Note: This method is supported in COM only.

Defined in

NotesViewNavigator

Syntax

Call notesViewNavigator .GotoEntry( objUnknown )

Parameters

objUnknown

A NotesDocument or NotesViewEntry object.

Usage

The Document or ViewEntry object provided, as the parameter does not need to come from the current view navigator. The gotoEntry method searches for the existence of the entry in the current view navigator.

If there is no entry for the document or view entry, the current pointer stays where it is. No exception is raised. You must insert your own code (for example, comparing positions) to detect this condition.

Example