How to indentify the selected document in a view

Hi,

Well…this is really simple…but some how I am not aware of it…

A view dialog is opened when a user clicks a drop down box and then user selects a document in a view. I want to indentify which document user have selected…Some property is there for this…But i m not getting it in help…

Anyone having any idea about this??

Please reply ASAP…

Thanks in advance…

Subject: How to indentify the selected document in a view…

try @GetViewInfo

Subject: RE: How to indentify the selected document in a view…

I have the same question- but in lotus script.

Subject: RE: How to indentify the selected document in a view…

I am also looking for something in Lotus script and @getviewInfo wont achieve that…

Subject: RE: How to indentify the selected document in a view…

If it’s a “view dialog”, use PickListCollection instead. If it’s an ordinary ol’ view, there’s CaretNoteID (in NotesUIView).