FORMULA LANGUAGE
Examples: @ClientType
1. This example returns the client type.
@Prompt([OK]; "Client type"; @ClientType)
2. This example, used in a button, opens a view called "By Category - Notes" if the client type is "Notes," or a view called "By Category - Web" otherwise."
@If(@ClientType = "Notes"; @Command([OpenView];
"By Category - Notes");
@Command([OpenView]; "By Category - Web"))
Véase también
@ClientType
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario