While
experimenting with the wbut eXcell, I saw that in the update command of the
invoice_list.html, there is the command
“opener.activeCell.setValue(value);”. As I need to update several
values when using this, it would be necessary to assign the activerow and
then write the values.
What
do I need to change in order to have the reference to the row at the
myFunction call?
How
can I assign a value to a specific cell in the selected row? So, let’s say, I
need the invoice number in the first column and the invoice total in the 3rd?