Hi, I created a processus with the trial LC.
I imported the processus in the server production but in my forms, some issues appearing.
All my fields in a Table doesn't execute script.
I have a table with somes textfields, a checkbox, radiobuttons and dropdowns lists.
When I click on the checkbox, the radiobuttons must appear.
It worked on my developpement environnement but doesn't work now.
I test on a empty form. I create a Table with 3 column and 1 row. I put a checkbox on it and type this in the click event (javacript run at client) :
xfa.host.messageBox("click");
Nothing appends.
If I put the checkbox anywhere else, the script works.
Any ideas ?
Thanks :)
Edit : It just happens with my checkbox and radiobuttons. The script on the drop down lists or buttons present in the table works fine.