View Issue Details

IDProjectCategoryView StatusLast Update
0002715JEDI VCL00 JVCL Componentspublic2006-06-27 03:44
ReporteranonymousAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.30 
Summary0002715: TJVDBTreeview not updated after calling CancelBatch
DescriptionI 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.
TagsNo tags attached.

Activities

marcgeldon

2005-09-22 05:56

reporter   ~0007961

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)

obones

2005-11-22 09:21

administrator   ~0008141

Can anyone post a sample application for this ?

obones

2006-04-04 05:14

administrator   ~0008871

any news?

obones

2006-06-27 03:44

administrator   ~0009664

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

Issue History

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