Try OpenEdge Now
skip to main content
Introducing the Progress Developer Studio for OpenEdge Visual Designer
Creating the Customer Window : Data binding
 

Data binding

At this point, you can drag and drop controls from the OpenEdge Toolbox to the form. The first control you will drop is the ProBindingSource control.
The ProBindingSource control is used to connect a control to a data source. This process is known as data binding. Data binding is a procedure that requires these steps:
*Adding the ProBindingSource control to a form
*Defining the schema
*Defining the recursive relationship
*Attaching controls to a ProBindingSource
*Attaching the ProBindingSource control to a data source
* Adding the ProBindingSource control to a form
* Defining the schema
* Defining the recursive relationship
* Attaching controls to a ProBindingSource
* Attaching the ProBindingSource control to a data source