Florin M.
Florin M.

Reputation: 2169

Lotus Notes: outline not shown when open a view from a new db

Call ws.OpenDatabase("ServerName","NewA2.nsf","Myview", doc.Field_T(0), False, False)

The view is opened correctly - selecting the docs categorized by Field_T, but an outline which is situated in the left side of the frameset is not shown.

I appreciate your time & Help!

Upvotes: 0

Views: 1005

Answers (2)

Tode
Tode

Reputation: 12080

Just name the frames of your Frameset according to Notes- standards, then this will work by default: Name the left Frame as "NotesNavigation" and the right frame as "NotesView", then views will automatically open in this frameset in the right place

Upvotes: 3

Ken Pespisa
Ken Pespisa

Reputation: 22284

I don't believe there is a way to solve this via code, but two things to try:

  1. See if it helps changing the database properties to default to launching with the desired frameset.

  2. Try the suggestion on this blog post: http://naveegator.blogspot.com/2011/12/open-frameset-of-another-database-in.html?m=1

Neither is perfect but perhaps they'll get you close enough.

Upvotes: 0

Related Questions