.

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


GotoChild method
Example

Moves the current pointer to the first child of a specified entry in a view navigator.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesViewNavigator

Syntax

Call notesViewNavigator.GotoChild( entry )

Parameters

entry


Usage

If there is no child, 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.

A child of a category entry can be either a category or document entry.

Language cross-reference

gotoChild method in Java ViewNavigator class

Example
See Also