I use the following code ( in a hotspot button ) to open a view from another db:
Dim ws As New NotesUIWorkspace
Call ws.OpenDatabase ("MyServerName","NewOpp.nsf","Theview")
The view is opened, but the outline ( which is on the leftside ) isn’t shown. Any help/tips?