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"))
Vedere anche
OpenView @Command
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario