NetTalk Central

Author Topic: LoginForm Misbehaving  (Read 2625 times)

malcolmg

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
LoginForm Misbehaving
« on: September 25, 2015, 08:24:50 AM »
Suddenly the LoginForm my LoginForm which has been working fine has stopped working.  I validate the user login in the ValidateUpdate embed with no other code embedded.  This has worked for the last couple of days (new app) without a problem. Suddenly today the LoginForm fails.  It validates on tabbing out of the Login field moving from stage 16384 to 65536 as normal. However nothing happens after pressing the Login (Save) button. 

Checking another app Login button changes the stage to 2050 (ie the expected 2 + 2048) at this point and continues.  I imported that LoginForm and it also fails to change the stage and consequently running the ValidateUpdate.  This means that it is in the App that something has gone awry.

Does anyone have an idea of where this could have happened?  Alternatively how do I trap the Logn/Save event?

Nettalk 8.60
Clarion 9.1

Regards
Malcolm

malcolmg

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: LoginForm Misbehaving
« Reply #1 on: September 28, 2015, 04:50:23 AM »
Issue Resolved:

I had set the Loc:Hash field to be hidden (although it is already type Hidden).