Button / link to open document

I don’t believe how complicated this is.

I have a form in one database which stores the UNID of a document in another database. What I want is a simple link, such as a rich text link, but I can’t seem to create these manually.

Why is there no NotesDocument.Open method, or something similar?

Subject: Button / link to open document

Hi Christoph,

use NotesDatabase.GetDocumentByUnid method that will enable you to get a handle on the document in the other database, then use NotesUIWorkspace.EditDocument to open the document.

hth

Tony