FORMULA LANGUAGE
Examples: @Command([CloseWindow])
1. This code, when added to an action button on a form and accessed from a Web application, saves and closes the current document and opens the Results view. Following CloseWindow with the OpenView @command prevents the default Form Processed page from displaying and instead brings the user to the specified view.
@Command([FileSave]);
@Command([CloseWindow]);
@Command([OpenView];"Results")
See Also
CloseWindow @Command
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary