Archive

Posts Tagged ‘Sort’

Sort Notes Document Collection by LotusScript

For sort Notes Document Collection, I found IBM said “LotusScript Document Collection does not sort as expected”. The documents contained within a NotesDocumentCollection object are sorted by the created date. By design, the sort order of the view or folder the documents reside within is ignored.

It’s sometimes helpful to create a collection of documents “ad hoc,” adding documents to it as you go along processing some other set of documents. For instance, you might like to keep a list of documents whose Status field needs to be updated, but you don’t actually want to do the updates until you’re all done with the rest of your processing.

Read more…

Viewed 8027 times by 2906 viewers