Controls participation of the
subform in data binding and reference syntax expressions. It is
valid only on the root subform.
By default, a named subform takes part in data binding and can
be referenced using a reference syntax expression. This property
allows a subform to be given a name but remain transparent to data
binding and reference syntax expressions.
SyntaxReference_Syntax.scope = "name | none"
Values
Type
|
Values
|
String
|
If the subform
has a name it takes part in data binding and reference syntax expressions.
Otherwise it does not.
The
subform does not take part in data binding and reference syntax
expressions, even if it has a name.
|
JavaScriptSubform1.scope = "none";
FormCalcSubform1.scope = "none"
|
|
|