xPage view column link - open doc in another db in client

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)

Is there an easy way to do this?

Thanks in advance

Mike

Subject: Re: Open doc in different database

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.

Subject: Compute the pageURL

You can compute the pageURL property located on the column properties tab. There is an article in the XPages wiki that tells you how to do this.