Hi DAW

Can you explain why auto finds no longer work with the main table of the grid as per the code below from the cDbCJGridColumn class? Is there any reason why this can't be done in the new grid.


Code:
    // autofind if an autofind DD and the field is changed. As soon as a succuessful
    // autfoind occurs, the field is reset
    { Visibility=Private }
    Function DoAutoFind Returns Boolean
        :
        Get piBindingTable to iFile
        Get piBindingColumn to iField
        Get Server to hoServer
        Get Main_File of hoServer to iMain
        // with grids we will not support main file autofind.
        If (hoServer and iFile and (iFile<>iMain)) Begin