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
Tried to run external agent, but neither NotesUIWorkspace.CurrentView nor NotesSession.CurrentDatabase.UnprocessedDocuments contain anything useful… Help pls?
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…)