LOTUSSCRIPT/COM/OLE CLASSES
Dim db As New NotesDatabase( "Troy", "newnotes.nsf" ) Dim view As NotesView Dim doc As NotesDocument Dim response As NotesDocument Set view = db.GetView( "Main View" ) Set doc = view.GetFirstDocument Set response = view.GetChild( doc )
See Also