Subject Re: Editable calculated field
Author robert_p_levy
Why not create a new column in the database and update it directly via
checkboxes?
Or am I missing the point...
-Rob

--- In IBObjects@yahoogroups.com, "Marco Menardi" <mmenaz@m...> wrote:
>
> --- In IBObjects@yahoogroups.com, Daniel Albuschat <daniel@v...> wrote:
> > 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
> >
> > --