Subject Re: [IBO] Problem with Search Mode
Author Helen Borrie
At 01:38 AM 15/11/2003 +0100, you wrote:
>Hi,
>
>I am trying to write an application which makes use of the
>search mode. After four years of using IBO I finally needed
>this feature and I thought it would be piece of cake to use
>it.
>
>Now, having tried for six hours, having read through dozens
>of help files, TI sheets, online FAQs etc. I must confess that
>I did not succeed.
>I have not even managed to enter the search mode :-(
>
>Every time I press the search button on my IB_SearchBar the
>following query shows up in the DML monitor, accompanied by
>the following error:
>
>SELECT Firma, Nachname FROM T_Personal WHERE PID =

What is the SQL of the query?

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.

Have you looked at the SearchingLinks sample project?

Helen