Subject Re: [IBO] TIB_Checkbox
Author Don Gollahon
It's only 1 byte. I'll just add the Monitored field.

Thanks.

"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:14316782343.20020115114628@......
> > I'm trying to implement a checkbox based on another field. If the
> > field has a value then I want a checkbox to be True. Otherwise I
> > want it to show false.
>
> > The problem with my code is the onclick of the tib_checkbox doesn't
> > ever get called.
>
> Calculated fields are readonly, so the control is preventing the click
> from occuring.
>
> You should be able to use an ordinary TCheckBox control and
> synchronise using DataChange events.
>
> --
> Geoff Worboys - TeamIBO
> Telesis Computing
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>