NetTalk Central

Author Topic: Can't stop the error popup  (Read 3273 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Can't stop the error popup
« on: August 28, 2010, 07:35:44 AM »
I'm thinking this is simple.
I just want the error message to display on the form.
I unchecked the "Popup Invalid Message in Browser" on my form.
and checked "Show Invalid Message on top of Form"
but the message still pops up. What am I missing?
Real programmers use copy con newapp.exe

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: Can't stop the error popup
« Reply #1 on: August 29, 2010, 12:07:15 AM »
Hi,

In the WebHandler procedure, there is an embed called ProcessLink.
Before Parent Call, embed:  self._popUpDone = 1
This prevents the popup to appear.

Rene
Rene Simons
NT14.14

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Can't stop the error popup
« Reply #2 on: August 29, 2010, 07:22:57 AM »
Thanks!
Real programmers use copy con newapp.exe