Question

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!

  • The outline is situated on a frame, and also the frame name where the view is situated is specified in the outline entry where is the view Myview
Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top