NetTalk Central

Author Topic: NT8 weird memory form error  (Read 3848 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT8 weird memory form error
« on: March 25, 2014, 12:37:48 PM »
Open ex 3
Go to Logout proc and add a message to the validate update embed, where you delete de session, to verify if its working.
Compile and all ok the message in logout is executed.

Go to the WebServer extention
Styles tab and check reset to defalult in all tabs, Site Browse, Form, etc
Compile and the code in Logout is not executed

Go back the reset to default uncheking and the error continues.

-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11307
    • View Profile
Re: NT8 weird memory form error
« Reply #1 on: March 25, 2014, 10:23:43 PM »
when documenting a problem, which you have duplicated by editing an example, please post the updated example, including app, dict and data.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: NT8 weird memory form error
« Reply #2 on: March 26, 2014, 03:09:13 AM »
ex 3 modify as my 1st post below
message in logoutForm


[attachment deleted by admin]
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11307
    • View Profile
Re: NT8 weird memory form error
« Reply #3 on: March 26, 2014, 05:53:06 AM »
on the Logout form, you've set the URL on save to
'http://www.clarin.com.ar'
so naturally it's not running any code on the server when the user clicks the "Yes" button. Rather the browser follows that URL to a different site.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: NT8 weird memory form error
« Reply #4 on: March 26, 2014, 06:01:19 AM »
Ok, then how do I do it If I need the save button to redirect to an external web page?
Thanks
-----------
Regards
Alberto