Subject Re: [IBO] Problem with Search Mode
Author Christian Gütter
Hi Helen,

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

> Have you looked at the SearchingLinks sample project?

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.


Christian