Big problem crdbgrid FILTER
when i use crdbgrid without SDAC, the filter is not case sensitiv
Example:
FILTER is set on field "NAME" (varchar(50)) = Habelmann
records found:
habelmann
Habelmann
HABELMANN
When i use SDAC, only one record is found:
Habelmann
What can i do, that all three records were found?
Big problem crdbgrid FILTER with SDAC
Re: Big problem crdbgrid FILTER with SDAC
I found the solution:tom0201 wrote:Big problem crdbgrid FILTER
when i use crdbgrid without SDAC, the filter is not case sensitiv
Example:
FILTER is set on field "NAME" (varchar(50)) = Habelmann
records found:
habelmann
Habelmann
HABELMANN
When i use SDAC, only one record is found:
Habelmann
What can i do, that all three records were found?
in crdbgrid -> OptionsEx -> dgeLocalFilter = False
in crdbgrid -> OptionsEx -> dgeLocalSort = False