Hi, As per help file AdsGetNumIndexes does not return information for full text search indexes. Using AdsGetIndexHandleByOrder as in the Delphi example below, when some FTS indexes were created before the some of the other indexes, the last indexes will not be returned. I actually encountered this as a Bug in xHarbour with dbOrderInfo(DBOI_NAME,, nIndexNum) not returning the proper info when using a for loop on 1 to ordCount(). What is the correct method to do this. Thanks
|