Adding the code that completes data binding
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
At this point, the UltraTree control is bound to bindingSource1 as its data source. To complete the data binding procedure, you must add the code that binds bindingSource1 to the ProDataSet, created in beDepartment.cls. The code is very similar to the code you added to customerForm.cls in Adding the ProBindingSource control to a form.
To bind bindingSource1 to its data source: