.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Image formulas
This background image formula uses the image resource Backgrnd.gif if the current user is a manager in the current database and Cloud.gif otherwise.

@If(@Contains(@DbManager; @UserName); "Backgrnd.gif"; "Cloud.gif")

This twistie image formula uses the image resource folder.gif if the current user is not a manager in the current database.

@If(!@Contains(@DbManager; @UserName); "folder.gif"; "")

See Also