Subject | Re: [IBO] TIB_SearchEdit |
---|---|
Author | Boris Schlüszler |
Post date | 2001-12-19T16:17:39Z |
Black edit box means:
The OnPrepareSQL-Event of the linked Query does not give back a valid result for
the unquired OrderingItemNo.
Implement a OnPrepareSQL-Method in your query like this:
proc...
with query do
if OrderingItemNo=1 then SQLWhereItems.Add('ID >= :ID');
end;
Marco Lauria schrieb:
The OnPrepareSQL-Event of the linked Query does not give back a valid result for
the unquired OrderingItemNo.
Implement a OnPrepareSQL-Method in your query like this:
proc...
with query do
if OrderingItemNo=1 then SQLWhereItems.Add('ID >= :ID');
end;
Marco Lauria schrieb:
> Hi all,
> I have downloaded the latest IBO version,
> and I have now problem using TIB_SearchEdit.
> The same form with the same queries that worked correctly
> using IBO 4.2.E
> now with IBO 4.2.Fn
> don't work ...
> I see always a black edit box.
> Anyone else experienced this problem?
> regards
> Marco
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/