Hi All,
Old Post:
-----------
Pls see my scenario below...
I have outline link in a database (db1) where I am setting the outline properties to open a view in another database (db2)...
The view (db2) is opening fine for me (as Manager access) in the designated frameset of currently opened database (db1)....
But if the default users are trying to open the view by clicking on outline link, the system throwing the error "Non existent frame or frameset specified"....
Both the databases got editor access as default with Create, Read & Write options checked...
New Post:
------------
I have chaged the above settings in Outline link to below action formula...
Ser := @Name([CN]; @Subset(@DbName;1));
@SetTargetFrame("Right");
@URLOpen("Notes://" + Ser + "/482571D8001D0C7E/Inbox?OpenView")
And again the view is opening for all the Manager's of the database... But not for default users who has Author access in db1 and Editor Access in db2...
I have readers & author fields in the documents... So that I have to open the view with current users documents where he can select multiple documents....
I think readers & authors fields are giving the problem itseems... Can anyone give some suggestions pls... I can't use embedded view as the users needs to select multiple documents...
Thank you...
Suresh

