Subject Re: [IBO] Problem with Search Mode
Author Helen Borrie
At 12:32 PM 15/11/2003 +0100, you wrote:

>PS: BTW, these are the properties of my query:
>
> object qMakler: TIB_Query
> ColumnAttributes.Strings = (
> 'AUSNAHME=BOOLEAN=J,N'
> 'GESCHLECHT=BOOLEAN=M,W'
> 'IST_FIRMA=BOOLEAN=J,N')
> DatabaseName = 'localhost:makler3'
> FieldsDisplayLabel.Strings = (
> 'IST_FIRMA=Firma'
> 'ANREDE=Anrede'
> 'GESCHLECHT=Geschlecht')
> FieldsVisible.Strings = (
> 'ANMERKUNG=FALSE')
> IB_Connection = dmMain.cnMain
> SQL.Strings = (
> 'SELECT *'
> 'FROM T_PERSONAL')
> ColorScheme = False
> DefaultValues.Strings = (
> 'GESCHLECHT=M')
> KeyLinks.Strings = (
> 'T_PERSONAL.ID')
> MasterSearchFlags = []
> OrderingItemNo = 1
> OrderingItems.Strings = (
> 'FIRMA=FIRMA;FIRMA DESC')
> OrderingLinks.Strings = (
> 'FIRMA=ITEM=1')
> RequestLive = True
> SearchedDeletes = False
> SearchingLinks.Strings = (
> 'T_Personal.FIRMA=FIRMA')
> BeforePost = qMaklerBeforePost
> BufferSynchroFlags = []
> FetchWholeRows = True
> Left = 56
> Top = 536
> end

What about the properties of the detail query? That incomplete search
query string in the Monitor is the clue...

Helen