NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Can't stop the error popup
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can't stop the error popup (Read 3274 times)
ccordes
Sr. Member
Posts: 384
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?
Logged
Real programmers use copy con newapp.exe
Rene Simons
Hero Member
Posts: 650
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
Logged
Rene Simons
NT14.14
ccordes
Sr. Member
Posts: 384
Re: Can't stop the error popup
«
Reply #2 on:
August 29, 2010, 07:22:57 AM »
Thanks!
Logged
Real programmers use copy con newapp.exe
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Can't stop the error popup