Subject | Re: [IBO] TIB_SearchPanel |
---|---|
Author | Andreas Pohl |
Post date | 2001-09-11T07:40:02Z |
Try this:
sl:=TStringList.Create;
// You have to know which control of searchpanel is the right one
sl.Text:='CTL.IB_SearchPanel1.edIB_SearchPanel1_1='+
MyCustomStringAsSearchExpression;
ib_query1.ReadSearch(sl);
ib_query1.Search;
ib_query1.Post;
ib_query1.InvalidateSQL;
ib_query1.Refresh;
sl.free;
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
sl:=TStringList.Create;
// You have to know which control of searchpanel is the right one
sl.Text:='CTL.IB_SearchPanel1.edIB_SearchPanel1_1='+
MyCustomStringAsSearchExpression;
ib_query1.ReadSearch(sl);
ib_query1.Search;
ib_query1.Post;
ib_query1.InvalidateSQL;
ib_query1.Refresh;
sl.free;
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
----- Original Message -----
From: <manuelfresnedaguerra@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, September 11, 2001 9:29 AM
Subject: [IBO] TIB_SearchPanel
> Hi.
> How can i modify the value of the fields in one TIB_SearchPanel, by
> program.
> I want to assign one value for the search.
>
> Thanks.
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>