Link to home
Start Free TrialLog in
Avatar of mordi
mordiFlag for Israel

asked on

Delphi 4: Filter property error message: Capability not supported.

My filter property is : code > 20 .
where Code is my table's field.
Then I get the error: Capability not supported.

If my filter property is : Code > 20
then it works ok.

I don't want to modify all my existing filter sources to "Code" because i've a lot of changes to do.

How can i work wihout changing the case of the field name in the filter text: (code to Code) ?

I am using BDE v 5.0  with Delphi 4.

A case of field NAME case sensitiveness.
In Delphi 3 it works ok.
I need Delphi 4 because my Oracle server is v 8.
Avatar of rwilson032697
rwilson032697

If you were able to change all your filter settings quickly would that be alright?
ASKER CERTIFIED SOLUTION
Avatar of BlackMan
BlackMan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial