Subject | Editable calculated field |
---|---|
Author | Daniel Albuschat |
Post date | 2004-10-06T13:15:31Z |
Hello,
I want to create a TCheckBox-like
list with a TIB_Grid. The very first column
should be a Checkbox which can be selected
and de-selected. I thought the easiest way would
be a calculated field of type char, and then
add the ColumnAttributes accordingly:
Select "Boolean", set True Text / False Text to
T/F respectively and select the "Required" option.
But there's the problem that I can't change this
field, since calculated fields are always read-only...
Any suggestions to get the calculated fields approach
to work, or another solution?
Thanks,
Daniel Albuschat
--
eat(this); // delicious suicide
I want to create a TCheckBox-like
list with a TIB_Grid. The very first column
should be a Checkbox which can be selected
and de-selected. I thought the easiest way would
be a calculated field of type char, and then
add the ColumnAttributes accordingly:
Select "Boolean", set True Text / False Text to
T/F respectively and select the "Required" option.
But there's the problem that I can't change this
field, since calculated fields are always read-only...
Any suggestions to get the calculated fields approach
to work, or another solution?
Thanks,
Daniel Albuschat
--
eat(this); // delicious suicide