NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: markster on June 21, 2016, 12:17:38 PM

Title: Help! Form Save/Cancel stopped working on popups
Post by: markster on June 21, 2016, 12:17:38 PM
Bruce, today I updated from NT9.09 to NT 9.11 and also to the latest Clarion update (10.0.12211). I updated my web app and deployed the update on my Amazon server. When I accessed my app on the web server, I realized that none of the Save/Cancel buttons on any popup forms were functioning. I tried reverting to NT9.09 and also to the prior Clarion update to try to fix the problem, but to no avail. I restored the current versions, updated the app on the Amazon server and tried again. After further investigation, I observed that clicking on the Save and Cancel buttons on my popups registers nothing on the Web Server window. If I change the popup to a full screen, the buttons work.

When I run the app on my local computer, I'm not having the same issue. Clicking on those form buttons in popup mode registers a POST as it should.

Any ideas?
Mark
Title: Re: Help! Form Save/Cancel stopped working on popups
Post by: markster on June 22, 2016, 07:52:53 AM
After a fresh start this morning, I realized that there must have been some updated NT CSS files on my local computer that I overlooked copying to the web server. Sometimes it is a bit confusing because it seems like with an NT version update, I have to set my app files setting to Debug mode, generate everything, copy that to the server, and run it online to get the updated style in effect. Then I can go back and reset my app files setting to Web and regenerate it, then recopy everything to the server to get it running properly.

Mark