Subject | Re: [IBO] Problem with Search Mode |
---|---|
Author | Christian Gütter |
Post date | 2003-11-15T01:27:09Z |
Hi Helen,
thanks for your quick answer.
SELECT * FROM T_PERSONAL
OrderingItems: FIRMA=FIRMA;FIRMA DESC
OrderingLinks: FIRMA=ITEM=1
SearchingLinks: FIRMA=FIRMA
in my approach.
Btw, the OrderingLinks seem to work, but entering the search
mode is always results in the same error.
Christian
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 OrderingLinksI have, but it does not work:
> 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.
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