Page 1 of 1

Big problem crdbgrid FILTER with SDAC

Posted: Fri 19 Jan 2007 11:20
by tom0201
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?

Re: Big problem crdbgrid FILTER with SDAC

Posted: Fri 19 Jan 2007 15:03
by tom0201
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?
I found the solution:
in crdbgrid -> OptionsEx -> dgeLocalFilter = False
in crdbgrid -> OptionsEx -> dgeLocalSort = False