DBGrid column filtering case sensitive

26 views
Skip to first unread message

enver penjo

unread,
Feb 28, 2025, 10:48:24 AMFeb 28
to Rosi Delphi Components
I still have no luck with setting the filter on the dbgrid with the case sensitive checkbox, in DBDemo_FireDAC_XE5 it works and shows the casesensitive checkbox but in my example no, what did I not set?
I have installed 17.8c version
DbGrid Case sensitive filtering2.jpg
Dbgrid column filtering.jpg

enver penjo

unread,
Feb 28, 2025, 10:50:44 AMFeb 28
to Rosi Delphi Components
I even manually put:  RosiCompConfig.rDBFilterCfg.ShowCaseSensitive:=true;
oncreateform

Tomas Rosinsky

unread,
Mar 1, 2025, 11:17:30 AMMar 1
to Rosi Delphi Components
There is just one condition in the rDBGrid_FilterCondForm, you can check the source code:

procedure TrDBGridFilterCondForm.InitCond(DBGrid: TDBGrid; DisplayField: TField);
...
  chCase.Visible:=RosiCompConfig.rDBFilterCfg.ShowCaseSensitive;
...

I'm sorry but I cannot help more without your source code.
Tomas


Dne pátek 28. února 2025 v 16:50:44 UTC+1 uživatel penj...@gmail.com napsal:
Reply all
Reply to author
Forward
0 new messages