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)
Véase también
@ServerName
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario