Notes Client skipping numbers on '# in View' column

73 views Asked by At

I am having a problem with IBM Notes version 9.0.1 where i have a view containing a '# in View' column as the first column. The view, as seen on the client, is skipping some numbers (on the printed view it skips the number 6151), while displaying them correctly on the Domino Designer preview:

View on Notes Client:

enter image description here

View on Domino Designer preview:

enter image description here

Whenever i run a script such as:

db.session.getCurrentDatabase();
thisView.db.getView("thisView");
entryCol = thisView.getAllEntries();
myEntry = entryCol.getNthEntry(6200);

I'll get an entry that follows the Designer numbering, instead of the Client numbering, which is very annoying because i can't search for documents on the Designer preview.

Any ideas?

0

There are 0 answers