FORMULA LANGUAGE
Examples: @ClientType
1. This example returns the client type.
@Prompt([OK]; "Client type"; @ClientType)
2. This example, used in a button, opens a view called "By Category - Notes" if the client type is "Notes," or a view called "By Category - Web" otherwise."
@If(@ClientType = "Notes"; @Command([OpenView];
"By Category - Notes");
@Command([OpenView]; "By Category - Web"))
See Also
@ClientType
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary