Specifies the initial number of occurrences for a subform or a subform set. This property should be used only for printed and static forms.
Reference_Syntax.initial = "1 | string"
Type
Values
String
1 (default)
A valid string representing any valid integer.
Model
Object
Form Model
occur
XFA 2.1
Modifying the occur object on the form:ready event is too late in the form life cycle. It needs to be modified on the template:ready event. However, the template:ready event is not accessible in the user interface.
Subform1.occur.initial = "3";
Subform1.occur.initial = "3"
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: