Subject [IBO] Re: tib_Grid cell colors
Author stanw1950
I used the contact sample as a model. The cell coloring still
wouldn't work for records above the current record when the sort
order was changed (by clicking the column heading) until I added the
PrepareSQL procedure with code. If I commented out the code it didn't
work. Thanks.



--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> To do correct coloring, see the Contact sample application. The
code there
> shows you how to isolate the grid cells and pull from the buffer the
> appropriate values. It's considerably different in IBO than the VCL.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "stanw1950" <stanw@e...>
> To: <IBObjects@y...>
> Sent: Sunday, May 26, 2002 7:08 PM
> Subject: [IBO] Re: tib_Grid cell colors
>
>
> > I accidently fixed it. I added the PrepareSQL procedure for the
HotQ
> > query because I had some combo boxes for filtering the result set.
> > After that the coloring worked correctly. When I commented out the
> > code in the PrepareSQL procedure, the coloring was incorrect
again.
> > After un-commenting out, it worked. That's kind of strange that I
> > need that procedure to cause the coloring to be correct when the
sort
> > order is changed.
> >
> > Stan Walker