[progress Communities] [progress Openedge Abl] Forum Post: Re: Batching And Sortorder...

  • Thread starter Thread starter gryphon
  • Start date Start date
Status
Not open for further replies.
G

gryphon

Guest
Hi Unless im mistaken sorting should not break your batching.. you should be passing back the NEXT-ROWID to get the next batch of records... those records should then be added to the dataset binded to the grid and the query on the dataset binded to the grid opened again or the grid refreshed. sorting should not play any part in breaking batching... your data in the dataset will be in order of what is the primary index on the temp-table, when bound to the grid it should use this sort order unless you are invoking the sortindicator on the grid to change this sort order. How are you getting you next batch of records? what are you passing to determine the next batch?

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