Subject | Re: [IBO] ibotable filter problem |
---|---|
Author | Hundri Magusin |
Post date | 2002-02-26T02:52:19Z |
nope, it still complains about the missing or extra bracket. So far the only
workable solution I found is
x=a+b
The irritating aspect and one which led me to hours of wasted debugging time
is the fact that while x=a+b works, x=a + b (note the spaces) does not.
""Jason Wharton"" <jwharton@...> wrote in message
news:09e601c1be20$3854d880$dc756a41@CX170673E...
workable solution I found is
x=a+b
The irritating aspect and one which led me to hours of wasted debugging time
is the fact that while x=a+b works, x=a + b (note the spaces) does not.
""Jason Wharton"" <jwharton@...> wrote in message
news:09e601c1be20$3854d880$dc756a41@CX170673E...
> Try this:___________________________________________________________________________
>
> aTable.Filter:=(x > ( Quantity_from_Supplier1+Quantity_from_Supplier2));
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>