RE: You're looking at the same collections Peter Greaves 3.Mar.00 02:57 AM a Web browser Domino Designer -- LotusScript Release 5
"?OpenAgent url and appending the document unids of each selected document to it seperated by &'s. The agent would then have to parse the Query_String which you can get by the session.DocumentContext.QUERY_STRING(0) to get the unids and then you're set. "
i think mark's on the money here - i'd just look out for making the query_string too long. we have a similar select-from-view feature but we send back the docids in the cookie property of document context to the agent - we get about 400 ids as data in there.