0
I’m trying to show not just a result (LookupResultField
) for a lookup field (FieldKind
, fkLookup
), but yes two, I tried to put the result fields separated by point and comma, but it did not work, the same works for the component Dblookupcombobox, is it possible for a field lookup? I want to show on a Dbgrid.
I don’t think it’s possible.
– EProgrammerNotFound
You can create 2 fklookup fields. One for description 1 and the other for the second description. If you add the same Keyfield to the two lookups, changing the value of the key changes in the 2 lookups. If you turn on the same dataset in both lookups you will have no performance problems
– EProgrammerNotFound
I’ll take a look, thanks for the help.
– Artur_Indio