Search continue. Filter without capitalization (CRDBGrid)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ES
Posts: 5
Joined: Tue 10 Oct 2006 20:54

Search continue. Filter without capitalization (CRDBGrid)

Post by ES » Tue 10 Oct 2006 21:01

Good day. I work its few hours with your component. Now I have two questions: 1) How can I continue under the search, if there are three values with “456a”? 2) How do I know field in searches (and filtered) without that capitalization am considered? look e.g. for “CaT”….

Thank

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 12 Oct 2006 09:46

TCRDBGrid component doesn't support such features.

ES
Posts: 5
Joined: Tue 10 Oct 2006 20:54

Post by ES » Thu 12 Oct 2006 10:27

we that sometime possible its?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 12 Oct 2006 12:42

TCRDBGrid component is no longer supported by Core Lab. So we do not plan to add such options to TCRDBGrid.
To search record in a dataset you can manually call LocateEx method of TOraQuery. Specify lxNext in Options parameter to continue the search from the currect record. Use lxCaseInsensitive option for case insensitive search, lxPartialKey or lxPartialCompare to search by a part of value.

ES
Posts: 5
Joined: Tue 10 Oct 2006 20:54

Post by ES » Thu 12 Oct 2006 13:01

harm! why don't they make a liable to pay the costs component from it?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 12 Oct 2006 13:50

All registered users of ODAC have source code of CRControls components, so you can edit them as you like.

ES
Posts: 5
Joined: Tue 10 Oct 2006 20:54

Post by ES » Thu 12 Oct 2006 14:23

Well, I will try it. I thought only, which became against the license operation offences

Post Reply