Specifies the initial number
of occurrences for a subform or a subform set. This property should
be used only for printed and static forms.
SyntaxReference_Syntax.initial = "1 | string"
ExamplesModifying
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.
JavaScriptSubform1.occur.initial = "3";
FormCalcSubform1.occur.initial = "3"
|
|
|