Drag-and-drop schema definition
- Last Updated: January 17, 2024
- 3 minute read
- OpenEdge
- Version 12.8
- Documentation
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:
option is enabled, it might interfere with dragging a currently open source
file onto the Design Canvas, because selecting the file in the Project
Explorer view shifts focus to the editor buffer for the selected file.
To avoid this problem, turn off the Link with Editor option, split the
editing area so that it simultaneously shows both files, or close the source
file.