Subject Re: [IBO] WhereSQL
Author Luiz Alves
I don't work with tibo components, but if you use native ibo
components(Tib_querys, tib_cursor), you can do in OnPrepareSql event:
dbPlasiyer.SQLWhereItems.add('PLASIYERID = 4');

Luiz.




----- Original Message -----
From: Burak OZLER <zeroptr@...>
To: IB Objects <IBObjects@yahoogroups.com>
Sent: Friday, July 13, 2001 4:46 AM
Subject: [IBO] WhereSQL


> I create forms at runtime
>
> procedure TfrmPlasiyer.FormShow(Sender: TObject);
> begin
> dbPlasiyer.SQLWhere.Clear;
> dbPlasiyer.SQLWhere.add('PLASIYERID = 4');
> dbPlasiyer.Active := True;
> end;
>
>
> dbPlasiyer.tablename = PLASIYER
> dbPlasiyer = TIBOTable
>
> What am I doing wrong?
>
> Thanks for your interest
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>