| View previous topic :: View next topic |
| Author |
Message |
Natalie Brondolo Guest
|
Posted: Mon Jul 28, 2003 5:43 pm Post subject: Re: Sorting order in TClientDataSet |
|
|
"Paul Tremasov" <tremasov (AT) hotmail (DOT) com> wrote
| Quote: | How to specify sorting order (ascending or descending) in IndexFieldNames
property of TClientDataSet?
|
You can't. Use AddIndex and IndexName instead. See the help file for more
details on this.
- Natalie
|
|
| Back to top |
|
 |
Wayne Niddery [TeamB] Guest
|
Posted: Tue Jul 29, 2003 1:00 am Post subject: Re: Sorting order in TClientDataSet |
|
|
Paul Tremasov wrote:
| Quote: |
How to specify sorting order (ascending or descending) in
IndexFieldNames property of TClientDataSet?
|
You must create an index definition in order to add descending properties,
then use the IndexName property to select this index def.
--
Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com)
RADBooks: http://www.logicfundamentals.com/RADBooks/delphibooks.html
Those who disdain wealth as a worthy goal for an individual or a
society seem not to realize that wealth is the only thing that can
prevent poverty. - Thomas Sowell
|
|
| Back to top |
|
 |
|