Grid with table records filtered by a condition
Hello.
I want to present a grid with a TTable records that meet the following condition.
That a given substring exist in an blobfield type field containing rich text formatted TDBRichViewEdit component (similar to TDBRichEdit). To find the substring in the field need to use a method (SearchText) component.
Could this be done through a TTable to load a TDBGrid? If so, where and how would i define the condition to produce the filtered (I understand that the TTable filter is only for SQL code).
If this approach is not correct, what would be the alternative to implement the filtered grid.
In advance, thank you very much for your time.
|