Manipulate result list entries
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
When you have an ABL Browse widget linked to a query, the CREATE-RESULT-LIST-ENTRY( ) and DELETE-RESULT-LIST-ENTRY( ) methods do synchronize the Browse's screen values. However, these methods do not cause any synchronization when called on a query bound to a ProBindingSource. If a refresh is necessary in conjunction with these methods, your application needs to call the ProBindingSource's RefreshAll( ) method or reopen the query.