NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on August 28, 2010, 07:35:44 AM

Title: Can't stop the error popup
Post by: ccordes 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?
Title: Re: Can't stop the error popup
Post by: Rene Simons 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
Title: Re: Can't stop the error popup
Post by: ccordes on August 29, 2010, 07:22:57 AM
Thanks!