Is there a way to select a bunch of documents, and press a key combination that will open them all?
Subject: Opening multiple documents at once
You could write some LS code, i.e. NotesUIWorkspace.EditDocument(…) for each document to open.
Subject: RE: Opening multiple documents at once
cmiiw, but doesn’t that method open the current document for editing? I’m looking to launch each document that has been selected in the current view.
Subject: RE: Opening multiple documents at once
If you read the documentation for the suggested method, you will find that there’s a way to specify which document to open.