Главная страница | назад





Article #25745: Why can't I display data in descending order in Delphi?

Problem:
Why can't I display data in descending order in Delphi or C++ Builder?
Solution:
If you are using a TTable, descending indexes can be a problem. A way around this
is to use TQuery and specify the SQL order by clause. The downside to this method
is refresh is not automated.

Last Modified: 23-OCT-00