LOTUSSCRIPT/COM/OLE CLASSES
server$ = "Montreal" dbfile$ = "corpcomm\walnut.nsf" Dim db As New NotesDatabase( server$, dbfile$ ) Dim view As NotesView Set view = db.GetView( "By Date\Ascending By Main Topic" ) Forall c In view.Columns Messagebox ( c.Title ) End Forall
See Also