Subject | Re: [IBO] Problem with Search Mode |
---|---|
Author | Helen Borrie |
Post date | 2003-11-15T01:36:53Z |
At 02:27 AM 15/11/2003 +0100, you wrote:
control getting picked up and applied to the parameter?
Would you try changing the SearchingLinks to:
t_personal.firma=firma
Helen
>Hi Helen,In what way does it not work? Is the value that you type into your search
>
>thanks for your quick answer.
>
> > What is the SQL of the query?
>
>After hours of trying, I simply reduced it to:
>
>SELECT * FROM T_PERSONAL
>
> > To use search mode you'll need to set up OrderingItems and OrderingLinks
> > then link SearchingLinks to any orderinglinks parameters you want to be
> > able to search on. IBO will make a search string based on which
> > orderinglink is currently selected. It seems here as though you don't have
> > anything set up.
>
>I have, but it does not work:
>
>OrderingItems: FIRMA=FIRMA;FIRMA DESC
>OrderingLinks: FIRMA=ITEM=1
>SearchingLinks: FIRMA=FIRMA
control getting picked up and applied to the parameter?
Would you try changing the SearchingLinks to:
t_personal.firma=firma
> > Have you looked at the SearchingLinks sample project?What control are you using to enter search conditions?
>
>I have, but I couldn't find anything that seemed to be wrong
>in my approach.
>
>Btw, the OrderingLinks seem to work, but entering the search
>mode is always results in the same error.
Helen