hi all!
how do you open a document located on another server (with given parameters) using formula?
also, given a field with list of elements, is it possible for each element to be hyperlinks? clicking each element will open a document (on another server) enumerating the element’s details?
Thank you!
Subject: RE: opendocument in other server
how do you open a document located on another server (with given parameters) using formula?
It’s no different from opening a document in another database on the same server. You first need to open the database to a view that contains the document and position to that document. Then, use EditDocument or OpenDocument commands. Or, OpenDocument command will work from anywhere in the target application if you can supply a UNID.
This is really easier to do with the EditDocument method of NotesUIWorkspace.
also, given a field with list of elements, is it possible for each element to be hyperlinks? clicking each element will open a document (on another server) enumerating the element’s details?
Use a Computed Text that generates passthru HTML containing the Notes URLs of the links, and a separate editing field to provide the data that’s needed in the links. You should probably only have the computed text displayed in read mode, because it will not update when you refresh the form during editing.