Subject Re: [IBO] Re: TIB_lookupcombo doesnt appear in the grid?
Author Svein Erling Tysvaer
At 07:42 17.06.2003 +0000, you wrote:
> KeyLinks.Strings = (
> '"items".ID = "ingredients"."IngredientsID"')

I think I recall that spaces surrounding '=' in some cases were
significant, so change lines similar to the above to

KeyLinks.Strings = (
'"items".ID="ingredients"."IngredientsID"')

HTH,
Set