Try OpenEdge Now
skip to main content
GUI for .NET Programming
Binding ABL Data to .NET Controls : Managing data updates : Synchronizing data : Manipulating result list entries
 
Manipulating result list entries
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.