PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Named element formulas
The following formulas are for a named element representing the content of a frame. The frame contains a form named "Form A" if the current user is a manager in the current database and a page named "Page X" otherwise. In both cases, the named element is in the database "Test New Features.nsf."

@If(@Contains(@DbManager; @UserName);
"Form"; "Page")

"Test New Features.nsf"

@If(@Contains(@DbManager; @UserName);
"Form A"; "Page X")

See Also