I’m trying to put a view in a dialogbox, through a subform. My intention is get all checked entries in this view and make an action, like changing a field value from all checked entries.
I’m having trouble to concretize this idea with lotus notes. I don’t know if is possible get check view’s values form a dialogbox with lotusscript.
If you still want to be able to display an embedded view (e.g. you have extra columns of info that you want the user to see, or you want to return more than just one set of values), another approach you could try is to put an action button in the embedded view that uses the UnprocessedDocuments property to process what the user has selected, and store the data in a temporary document that you pass to the DialogBox method.