CRDBGrid sort problem in Delphi 2006

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dorota
Posts: 4
Joined: Sun 28 May 2006 18:14

CRDBGrid sort problem in Delphi 2006

Post by Dorota » Thu 20 Jul 2006 09:38

Hello,

I used in Delphi7 CRDBGrid. Now I have to change my program to Delphi 2006. New CRDBGrid works fine, but even if I have set CRDBGrid.OptionsEx := [dgeEnableSort] I have no possibility to sort column during run-time. Could you help me?

Best Regards, Dorota

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 21 Jul 2006 07:58

Unfortunately we couldn't reproduce the problem. Please send us (evgeniyD*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.

Dorota
Posts: 4
Joined: Sun 28 May 2006 18:14

Post by Dorota » Fri 21 Jul 2006 12:29

I have prepared such sample and just have send it to you.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 21 Jul 2006 14:48

You use MicroOlap data access components in your sample. But some features of TCRDBGrid including local sorting can work only with one of our DAC components (MyDAC, ODAC, SDAC, IBDAC). We do not plan to add support of these TCRDBGrid features for any other data access components.

Dorota
Posts: 4
Joined: Sun 28 May 2006 18:14

Post by Dorota » Fri 21 Jul 2006 15:18

I would love to buy CoreLab component, but you don't have any for PostgreSQL and Delphi 2006 (VCL) :( .
Do you plan to do it soon? May be I could wait a while. I am not happy for this change, I get use to your components... I have used MyDAC and SDAC in Delphi7 before and I was very glad but now I had to move to Delphi 2006 and PostgreSQL :( .

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 24 Jul 2006 07:33

No, unfortunately we do not plan to do a data access components for PostgreeSQL server in the nearest future.

Post Reply