I use this code to open a frameset from another database, worked from r6 to r8.0.2. But now the frameset is unknown.Db to open is “FrameDb”, frameset to open is “Frameset”.
Set FrameDb = New NotesDatabase( db.server,Filename$ )
Set DummyView = FrameDb.GetView(“(DummyView)”)
Set DummyDoc = DummyView.GetFirstDocument
Set DummyUIDoc = WS.Editdocument(False, DummyDoc)
Call ws.OpenFrameSet(“Frameset”)
Call DummyUIDoc.Close
solved: added an aextra set ws = new notesuiworkspace before the call ws.openframeset