Hi,I have the following code on a outline which is embedded in a page and displayed in a Frameset.
Outline Entry - Computed Label.
Type Action - Value Computed
Source:
DB := “”;
View := “LookupView”;
Key := “Link to spreadsheet Document”;
ColumnNumber := 2;
ScopeDoc:=@DbLookup(“”:“NoCache” ; DB; View; Key; ColumnNumber);
@URLOpen(ScopeDoc);
@Command( [AttachmentLaunch]);
@Command([FileCloseWindow]);
@Command( [WindowMinimizeAll])
Value of the lookup is like:
notes://ServerName/Folder/SubFolder/NotesDatabase.nsf/E81BBB78FBCB1F7680257CF3003AA2ED/DA79D591C287E028802575FB0054721C?OpenDocument
In Notes 7 and earlier clients, the result is expected, e.g when you click on the outline, the document opens.
But in Notes 8.0.1 Client, the following happens:
-
The document opens.
-
An extra Lotus Notes Client is opened.
-
The client cannot be correctly controlled, I have to end task it.
-
I Beleive an extra task, nlnotes.exe, is running in Windows Task Manager (as well as notes2w.exe
Any idea on resolution?