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")
Véase también
CloseWindow @Command
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario