Hi all,
I came across this problem and hope to get some help here.
I created a dynamic table in JavaScript, in order to get the table dynamically adapted to the register entries that are relevant to a certain piece of hardware or user.
I can read the values out of the register by using the "RpNamedDisplayText", but to change the value of a register entry I have to implement a "RpFormInput".
Because the dynamic table is generated in JavaScript, the "RpFormInput" is located in the JavaScript too and this is where PBuilder generates an error, because a FormInput is found, but not within a form.
I attached the code to this post.
Is there any solution to get this to work? I realy need to get a FormInput in a dynamic table. Any tips are welcome!
Thanks in advance.