Adds or removes specified subforms
or subform sets from the form model.
SyntaxReference_Syntax.setInstance( INTEGER param )
Parameters
param
|
A valid integer representing the desired
number of instances of a particular subform or subform set in the
form model.
|
JavaScriptSubform1.instanceManager.setInstances(5);
FormCalcSubform1.instanceManager.setInstances(5)
|
|
|