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.