Serving the Quantitative Finance Community

 
User avatar
adamcox
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

TreeView Drag Drop to update DAO Data Base - Help Please

November 16th, 2004, 2:18 am

Please can someone help me look at why this dragdrop is not quite working. I have attached a zip file with two files, 1) a recursive treeview query, and 2) the spreadsheet the DAO queries which is used as a database.The recursive query which used to populate the treeview control works fine, however the drag drop does not. The dragdrop event is suppose to either; 1) if a tree node is dragged to an empty space, a root node is created and the ReportsToName is made null, or 2) if a tree node is drag to another node, it and all its records ( recursively called) are updated as child nodes.the database and tree seem not to be updating despite 'C:' drive churnig when drag drop effected.Your help is much appreciated. Many ThanksAdam
 
User avatar
Doney
Posts: 0
Joined: June 24th, 2004, 7:14 am

TreeView Drag Drop to update DAO Data Base - Help Please

November 18th, 2004, 12:08 pm

where's the attachment?
 
User avatar
adamcox
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

TreeView Drag Drop to update DAO Data Base - Help Please

November 18th, 2004, 7:52 pm

Sorry, deleted it by accidentcheersadam