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