CRDBGrid filter expression???

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
angmar
Posts: 7
Joined: Wed 20 Jun 2007 09:03

CRDBGrid filter expression???

Post by angmar » Wed 20 Jun 2007 09:08

How to make a filter expression like that
the strings which include 2006 or 2006. I try
*2006* or *2007*,*2006* || *2007* but not suceeded.
I think I don't know the OR expression. How can I do it?

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

Post by Plash » Wed 20 Jun 2007 09:17

The TCRDBGrid component doesn't support any expressions in the filter bar. It supports only single values.

Post Reply