Determines whether a script’s variables persist from one invocation to the next.
Reference_Syntax.stateless = "0 | 1"
Type
Values
String
0 (default)
1
The script’s variables do persist (it is stateful).
The script’s variables do not persist (it is stateless).
Model
Object
Form Model
script
XFA 2.1
TextField1.resolveNode("#event.#script").stateless = "1";
TextField1.#event.#script.stateless = "1"
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: