Specifies the current number of subform instances on a
form.
Syntax
Reference_Syntax.count = "integer"
Values
Type
|
Values
|
Integer
|
An
integer greater than or equal to 0 indicating the number of subform
instances on the form.
|
JavaScript
Subform1.instanceManager.count;
FormCalc
Subform1.instanceManager.count
|
|
|