NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on June 28, 2013, 04:20:21 AM

Title: NT7.12 p_web.SetAlert Compile error
Post 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
Title: Re: NT7.12 p_web.SetAlert Compile error
Post by: Rob de Jager on June 28, 2013, 05:19:19 AM
Hi Johan
I think it was
    loc:alert = 'some message'
    p_web.SetAlert(loc:alert, net:Alert + Net:Message,'formprocedurename')

Cheers