Subject Re: [IBO] Not enough fields in KeyLinks
Author Dorin Pacurar
> For the master:
> SELECT * FROM CREDITE_WK WHERE IX=:IX
>
> and for the lookup:
>
> SELECT TIP, DENUMIRE
> FROM TIPURI
> WHERE FL='SURSCRED'
> with KeyLinks:
> TIPURI.TIP=CREDITE_WK.SURSE
>

I think that the only way to solve my problem is using IB_ComboBox instead
of IBLookupCombo. I dont know how to create a "fake" field in the master
table wich can be linked with FL in the lookup table.


Dorin