Definitions
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Now that you have seen the procedure in action, take a look at the code. As shown here, the procedure starts with the expected definitions for the UI controls, the ProBindingSource, the ABL data source object, and the function prototypes.
|
The next section sets up the ProBindingSource, rBindS,
the ABL data source object, dsCustOrder, and their
navigation.
Note: For convenience, this example relies on the Sports2020
database trigger to prevent the user from deleting a
Customer record that still has associated Order
records.
|