FORMULA LANGUAGE
Examples: @ServerName
1. This formula, when added to a hotspot button on a form running on the acme/central server, displays a Server name message box that reads "CN=acme/O=central. "
@Prompt([OK]; "Server name"; @ServerName)
2. This formula, when added to an action button on a form running on the acme/central server, displays a Server name message box that reads "acme."
@Prompt([OK]; "Server name"; @Name([CN]; @ServerName))
3. When this code is added to a client toolbar button it displays "CN=Mary Anne Admin/O=central" if the button is triggered by Mary Anne while she is working with a form from a local database.
@Prompt([OK]; "Server name"; @ServerName)
See Also
@ServerName
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary