Subject Re: [IBO] TIBOTable->IndexFieldNames problem (IBO v.4.2.Fn)
Author Jason Wharton
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@...>
To: <IBObjects@yahoogroups.com>
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