Hello,
I am working on an application which has many forms and on each form many fields without a name.
I am having trouble because I want to find out the dataProvider of the focused field.
I am using the onElementFocusGained event to find out that an element has been focused.
My trouble is that I don’t know how to retrieve the element’s dataProvider without a name.
Is this possible? Or am I asking for an impossible?
Thanks in advance and regards,
Miguel.-
If you want, you can make a method that fills all the names in Servoy 6.
You have to loop through your forms and set the names of the fields that have none, using the solutionModel.
Then to save it, you have to go to the Command Console and do:```
servoyDeveloper.save()