Subject Re: [IBO] Re: master-detail problem after upgrade to 4.5 (eval)
Author Helen Borrie
At 03:53 PM 18/06/2005 +0000, rudi_josic wrote:
>Hi again.-
>
>i set a new query (tib_query) with keylinks values and the same data
>format "lowercase fields names" and works fine, i put a
>tib_lookupcombo and retrieve all data ok and links data fine.
>
>then the problem is only in the masterlinks
>
>i create a new database with uppercase fields names and try again and
>it works (master-detail).
>
>it could be a bug with the masterlinks in the parser or something
>like it? i think it, because in the keylinks works ok and in the
>masterliks not.
>
>in resume, i note that:
> masterlinks only accept uppercase fields names.
> (TABLENAME.FIELDNAME)
> keylinks accept upper and lowercase fields names.
> (TABLENAME.FIELDNAME) AND ("Table_Name"."Field_Name")

1. What exception messages do you see?
2. Do make sure NOT to place blanks at the left and right sides of the "="
sign.
3. Please do not requote old messages.

Helen