Domino Code Fragment

Code Name*
DB Column (same server)
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.69.7.148
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)