Hi,
In lotusscript, I am using a db.search to return a document collection. Next, I use putallinfolder method to take the document collection and put it in a folder.
Then I repeat the process and change the db.search and keep adding to the folder using the putallinfolder of the document collection.
my folder is unsorted and only has one column with the formula @docNumber. What I was hoping is that the order that I putallinfolder is the order I would see the documents in the folder, but it does not appear that way.
Can anyone let me know if I have unrealistic expectation of how putallinfolder should work if using db.search to get my document collection. Thanks!