Subject Re: [IBO] Re: tib_Grid cell colors
Author Jason Wharton
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@...>
To: <IBObjects@yahoogroups.com>
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