1
People, I have a question about using Dblookupcombobox in Delphi.
It is possible, instead of using two tables (take values from one and write to another), I have only the table where I will save the selected value to pull the data from a Clientdataset with the values?
I do not want to create a table just to pull the data to the DBLC, I would like to pull the data from a CDS with the values.
Thank you.