Subject Re: [IBO] IB_Grid with ReadOnly Boolean values
Author Rick Roen
If its read only and the "Boolean" value equates to true then a
checkbox should still show a checkmark. Otherwise it is unchecked
and indicates False.

Do I misunderstand something?

Rick


--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> I designed it that way. If read-only then I figured it would be
for display
> only. If it's null I think I use a question mark.
>
> Jason
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
[mailto:IBObjects@yahoogroups.com]On
> > Behalf Of Rick Roen
> > Sent: Friday, April 29, 2005 3:15 PM
> > To: IBObjects@yahoogroups.com
> > Subject: [IBO] IB_Grid with ReadOnly Boolean values
> >
> >
> > IBO 4.5B Delphi 7
> >
> > I have an IB_Grid connected to an IB_Query that has
some "Boolean"
> > fields defined like this in ColumnAttributes:
INVOICED=BOOLEAN=1,0
> >
> > When the grid is ReadOnly the check boxes in the columns only
show
> > blank. When the grid is not ReadOnly the check boxes show a
proper
> > checkmark.
> >
> > What's up?
> >
> > Rick