NetTalk Central

Author Topic: NT7 App to NT8 Error  (Read 1508 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
    • Email
NT7 App to NT8 Error
« on: March 20, 2014, 02:15:33 PM »
Hi,
NT 7 app now brought up to NT 8 - C8 ABC
I get the following error:  "Cannot call procedure as function"

and this is the offending line:
 packet = clip(packet) & p_web.Script('startCountDown('& int(p_web.site.SessionExpiryAfterHS/100) &',"'& clip(p_web.site.LoginPage) &'","countdown");')
This looks like the new time out function in NT 8.
What is the trick to get around this.
TIA,
Ron Jolda

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile

rjolda

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
    • Email
Re: NT7 App to NT8 Error
« Reply #2 on: March 21, 2014, 03:52:48 AM »
THanks Bruce,
Didn't sink in on my first pass of reading - will fix it up right off now.
Ron