Binding Controls

When you drag a field onto the view canvas, the control linked to the field is bound to that SmartObject property and is automatically bound to a control based on the data type of the field. For example, if you drag a date/time field onto the canvas, a calendar control is inserted because this is the most common control used to input date/time information. Control bindings are found in the Properties panel of the control. The Field property represents the field (SmartObject property) it is bound to.

You can remove bindings using one of the following methods:

You can bind a control to a field using one of the following methods:

Considerations