1
I’m new to Delphi and I’m doing a form
where all the entrances are DBLookup
. I need a Combobox
to select whether the person has known parents or not. Example:
- 0 - Has parents,
- 1 - Does not have.
I can put this on DBCombobox
but how do I update the bank with 0
or 1
? The field is of the type varchar
. With the DBLookupCombobox
I would have to get the data from a sql
, which is beside the point because it’s just two pieces of information.
which version of Delphi you use?
– Passella