Page 1 of 1

MyTable indexFieldName with DESC or ASC

Posted: Thu 29 Nov 2007 23:50
by mbranco1975
It's possible to have the MyTable component in Asc or Desc order?

In MyQuery it's possible.
In MyTable it's possible?

Thank's in advance

Posted: Fri 30 Nov 2007 10:02
by Antaeus
Yes, it is. Just assign a line like the following to the IndexFieldNames property of the TMSTable component:

Code: Select all

EName ASC CIS; EmpNo DESC
For more information see the TMemDataSet.IndexFieldNames description in MyDAC help.