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
Search continue. Filter without capitalization (CRDBGrid)
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.
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.