Branko's Database Components

KNOWN PROBLEMS
--------------



TDBGridTitleSort: Multiple grid height and external sort
--------------------------------------------------------

Be careful when registering more then one grid linked to the same 
table. There is a VCL bug that raises exception "Grid index out of 
bounds" when sorting on some fields if these grids differ in number 
of visible rows and external sort occurs. If you need this scenario, 
set height of grids to the equal number of pixels (and set equal row 
height), or set AutoUpdate to false and call UpdateTitle manually.



TDBLocateEdit: Detail table and BDE
-------------------------------

If you use BDE, performing locate in detail table can be a bit buggy. 
You may see rows visually switched or even overwritten by other rows, 
but actual data is intact.



C++Builder 3: BDB as run-time package
-----------------------------------

BDB is not yet fully compatible with C++Builder 3 - there are 
certain problems when using BDB as run-time package. If you want 
to use other run-time packages ("Build with runtime packages" option), 
exclude BDB_c3 from run-time packages list.



C++Builder 3: Property editors
----------------------------

There are problems registering custom property editors 
(particularly, TDBGridTitleClick.ClickedTitleMask is not 
associated with the appropriate property editor).




TDBFilterGrid: TDBGrid title not updated
----------------------------------------
If TDBGrid is registered with TDBFIlterGrid (and 
TDBFIlterGrid.AutoUpdate is True), and is linked to TIBTable, and
that TABLE IS EMPTY, then grid's title is not updated if external
sort ocurs.



Copyright (c) 1999-2000 Branko Dimitrijevic.
bepp@bepp.8m.com
http://bepp.8m.com
