Subject TIBOTable->IndexFieldNames problem (IBO v.4.2.Fn)
Author enricorav
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