Attach the Data-Sources and callbacks
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The entity procedure can, as part of its main block startup code, request that the Data Access object attach Data-Sources and set callback procedures to its ProDataSet instance, as in this example:
|
As was illustrated earlier, this can also be done in each of the methods of the Data Access object, rather than as a separate step.