Subject | Re: [IBO] Screen Refresh after changing SQLWhere clause to slow |
---|---|
Author | Frank |
Post date | 2005-06-27T05:23:35Z |
--- In IBObjects@yahoogroups.com, "rudi_josic" <rudijosic@c...> wrote:
specificaly for the IBO performance and behaviour after changing
the SQL commands
> why don't you try to use filter?and
>
> i use something like you do and i use the filter not the sqlwhere
> it's works for me.Thank you, this works of course - but as I stated earlier I look
>
> try something like:
>
> iqProducts.DisableControls;
> iqProducts.filtered = false;
> iqProducts.filter := 'PRODUCTS.PRODUCT_TYP=''SPT'''
> iqProducts.filtered = true;
> iqProducts.EnableControls;
>
> i hope it helps
specificaly for the IBO performance and behaviour after changing
the SQL commands