How to modify order of TDataSet for different DataBands
I use the same TDataSet for different DataBands here I need to group by different rows.
So I need to 'order by' the good row for every DataBand, is it possible ?
Thx
I use the same TDataSet for different DataBands here I need to group by different rows.
So I need to 'order by' the good row for every DataBand, is it possible ?
Thx
Comments
You need to change the order by condition and reopen the dataset every time before displaying the group with a new condition.