Here you learn how to select documents in a view as well how to delete them.
In the sample application, you want to be able to access documents by clicking on their row in the view.
Your XPages application uses the Domino® data store. The way to get at the Domino data store without programming is through forms.
A form defines how data is stored in documents and how documents appear in user interfaces.
The view panel in XPages allows to specify [] Display check boxes for any column value. The selected documents can be easily used in simple actions like "Delete selected Documents". They are also avaliable to your server side Java Script. Here XPages gives you access to the array of DocumentIDs ...
Many Notes development projects include a requirement that documents be numbered sequentially. This is difficult to do in Notes because of Notes' strengths replication, offline use, and clustering. We discuss how to tell whether the sequential numbering requirement is justified, and what the ...