Subject Re: [IBO] Problem with Search Mode
Author Helen Borrie
At 12:04 PM 15/11/2003 +0100, you wrote:
>Hello Helen,
>
> >>I have, but it does not work:
> >>
> >>OrderingItems: FIRMA=FIRMA;FIRMA DESC
> >>OrderingLinks: FIRMA=ITEM=1
> >>SearchingLinks: FIRMA=FIRMA
>
> > In what way does it not work? Is the value that you type into your search
> > control getting picked up and applied to the parameter?
>
>As I said, I cannot enter the search mode.
>When I click the search button on the IB_SearchBar,
>IBO executes this query:
>
>SELECT Firma, Nachname FROM T_Personal WHERE PID =
>
>
>It is quite strange that IBO puts the field PID
>in the WHERE-condition of the query. PID is not
>and ordering link or searching link.
>
>One little addition: my IB_Query is the master
>in a master-detail-relationship. This relationship
>is established using the field PID. Perhaps that
>could be why IBO gets confused when entering the
>search mode?

Could be. Have you looked at the MasterSearch and MasterSearchFlags
properties at all?

Helen