Domino Code Fragment

Code Name*
Open a Document That Appears in a Hidden View.
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.17.74.227
Description*
This macro is designed to open a document that appears in a hidden view:
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
With this method, the view is opened, the appropriate document is placed in edit mode, and the hidden view is brought to the foreground. The hidden view is then closed, and the focus returns to the opened document.
Files/Graphics attachments (if applicable): Code:
@Command([OpenView]; "(viewname)";"key");

@Command([EditDocument]; "1";

@Command)[OpenView]; "(viewname)";

@Command ([FileCloseWindow])