Specifies the name of the associated
connection control in the connection set.
The connection named by this property must point to a web service.
SyntaxReference_Syntax.connection = "string"
Values
Type
|
Values
|
String
|
A valid string representing the name of
the associated connection object in the connection set. If this
property is missing or empty the connection name defaults to the
name of the containing subform.
|
JavaScriptTextField1.resolveNode("#connect").connection = "DataConnection";
FormCalcTextField1.#connect.connection = "DataConnection"
|
|
|