TerryC
2006-12-16 23:45:40 UTC
OK, I can get my TDBCheckBox to READ and SHOW the current value
of a field in my Interbase database, but it doesn't seem to want
to WRITE the value.
How does one set the ValueChecked and ValueUnchecked properties
so it will WRITE the correct value to my field? The field I am
using is a CHAR(1) field, constrained with a CHECK to be
IN('T', 'F').
Does it need to be a numeric field for that control to work?
Thanks!
of a field in my Interbase database, but it doesn't seem to want
to WRITE the value.
How does one set the ValueChecked and ValueUnchecked properties
so it will WRITE the correct value to my field? The field I am
using is a CHAR(1) field, constrained with a CHECK to be
IN('T', 'F').
Does it need to be a numeric field for that control to work?
Thanks!