Nested views
When I perform a search, this gives me a collection of results. These are checked so I can process them sequentially (e.g. with F3).
At some point I would like to perform another search, do something with the new result set, and then resume processing the previous result set at the point where I left off.
Is this possible?
|