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