The ProBindingSource Designer supports the following drag-and-drop operations:
- You can drag table and column names from the DB Structure view to a form on the
Design Canvas.
- You can drag an ABL source file containing a schema definition (for example, a
ProDataSet or a temp table) from the Project Explorer view to a form on the
Visual Designer Design Canvas.
Both of these operations create a new binding source object, which you can then edit
if necessary.
In both cases, you can drop the selected schema elements either on a blank area of
the form, or on an instance of a data-displaying control. Dropping onto a control
automatically sets the new binding source object as the value of the control's
DataSource property.
Note: Drag-and-drop operations from the DB Structure view or the
Resources view are not supported while the ProBindingSource Designer is open.
This is an inherent limitation of modal dialogs.
Follow these steps: