I have a View Panel that reads in data from another database
I would like to make one of the view columns a link that opens the document within the client in it’s own database/form (ie: not associated with an xPage)
The problem with the view container control is it only lets you show the contents of the view.
I would probably approach it by using a repeat control / data table (sooner or later you’ll want to use them anyway). That will allow you to add a link control that uses the notes:// protocol to create your relevant link. If you haven’t used it before, notes://server/database/view/key?OpenDocument will open the document in its default form.