Subject | Re: [IBO] IB_Grid with ReadOnly Boolean values |
---|---|
Author | Rick Roen |
Post date | 2005-04-30T16:53:29Z |
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:
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 befor display
> only. If it's null I think I use a question mark.[mailto:IBObjects@yahoogroups.com]On
>
> Jason
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
> > Behalf Of Rick Roensome "Boolean"
> > 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
> > fields defined like this in ColumnAttributes:INVOICED=BOOLEAN=1,0
> >show
> > When the grid is ReadOnly the check boxes in the columns only
> > blank. When the grid is not ReadOnly the check boxes show aproper
> > checkmark.
> >
> > What's up?
> >
> > Rick