NetTalk Central

Author Topic: NT7.12 p_web.SetAlert Compile error  (Read 2978 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
NT7.12 p_web.SetAlert Compile error
« 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

Rob de Jager

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: NT7.12 p_web.SetAlert Compile error
« Reply #1 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