Mur
User
 Platinum Boarder
| Posts: 116 |   | Karma: 0 |
|
RE: TNCDBTreeView shows 50 empty records instead of empty node
|
|
Posted: 2000/08/01 13:18 |
|
|
|
|
Another problem in NCDBTree.pas Function TNCDBTreeView.QueryData() Statement if not AIsOwnerValue then joinFields := KeyFields; should be if not AIsOwnerValue then joinFields := Self.KeyFields; because this TOCIQuery has it's own KeyFileds defined in TOCIDataSet and this "if" is nested in with FQuery, FQuery.SQL do try // here finally ... end;
|
|