Tuesday, April 20, 2010

open view into another database using outline

If you want to open view form another database into current one using outline -> use URL approach.
here is short instruction:
- open property of your outline an select one Entry
- select type URL and make result like this:
"notes://" + @Name([CN]; @ServerName) + "/" + DBReplicaID+ "/" + "myview?OpenView"
- do not forget to choose Frame (target)

This is actually very easy but some people asked me long time ago how to do that, so I would like to share this and help to anybody.

1 comment :

Anonymous said...

Thanks !
This trick saved me time.
Neven