Unprocessed Documents method in web

Hi all,

I am new to web development.Do we have an equivalent command to db.unprocesseddocuments in web???

I have an agent to generate an excel report for the selected documents.The agent is called from a view action.

Any solutions on this??

The agent i have coded generates the excel report for all the documents in the view.

Thanks in advance for any help.

Regards,

Malar

Subject: Unprocessed Documents method in web

NotesDatabase.UnprocessedDocuments doesn’t work on the web as it does in the Notes client, due to the very different nature of the two platforms.

On the web, the typical technique for grabbing selected documents in a Domino view is to make use of checkboxes. This article on Codestore can tell you more:

Hope that helps.

Subject: RE: Unprocessed Documents method in web

Ben,

Thanks for your response.I will try it out.

Regards,

Malar