LOTUSSCRIPT/COM/OLE CLASSES
Returns the first child (response) of an entry in a view navigator.
Defined in
NotesViewNavigator
Syntax
Set notesViewEntry = notesViewNavigator.GetChild( entry )
Parameters
entry
notesViewEntry
To find additional response documents, use GetNextSibling. The combination of GetChild and GetNextSibling lets you access document responses, sorted in the same order that they appear in a view. To get all of the immediate responses to a document, unsorted, use the Responses property in NotesDocument.
Language cross-reference
getChild method in Java ViewNavigator class
Example See Also