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?
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
Post a Comment