Advantage Client Engine
Reverses the DESCEND flag on an index.
UNSIGNED32 |
AdsSetIndexDirection( ADSHANDLE hIndex, UNSIGNED16 usReverseDirection ); |
hIndex (I) |
Handle of index order. |
usReverseDirection (I) |
If FALSE (0) the original state of the DESCEND flag is restored. If TRUE (1) the DESCEND flag is flipped for the index. |
This option is not supported for ADS_NTX indexes.
ulRetCode = AdsSetIndexDirection( hIndex2, 1 );
See Also
AdsAtEOF