Domino Code Fragment

Code Name*
Opening a document from a button
Date*
05/14/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.220.115.192
Description*
To open a document from a button, in read mode, follow this formula For Example: If you would like to put a button on a Company form that will allow you to pick from a list of names associated with that company, and open the person's entry in read mode;
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
who := @If(@IsError(name);@Return(@Prompt([OK]; "Contact Locate Error"; "No Contacts Entered for " + COMP_Name)); @Prompt([OKCANCELLIST]; COMP_Name; "Select Contact"; ""; name));