cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Javascript code disappears after activating the form

Former Member
0 Likes
4,887

Not sure what's wong, but as soon as I activate the form all the javascript disappears. It still works when the form is executed and displayed, all events work fine. But when I go back in livecycle designer to see the code, there is just no code at all. I have shutdown SAP GUI, my computer, restarted everything but cannot get around this problem.

Any ideas? google didn't return anything as well.

View Entire Topic
0 Likes

It looks like sometimes ALCD inserts duplicate copies of the event scripts - you can see it in XML view. When this happens it stops displayed script under event tab. To fix it switch to XML view and clean up code by deleting duplicate events manually.

Former Member
0 Likes

Hello Frozen,

Were you able to resolve this issue? I am facing the same issue. I found a link Js Script or FormCalc scripting is not appearin... | Adobe Community but did not understood.

Please let me know if you have any resolution.

Regards,

Ranganadh.

Former Member
0 Likes

As suggested I deleted the duplicate events from the xml source, now I can able to see the script. Thank you.