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

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
So you mean the data in the selected rows change, but the records are always the same. OK. So we'd need a different Refresh method to accomplish this. They can put in for an enhancement request, but I don't really see that happening. In the meantime, looks like they've solved the problem. Though I don't know if they really need the inherited BindingSource. That may be more expensive than another solution. They could just set some local flag to tell them to ignore the PositionChanged event, and then reset the flag and Position property after calling RefreshAll. Up to them.

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