DBTreeview issue

Hi,

I have a form myform_svydbtree which includes Servoyextra-dbtreeview components. This form includes a treeview named ‘menu’ on the left and ‘program’ on the right. When we open the form myform_svydbtree in the first tab and then open the same form which is added in the second tab the entire application hangs because now my treeview keeps on refreshing if I debug on the client side(the same form works normally on the first place if we don’t open the 2nd tab).[attachment=0]Capture.PNG[/attachment]

elements.menus.setNRelationName(_fs.getDataSource(),'some_name');
elements.menus.setTextDataprovider(_fs.getDataSource(),'some_description');
...
elements.treeview_programs.setHasCheckBoxDataprovider(_fsprogram.getDataSource(),'some_checkbox');
...

above is just a small piece of our code and the image is a sample page for test.

isn’t this the same as in this comment? https://support.servoy.com/browse/SVY-1 … ment-68569
if so, can you add a sample to the jira case that reproduces the issue?

Hi,
Thanks for the reply. Setting the option auto-refresh to false works!