Copy values from one table to another one
Posted: Mon Oct 25, 2021 2:48 pm
Hi all,
I have a form, where values from a different table are shown via a display object.
Now I want to copy these values to the form's table.
I have created corresponding input objects for these values and I fill these objects with
nuSetValue('inputObject', nuGetValue('displayObject'));
Which works fine, the only problem is, that the values in the inputObject are not saved to the table, only if I change them manually they are stored in the table, when I click save.
What is missing or what would be the best way to do this?
Thanks
Steven
I have a form, where values from a different table are shown via a display object.
Now I want to copy these values to the form's table.
I have created corresponding input objects for these values and I fill these objects with
nuSetValue('inputObject', nuGetValue('displayObject'));
Which works fine, the only problem is, that the values in the inputObject are not saved to the table, only if I change them manually they are stored in the table, when I click save.
What is missing or what would be the best way to do this?
Thanks
Steven