Select multiple documents in a view using Lotus Script

Hello. I am trying to select multiple documents in a view programmatically. There is a shortcut combination(press space on current highlighted document in a view) that generates a checkmark on the selection margin. So I created an action button that emulates space press using “user32.dll”. This works perfect. But the problem appears when I try to iterate over a collection of documents, select the document using the method SelectDocument of NotesUIView and generate the space press. It selects every document in the collection and only shows the selection mark on the last document in the collection.

Subject: Deleted

Deleted

Subject: slect multiple docus in a view ?

I am facing the same need !I am trying to select multiple documents (I do have a list of notesId) in a view, but don’t know how to do it

Any help ?