FORMULA LANGUAGE
Examples: OpenView
1. This formula opens the Reverse Chronology view for the current database.
@Command([OpenView]; "Reverse Chronology")
2. This code, when added to as the formula for an action button on a form, opens the Managers Only view of the current database if the current user has Manager level access in the ACL. Otherwise, it opens the Employees view.
@If(@UserAccess(@DbName) = "6";@Command([OpenView];"Managers Only");@Command([OpenView];"Employees"))
See Also
OpenView @Command
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary