Categorised documents

i have a view with (ex:8) columns let first column is sorted which contains 8 values

under each category i have 10 documents

in that i want to access particular item value how to do that

1.suppose if get select one categorty values in dialog field

item values should come in another dialoglist

Subject: categorised documents

You will need to get a collection of documents. This can be obtained either via the view and GetAlldocumentByKey, or via the view and the NotesEntryCollection or via the NotesViewNavigator.

From this collection you need to browse through it with GetFirstDocument en GetNextDocument (or GetFirst and GetNext in case of the entrycollection). Build a dynamic array (with ReDim) and assign it to a dialoglist NotesItem.

PS.: I saw some of your basic questions in this forum. Maybe it is a good idea to have a look at the Designer’s help and have a look at the many samples that are available. This link points to the sandbox, where you will also find many samples:

http://www-10.lotus.com/ldd/sandbox.nsf/DownloadPage?OpenForm

Subject: categorised documents

Sounds like @DbLookup could be the thing.

Cheers,

Adrian.