NOT LIKE in Filter expression

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
heidenbluth
Posts: 56
Joined: Mon 08 Nov 2004 19:01
Location: Germany

NOT LIKE in Filter expression

Post by heidenbluth » Sun 02 Apr 2006 17:36

Hello,

We use Quantum DB grid (www.devexpress.com) to show data that come from a TOraQuery. This grid has built-in support for data filtering.
The user can enter values including wildcards and select operators from a drop-down list, including the NOT LIKE operator. Is it possible to add a NOT LIKE operator to MemData.pas?

Regards,
Holger

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 03 Apr 2006 10:00

We will consider your suugestion and perhaps add such functionality in future. As a temporary solution we can suggest you to use NOT FIELD LIKE VALUE instead of FIELD NOT LIKE VALUE expression.

Post Reply