Adding a ProBindingSource control to the form
- Last Updated: October 26, 2021
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
To configure the ProBindingSource control in this section, you will import schema information from an XSD file instead of importing schema from a database (which is described in Defining the schema). Importing schema information from an XSD file is faster and less error-prone than other methods.
See Data binding for more details about data binding.
To add a ProBindingSource control to the Department form:
When you complete this procedure, you have a ProBindingSource control with the default name bindingSource1. This is the name that identifies the control in code. You can change the default name to something more meaningful by changing the Name property in the Properties view.
on the toolbar. The