Specifies the name of the associated
connection control in the connection set.
The connection named by this property must point to a web service.
Syntax
Reference_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.
|
JavaScript
TextField1.resolveNode("#connect").connection = "DataConnection";
FormCalc
TextField1.#connect.connection = "DataConnection"
|
|
|