local sorting with TVirtualTable

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

local sorting with TVirtualTable

Post by Guest » Sun 19 Dec 2004 15:30

Hi,

Clicking on the column header of a TCRDBGrid does not sort the records.
The grid's datasource is of type TOraDataSource.
The datasource's dataset is of type TVirtualTable.

When using TOraStoredProc instead of TVirtualTable, there is no problem - a click on a column header sorts the records.

Is there something more to do when using TVirutalTable in order to get local sorting functionality?

(using ODAC 5.10.2.8 for Delphi 7)

Thanks,
Eitan Klein

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

local sorting with TVirtualTable

Post by Alex » Mon 20 Dec 2004 10:40

We reproduced your problem and fixed it. This fix will be included in the
next ODAC build.

Yevgeny

Re: local sorting with TVirtualTable

Post by Yevgeny » Tue 21 Dec 2004 10:11

This issue is a bit urgent for us.
How will we know that the new build is ready for downloading?

Thanks

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

local sorting with TVirtualTable

Post by Alex » Tue 21 Dec 2004 15:26

As usual we'll inform registered users about new ODAC release, also you can see announcements on our ODAC forum. Suppose, it will be available in a week another.

Post Reply