I have set up Copy and Paste buttons on a Browse and Edit form. From my graphic below, I would like to Copy the contents from one or many fields (left side) and Paste them onto similar fields (right side) with different id's.. I also would like to do the same with some fields from a subform.
COPY
I used the following code to Copy only two fields, however, it only works with one field.
Code: Select all
nuCopyText('Tenteredby','Tentereddate');
I used the following code to Paste the above two fields, however the various browsers I have tried, it does not work and they all throw the error marked on the graphic below. I tested it out with only one field but I get the same result.
Code: Select all
nuPasteText('enteredby','tentereddate');
I also tried nuGetValue() and nuSetValue() but did not manage to get it to work. Thank you in advance for any help you can provide.
---------------