Subject RE: [IBO] IBOQuery Filter Problem
Author IBO Support List
I'm not quite sure what you mean by "how to get the tablename" since you as the programmer are who must determine more specifically which actual column from which table is desired in the filter.
 
You should be able to just put the TABLE1.COL1 or if you are using a table alias of T you can just use T.COL1 om the filter.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Tallys Ferrante
Sent: Wednesday, March 26, 2014 1:56 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] IBOQuery Filter Problem

Hello!

I'm using Filter with my IBOQuery's and today i'm encountered a problem.

If my SQL Instruction have a JOIN, my Filter doesn't work. If i remove the JOIN clausule and the fields it works fine. Perphaps i need inform the table name + field name? If yes, how to get the table name?

Thanks!