NetTalk Central

Author Topic: login form unresponsive with nt 11 server  (Read 2816 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
login form unresponsive with nt 11 server
« on: December 09, 2018, 10:28:12 PM »
hi
login form not responding , with nt 11 installed. What am I missing?
Have looked at NT 11  Basic login example and the authenticate on  login but am not using the two fields login and password, just password as below
I have "suggest basic authentication" ticked ON

I am validating which works in NT 10( but not in 11) using:
 IF  NOT lPassword 
      CLEAR(lPassword)
       loc:invalid = 'lPassword'
      p_web.SetValue('retry','LoginForm')
      loc:Alert = 'Login Failed. Try Again.' !Login is case sensitive'
  END

Thanks
Richard NT 11.04

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: login form unresponsive with nt 11 server
« Reply #1 on: December 09, 2018, 10:51:55 PM »
I'm not sure what you mean by "not responding" ?

cheers
Bruce

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: login form unresponsive with nt 11 server
« Reply #2 on: December 09, 2018, 11:05:43 PM »
thanks Bruce-
on an ordinary login form
password field populated with code and login button pushed
Im expecting as does in  NTG 10 that this  triggers code and the meal issued messages occur or the staff member is logged in with the supporting messages. with data written to tables

With NT 11
nothing happens .. no activity on the web server either
Nothing changed in the code and I dont know how to begin to determine the reason
All I have done is add the settings template and compiled

Cheers
Richard

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: login form unresponsive with nt 11 server
« Reply #3 on: December 10, 2018, 02:51:24 AM »
Have you opened a log viewer in a browser developer tool as in Firefox or Chrome?  Look for errors in the log.

In your form, look under the "buttons" tab then save tab.  Are the refresh header and footer buttons checked?  If they are, try unchecking them.

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11