[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: BindingSource:RefreshAll() - Suppress Position getting reset to 0

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
We have a grid (backed by a BindingSource bound to a query on a temp-table) where you can multi-select records and apply an operation on them. This operation executes on the AppServer and returns a temp-table of changed records. These changes are then copied over the client temp-table and the UI is refreshed by calling RefreshAll(). Since the query result set doesn't change, we don't need to reopen the query and RefreshAll() is sufficient. But after the call to RefreshAll(), the active row is now the first row instead of the original one...

Continue reading...
 
Status
Not open for further replies.
Back
Top