Subject Re: [IBO] IBO4 and ParamByName
Author Jason Wharton
I thought I had the grid disappearing act resolved already. It has to do
with touching the handle in an unexpected manner during the control's
creation sequence. As I recall it seemed to be either the update row count
or the update scroll bar routines that mucked it up.

As for the COUNT column issue, I am not clear on what the problem is. Can
you elaborate just a bit?

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Lester Caine" <lester@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 26, 2001 1:12 AM
Subject: Re: [IBO] IBO4 and ParamByName


> I am getting further on this - COUNT as a field name is giving a problem.
I use
> it in FastReport which is working fine as an IBO4 version, but it uses ' "
'
> around field names internally, so gets confused when the field name
already has
> quotes arround it, as in the case of COUNT being converted to "COUNT", and
then
> it refuses to see it.
>
> I have tracked the problem with ordering - just rebuild the ordering links
using
> the inline designer. That took out 'ITEM=' and the ;POS=0 entries - I know
there
> was a reason they were there, but they seem to upset IBO4. Selection is
now
> working fine, but no colours? ColorScheme = true on IB_Query and
> IgnoreColorScheme = false on Grid. Anything else - as it was working?
>
> I am now going to try and find where my grids are going to !