View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002715 | JEDI VCL | 00 JVCL Components | public | 2005-03-05 00:05 | 2006-06-27 03:44 |
| Reporter | anonymous | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | 3.30 | |||
| Summary | 0002715: TJVDBTreeview not updated after calling CancelBatch | ||||
| Description | I am using ado table for connecting to my access database. and I am using TJVDBTreeView to show the records in a heighrarchial mode. It works fine. But when I use CancelBatch(all) to cancell the changes made, the tree dont reset the nodes into its old values. | ||||
| Tags | No tags attached. | ||||
|
|
Hello "anonymous". Here is a helpy solution for that problem: call JvDBTreeView.UpdateTree and if this does still not work, disconnect and reconnect the datasource from the JvDBTreeView. Sort of: JvDBTreeView.DataSource := nil; JvDBTreeView.DataSource := DataSource1; Hope that helps. But still this problem has to be fixed in the component! Best wishes from Germany, Marc Geldon (PRO IT SYSTEMS) |
|
|
Can anyone post a sample application for this ? |
|
|
any news? |
|
|
Well, without any response, I'm assuming this is fixed in the latest development version. Should it not be the case, please provide a sample application and/or a diff file against the latest SVN content: http://homepages.borland.com/jedi/wiki/index.php?title=Repository |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-03-05 00:05 | anonymous | New Issue | |
| 2005-09-22 05:56 | marcgeldon | Note Added: 0007961 | |
| 2005-11-22 09:21 | obones | Note Added: 0008141 | |
| 2005-11-22 09:21 | obones | Status | new => feedback |
| 2006-04-04 05:14 | obones | Note Added: 0008871 | |
| 2006-06-27 03:44 | obones | Status | feedback => resolved |
| 2006-06-27 03:44 | obones | Fixed in Version | => Daily / SVN |
| 2006-06-27 03:44 | obones | Resolution | open => fixed |
| 2006-06-27 03:44 | obones | Assigned To | => obones |
| 2006-06-27 03:44 | obones | Note Added: 0009664 |