Hi all,
Sorry if my english isn’t very good, but I will try to explain the best my problem.
I have an issue with getEditedRecords() which return an empty array even there are changes on the current foundset.
I use Dbtreeview inside a form wich display relation “resource->sub_ressource” and a field to update the current selected node.
I have a function which is attached to the onclick event of a node and which test if there are changes using the getEditedRecords().
When I select a node and modify the information in the field.
If I select directly another node the getEditedRecords() return an empty Array!!
Else If I click away the field(lost focus) before selecting the node, getEditedRecords() works correctly.
Here is the screenshot of my form.
If someone has an idea of what’s the problem, I’m grateful.
regardless