Strange behavior with NotesViewNavigator and NotesViewEntries

Has anyone seen issues when walking a view using NotesViewNavigator and NotesViewEntries? We have been using an Export to Excel library for some time now, in many of our databases, but with the 8.5 client, the script crashes the Notes client. Walking through the code, the line that causes the problem is…

Set ve = vn.GetNextDocument(ve)

ve is the current NotesViewEntry

vn is the NotesViewNavigator.

We’ve tried using…

Set ve = vn.GetNext(ve)

with the same result. We’ve also tried rebuilding indexes, but it did not prevent the crash.

Running the code from an R6.5.5 client breezes through the view without issue.

Any feedback would be appreciated.

Subject: NotesViewNavigator is buggy in 8.5.0… does anybody know if fixes have been made?

Subject: Re. ViewNavigator

There are several bugs in ViewNavigator methods in 8.5 which results in applications being broken.

http://www-10.lotus.com/ldd/nd85forum.nsf/Search?SearchView&Query=*viewnav*&SearchOrder=0&Start=1&Count=100