I have not seen this behavior with ADS.
What I have seen is the browse does not behave correctly because the index is not ADS compatible.
I am guessing that you use DBFCDX or FOXCDX when you are not using ADS.
Is this correct?
If so, then you need to make sure that your .CDX files are compatible with ADS.
In your DBESYS (where you load your DBEs) do the following:
Code: Select all
dbeSetDefault('FOXCDX')
or
dbeSetDefault('DBFCDX')
DbeInfo( COMPONENT_ORDER, CDXDBE_MODE, CDXDBE_FOXPRO2X ) // works with ADS
You will then need to create your .CDX files again.
Alternatively, make sure that you create your .CDX files with ADS.
This will make them also work with DBFCDX or FOXCDX.