calculationsEnabled

Especifica se scripts calculate serão executados.

Sintaxe JavaScript

Reference_Syntax.calculationsEnabled = false | true; 
- or - 
Reference_Syntax.calculationsEnabled = 0 | 1;

Sintaxe FormCalc

Reference_Syntax.calculationsEnabled = 0 | 1

Valores

Tipo

Valores

Booliano

  • true | 1 (padrão)

  • false | 0

Os scripts calculate são executados.

  • false | 0

Os scripts calculate não são executados.

Aplica-se a

Versão

XFA 2.1

Exemplos

JavaScript

xfa.host.calculationsEnabled = 1;

FormCalc

xfa.host.calculationsEnabled = 1