TCRDBGrid

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Juan G

TCRDBGrid

Post by Juan G » Mon 14 Feb 2005 18:41

Hi,

I have a pair of questions about fantastic :wink: TCRDBGrid component. Can i set a color of box on filter/search bar? Can i set insensitive-case to search/filter bar? I've looked for but i don't found any what i could use to set this params.

Thank you in advance.
Juan G.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 15 Feb 2005 09:29

There is no such functionality in TCRDBGrid. You can't change title edit's colour and make filter case-insensitive. The search is already case-insensitive, so you need not do it manually.
In all cases we are supplied source files of TCRDBGrid with ODAC and you can change them as you need.

Juan G.

Solution

Post by Juan G. » Tue 15 Feb 2005 19:20

I use the dgeLocalFilter optionsEx and i can get case-insensitive effect setting foCaseInsensitive (filterOptions of TDataset) to true. And by other hand, I have "recoded" CRGRid.pas to add BarColor property, what you have indicated me.

Thank you, Alex.

Post Reply