We have a form with two framesets and the bottom frameset contains an embedded view with history documents, Since upgrading to Notes 9 we get an intermittent issue whereby opening the history document causes the document to open in the bottom frame only. It should open in a new window. When this happens we cannot print from the form. Seems to be a conflict with something although I cannot identify what. We have to reload Notes to clear this.
I know this is a long shot but does anyone have any ideas what we could try to overcome this or clear the conflict. Is there anything I could do to make the document open in a new window. The code for opening the document is:
Set uidocHallLets = workspace.EditDocument(False,Doc)
and there’s no option in NotesUIWorkspace to say open in new window.