|
Especifica se scripts calculate serão executados.
Sintaxe JavaScriptReference_Syntax.calculationsEnabled = false | true;
- or -
Reference_Syntax.calculationsEnabled = 0 | 1;
Sintaxe FormCalcReference_Syntax.calculationsEnabled = 0 | 1
Valores
Tipo
|
Valores
|
Booliano
|
true | 1 (padrão)
false | 0
Os scripts calculate são executados.
Os scripts calculate não são executados.
|
JavaScriptxfa.host.calculationsEnabled = 1;
FormCalcxfa.host.calculationsEnabled = 1
|
|
|