.

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

JAVA/CORBA CLASSES


gotoEntry method
Example

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

Defined in

ViewNavigator

Syntax

public boolean gotoEntry(Object entry)
   throws NotesException

Parameters

Object entry


Return value

boolean

Usage

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

Language cross-reference

GotoEntry method in LotusScript NotesViewNavigator class

Example
See Also