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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -