Trouble with dialogBox & embedded view (rel. 6.5.4)

Hello everybody.Need your help. In a dialogBox I have an embedded view. How can I determine which documents have been selected in the view? NotesUIWorkspace.CurrentView is always Nothing :frowning:

Tried to run external agent, but neither NotesUIWorkspace.CurrentView nor NotesSession.CurrentDatabase.UnprocessedDocuments contain anything useful… Help pls?

// wbr, rod

Subject: Trouble with dialogBox & embedded view (rel. 6.5.4)

As far as I know, you cannot access the embedded view and its selection from the current workspace/uidoc… (if you find how, I am very interested…)

However, in the embedded view, you can access selected docs through an action (using Db.UnprocessedDocuments in the action) AND the document in which view is embedded through ws.currentdocument. (be cautious because trying to do too much between those 2 leads to Red boxes…)

Hope it helps…

Subject: Trouble with dialogBox & embedded view (rel. 6.5.4)

If you display the action bar for the view, the view actions will still work as expected.