You can do this with TClientdataset already I believe. Check out

http://www.delphifaq.com/faq/delphi/database/f34.shtml

or

http://edn.embarcadero.com/article/29056

Each IndexDef has a property called DescFields which allows you to specify
which fields are descending.



On Fri, Apr 26, 2013 at 8:14 AM, SoftTech <mi...@softtechks.com> wrote:

> Greetings All,
>
> Using a TClientDataSet, is there any component out there that allows
> sorting of the data in the TClientDataset by multiple columns/fields?  For
> instance, one column will be sorted in ascending order and another in
> Descending order at the same time?
>
> I would be interested in a grid component that would do this, or a
> separate component that would allow for this and of course would display
> the results in a grid.
>
> I may even entertain source code to accomplish this.
>
> Any tips, ideas, code really appreciated.
>
> Thanks,
> Mike
> ______________________________**____________________
> Delphi-Talk mailing list -> Delphi-Talk@elists.org
> http://lists.elists.org/cgi-**bin/mailman/listinfo/delphi-**talk<http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk>
>
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to