Page 1 of 1

NOT LIKE in Filter expression

Posted: Sun 02 Apr 2006 17:36
by heidenbluth
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

Posted: Mon 03 Apr 2006 10:00
by Challenger
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.