Solved
Forum Discussion
AngelaIp
2 years agoIdeator I
Hi Alaxala,
many thanks for this solution! It works like a charm!
I am always surprised where you discover these kind of solutions. I was able to find the findInstanceFrame function in the codetree, but my Innovator doesn´t seem to use the function anywhere at all. I am happy and confused by this one at the same time.[emoticon:c28b2e4cc20f4ba28d1befdba6bed29c]
Angela
alaxala
2 years agoIdeator I
For my part, thanks for handleItemChange function. I did not know about it and had to use an ugly
aras.setItemProperty(...);
window.getFieldByName(...).getElementsByTagName("input")[0].value = newValue;