View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002334 | JEDI VCL | 00 JVCL Components | public | 2004-11-23 08:10 | 2004-11-25 09:50 |
Reporter | marcgeldon | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002334: JvDBTreeView - bug with empty table | ||||
Description | I use the JvDBTreeView with ADO (on MS SQL Server). If I have an empty table and want to insert my first row (the table was empty before) I get an exception. I had a look in the source code. In the "KeyDown" procedure the "Selected" node is accessed. But if there is no selected node it is also not possible to access "Selected.Parent" or something like that. I changed the code. Now it will check if there is a "Selected "assigned. | ||||
Tags | No tags attached. | ||||
2004-11-23 08:10
|
JvDBTreeView.pas (37,284 bytes) |
|
We don't update 2.10 anymore. This problem has already been fixed in JVCL 3 |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-23 08:10 | anonymous | New Issue | |
2004-11-23 08:10 | anonymous | File Added: JvDBTreeView.pas | |
2004-11-23 21:45 | Robert Rossmair | Reporter | anonymous => marcgeldon |
2004-11-25 09:50 |
|
Status | new => resolved |
2004-11-25 09:50 |
|
Resolution | open => fixed |
2004-11-25 09:50 |
|
Assigned To | => user72 |
2004-11-25 09:50 |
|
Note Added: 0005709 |