Subject | Re: [IBO] TIBOTable->IndexFieldNames problem (IBO v.4.2.Fn) |
---|---|
Author | enricorav |
Post date | 2002-01-23T08:47:28Z |
I use this for sort all my tables displayed into a TwwDBGrid with the
button on the top of the column (like your TIB_GRID: OrderingItems,
OrderingLinks).
So the table can be very small or large... when this patch are
avaiable?
Regards,
Enrico Raviglione.
button on the top of the column (like your TIB_GRID: OrderingItems,
OrderingLinks).
So the table can be very small or large... when this patch are
avaiable?
Regards,
Enrico Raviglione.
--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> I have added a property to TIBOTable that will fix this problem.
> For now, if you set AutoFetchAll to true this will be resolved as
well.
> How large is this table?
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "enricorav" <enricorav@h...>
> To: <IBObjects@y...>
> Sent: Tuesday, January 22, 2002 8:12 AM
> Subject: [IBO] TIBOTable->IndexFieldNames problem (IBO v.4.2.Fn)
>
>
> > Hi,
> > i have see a difference from TIBOTable v.3.x and TIBOTable
v.4.2Fn:
> >
> > i have a TIBOTable contens displayed into a TwwDBGrid, and i use
the
> > IndexFieldNames properties for sorting the records.
> >
> > For example i have this table:
> >
> > Field1 Field2 Field3
> >
> > 1) AAAA BBBB (null)
> > 2) BBBB AAAA (null)
> > 3) CCCC CCCC AAAA
> > 4) DDDD DDDD BBBBB
> >
> > Using IBO v.3 when i sort the records on Field1 or on Field2 or
on
> > Field3
> > into my TwwDBGrid i see alwais 4 record.
> >
> > If i do the same with IBO v.4 when i sort on Field1 or on Field2
all
> > works
> > fine but when i sort on Field3 into the grid i see only 2 record
(i
> > can't
> > see the record with Field3 = NULL).
> >
> > Why this? I need the old behaviour.
> >
> > Regards,
> > Enrico Raviglione