Using Filter Bar of TCRDBGrid Component
Posted: Mon 09 Oct 2006 19:45
Using: Delphi 5, ODAC version 5.80.0.36 (or earlier)
The help file for the CRDBGrid states in the "Using Filter Bar of TCRDBGrid Component" topic:
"For fields which accept string values you may specify filter mask in the statement substituting masked characters with an asterisk or percent ('*' or '%') symbol . To substitute a single character use underscore ('_') mask symbol."
I have a column that contains the value "JLT" in some rows. When I drop down the filter bar and enter a filter of "J*" those row are displayed. When I enter a filter of "J%" zero rows are displayed.
What's up?
Jim Tuksal
The help file for the CRDBGrid states in the "Using Filter Bar of TCRDBGrid Component" topic:
"For fields which accept string values you may specify filter mask in the statement substituting masked characters with an asterisk or percent ('*' or '%') symbol . To substitute a single character use underscore ('_') mask symbol."
I have a column that contains the value "JLT" in some rows. When I drop down the filter bar and enter a filter of "J*" those row are displayed. When I enter a filter of "J%" zero rows are displayed.
What's up?
Jim Tuksal