Buffer binding example
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Buffer binding example
BufferBinding.p uses a
ProBindingSource to bind fields from the Customer table to .NET UI
controls. First, the procedure gets the handle of the Customer table
buffer. Then, it creates the ProBindingSource. Finally, it binds
the text boxes to the ProBindingSource through their DataBindings property.
The code output will look similar to the following example.
|
When this procedure runs, a simple form appears displaying the first customer's number, name, and phone number, as shown in the following figure.
