Subject | Re: [IBO] Not enough fields in KeyLinks |
---|---|
Author | Dorin Pacurar |
Post date | 2003-06-05T14:35:51Z |
> For the master:I think that the only way to solve my problem is using IB_ComboBox instead
> 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
>
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