Notes/Domino Fix List
SPR # WAT4ANHFUFixed in 5.0.7 release



Product Area: Designer Technical Area: LotusScript Platform: Cross Platform

SPR# WAT4ANHFU - Provided an enhancement to the NotesViewEntryCollection class, so it will work for collections greater than 16128 entries.
Technote Number: 1088767

Problem:
This issue was reported to Lotus Quality Engineering and has been addressed in
Domino/Notes 5.0.7.

Excerpt from the Lotus Notes and Domino Release 5.0.7 QMR fix list (available
at http://www.notes.net):

LotusScript
SPR# WAT4ANHFU - Provided an enhancement to the NotesViewEntryCollection class,
so it will work for collections greater than 16128 entries.

Prior to 5.0.7, the GetAllEntriesByKey method returns a maximum of 16128
documents. A possible workaround is to use the GetAllDocumentsByKey method (of
the NotesDocumentCollection class).Supporting Information:

The documents within a NotesDocumentCollection object are sorted by the
document's creation date. The documents within a NotesViewEntryCollection
object are sorted using the sort order of the view.
Related Documents:

NotesView Get ByKey Methods Return Error: "Too Many Keys in <METHOD>"
Document #: 172058

Objects Created From a NotesView Object Become Null if the NotesView Variable
is Changed
Document #: 175442

LotusScript Document Collection Does Not Sort as Expected
Document #: 169334

Is it Possible to Deselect Individual Documents via LotusScript (Remove
Documents from Collection)?
Document #: 166794
More >



Last Modified on 05/16/2001

Go back