Select multiple docs on web and print all

I feel like I’m missing something easy here; any pointers would be appreciated.

I want users to come to a Notes db via a web browser, select one to many documents in the displayed view and be able to print all selected docs (not the view, the actual docs).

I’ve spent a couple of hours searching here, in the FAQs, and on Google and the best thing I’ve found is this: http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/47ad7e16486f5133852571cd000a8c2e?OpenDocument which doesn’t really seem to address my requirement.

I don’t need full code, just some pointers for the logic you’d use to make this kind of select and print function work.

TIA for the assist.

Doug

Subject: Select multiple docs on web and print all

I would try this,

with the UNIDs of the documents selected, in a background agent, create a new temporary document, in a rtf field merge in the selected docs (rendertortitem, i think), save this doc, open in a new window with a print button.

I did something similar long time back, but i did not need to print the document, but create a table from values based on docs selected from the web view, I created an html doc, saved it in the html folder and opened it in a new window.

H T H.

Subject: RE: Select multiple docs on web and print all

Yazdi,

Thank you so much for the response. As it happens, we’re looking at a 3rd party solution that will give us what we want (Integra4Notes). We typically don’t buy 3rd party products, but this one looks like a good value for the money…

If it falls through, I’ll revisit the html on the fly method you suggest.

Thanks.

Doug