How to get document when I select a document in IBM Lotus Notes -


when select 1 or more documents in ibm lotus notes, how can when click button above? enter image description here

example:how can data row1 , row2 when click button:

sub click(source button) dim session notessession dim db notesdatabase dim doc notesdocument dim dc notesdocumentcollection set dc = db.alldocuments set doc =??? document on row1 & row2 end sub 

please me solve problem.thanks!

you need use unprocesseddocuments property return collection can loop through.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -