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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -