logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Eric on Fri 29 Mar 2002 in response to Keeping the boss happy

Re: Agent Done? - Again

Hello,


The db object is not set in the example...
This one is ok :


Dim sess as new NotesSession ' added this line
Dim db As NotesDatabase
Dim qs As NotesView
Dim nv As NotesViewNavigator
Dim ne As NotesViewEntry
Set db = sess.CurrentDatabase ' added this line
Set qs = db.GetView("ByStore")
Set nv = qs.CreateViewNav
Set ne = nv.GetFirst