Can't open response through embedded view

I am trying to open a response form for the current document through an action button in an ebedded view. However, when I click the button to open the response document, the response is loaded relative to the view and not the form from which the view is embedded in…what can I do?

Subject: Can’t open response through embedded view

Hito get the document form where your view is embedded by view action:

Dim ws As New NotesUIWorkspace

Set doc = ws.CurrentDocument

Now you can define the documents responses:

Dim rCollect As NotesDocumentCollection

Set rCollect = doc.Responses

Hope this helps otherwise send some code please