Korba812, where do I go to find these packages. This is what I've been able to find searching:
JvDB
Depends on packages JvCore, JvStdCtrls, and JvCtrls
Data-aware controls
TJvSearchEdit: a TEdit with incremental search capabilities within a field of a DataSet.
TJvDBLookupList and TJbDBLookupCombo: lookup controls with additional features:
ocan display more than one column (the LookupDisplay property can contain a list of columns separated by a semicolon, the column width is calculated based on Field.DisplayWidth)
ocan display pictures (OnGetImage/OnGetImageIndex events)
oconfigurable empty value (DisplayEmpty,EmptyItemColor,EmptyStrIsNull,EmptyValue)
TJvDBTreeView: a treeview constructed from database records. Link the unique ID field to "MasterField", the ID field of the parent node to "DetailField", and the field with the node text to "ItemField". Optionally, the field "IconField" provides the image index for the ImageList. "StartMasterValue" is the beginning level to start building the TreeView, 0 = start from the root items, 1 = start from the second level, and so on.
TJvDBCalcEdit: a numeric edit box which opens a calculator dialog.
Note: The packages JvStdCtrlsLazR and JvCtrlsLazR must have been compiled before this package can be installed.