[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
Yes, this is done on purpose. When you call RefreshAll(), it is generally because the set of records has changed. So the current position may either no longer correspond to any row at all, or it may correspond to a different row than before. So maintaining it, in the general case, doesn't really make any sense - to me anyway! Why are they calling RefreshAll()?

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