Subject | Re: [IBO] automatic search field for IB_SearchEdit |
---|---|
Author | Rick Roen |
Post date | 2004-12-19T13:02:14Z |
Thanks Helen,
I looked at the SearchingLinks sample and do not understand the use
of OldParamValueLinks and ParamValueLinks. My help just says "not
fully implemented". Where can I get information on these?
Also, I notice in the sample that on each qrSearchingLinksPrepare
event the SQLWhereItems are not cleared before another is added in
the case statement. I guess this means that they are automatically
cleared by IBO otherwise they would just be "anded" on to the
existing values, true?
Thanks,
Rick
I looked at the SearchingLinks sample and do not understand the use
of OldParamValueLinks and ParamValueLinks. My help just says "not
fully implemented". Where can I get information on these?
Also, I notice in the sample that on each qrSearchingLinksPrepare
event the SQLWhereItems are not cleared before another is added in
the case statement. I guess this means that they are automatically
cleared by IBO otherwise they would just be "anded" on to the
existing values, true?
Thanks,
Rick
>
> Take a look at the SearchingLinks example in Samples.
>
> Helen