Advanced Events and Attributes
- Last Updated: October 16, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
ProDataSets Events introduced the FILL events you use to extend the default behavior of a ProDataSet
or buffer FILL. This collection of topics describes more
events and attributes.
Some of the techniques shown include examples of:
- Doing a successive
FILLof a ProDataSet, where an initialFILLpopulates the parent table of a ProDataSet and then later requests fill in more detail for selected top-level rows. - Activating and deactivating Data-Relations and using
FILL-MODEto control how much of a ProDataSet is filled at one time. - Refreshing rows that have already been retrieved by re-reading the Data-Source.
- Using the
OUTPUT APPENDoption on a parameter to bring successively more data over.