Solve issue Form buttons not working (add new, save, delete)

Dear All
I created a form that has the standard 3 buttons at the bottom: Add New, Save, Delete.

Add New & Delete work on the form FINE, until… I hit SAVE. Then no buttons on the page work, including navigation at the top.

No error message displays, just seems form freezes (I can still edit fields, but NO buttons work).

So I recreate this form more than one time…

Finally I remove lookup description

hi,
add ’ ’ to WHERE EmployeeNo=’{Surrogate_EmployeeNo}’

even if it is an integer because if the query is empty, SC gets angry and some things stop working, I found it some time ago at my expense with a big project

2 Likes

Many thanks for your advise

hi,
eatwa2016_Eissa work??

thanks

Had a similar problem with c9.9.003. Went through all of the items above (and on other posts)… no luck. Then went back to basics and opened up a console view of the offending form. Bottom line is that my live prod environment was not quite up to date. Reinstalled the prod from the Scripcase download page and it fixed it. (Doh).
There were a couple of .js.map files missing from the SC download and showing 404 errors so I also had to download them from their GitHub sources and install them. (not sure these last 2 were material to the fault, but I hate seeing console errors!)
In doing this work, I also realised that the Common files were not updating via FTP, so I created a zip folder and loeaded them via an FTP tool. This can cause similar problems so it was a bit of insurance.