NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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?
-
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
-
Thanks!