.

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

FORMULA LANGUAGE


Examples: @OrgDir
If the full path name of the data directory subdirectory for a hosted organization called Acme is C:\Lotus\Notes\Data\Acme, the following code opens a database on the same server that has the same name as the current database, but that resides in the Acme organization's subdirectory. @OrgDir returns "Acme" in the formula below.

@Command([FileOpenDatabase];@ServerName + ":" + @OrgDir + "\\" + @DbName[2])

See Also