NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on June 28, 2013, 04:20:21 AM
-
Hi Bruce
I upgrade from NT7.10 to NT7.12. I am getting compile errors 'No matching prototype' on the following code:
loc:alert = 'some message'
p_web.SetAlert(loc:alert, net:Alert + Net:Message)
What is the correction for the p_web.SetAlert in NT7.12 to display the message as previously
Regards
Johan
-
Hi Johan
I think it was
loc:alert = 'some message'
p_web.SetAlert(loc:alert, net:Alert + Net:Message,'formprocedurename')
Cheers