Notesview.isautoupdate = false actually stops the server from updating the view?

Or does it just stop the clientside Notesview object from registering any index updates?

i’m trying to work around an “entry not found in index” problem when walking through a notesviewnavigator ( i know it’s supposed to be fixed from 8.5.1FP3 onwards.)

Thanks for any clarification you can provide.

Jo.

Subject: it stops…

the clientside View Object from updating aslong the script runs.

Best thing as i know is to Use NotesEntryCollection instead of ViewNavigator

since a collection is cached and never changes while the script runs.