Dear all,
Is there a way to open view from another database into a frame in current Database using Formula?
Please advice.
Dear all,
Is there a way to open view from another database into a frame in current Database using Formula?
Please advice.
Subject: How to open view from other database in a frameset using formula
Hi you can use the notes url in the outline by selecting the link option as below
notes://server/DB.nsf/view?openview
You may also want to get the values of the server and the database from keyword documents before putting them in the above link
Warm Regards
Kiran
Subject: RE: How to open view from other database in a frameset using formula
Hi Kiran,
Thanks for your reply.
I am having problem when putting the link as the format that given by you. When I specify the server “notes://DomSvr/App/DB.nsf/($All)?OpenView”
It always shows error message “Cannot find server DomSvr App”
My server name is DomSvr/App, what format should i use to put into the link?
Please advice. Thanks.