LOTUSSCRIPT/COM/OLE CLASSES
Dim db As New NotesDatabase( "France", "foodwine.nsf" ) Dim view As NotesView Dim doc As NotesDocument Set view = db.GetView( "Main View") Set doc = view.GetLastDocument
See Also