Domino Code Fragment

Code Name*
DB Column (same server)
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.141.152.173
Description*
This is a standard way to perform an @DbColumn.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
REM "Lookup assignments";
CLASS := "Notes";
NOCACHE := "NoCache";
CACHE := "Cache";
REM "Server is assumed to be same as one user is working on";
SERVER := @Subset(@DbName; 1);
DATABASE := "general\\anydb.nsf";
VIEW := "($lookup)";
COLUMN := 1;
LookUp := @DbColumn(CLASS : CACHE; SERVER : DATABASE; VIEW; COLUMN);
@If(@IsError(LookUp); ""; LookUp)