NetTalk Central

Author Topic: Nettalk 6.18 and Secwin compile error  (Read 1781 times)

TimR

  • Newbie
  • *
  • Posts: 28
    • View Profile
Nettalk 6.18 and Secwin compile error
« on: February 08, 2012, 06:11:12 PM »
I sent an email regarding this, but didn't get a response (it may have been eaten by the spam filter), so thought I'd re-post it here.

There appears to be a problem, in the netweb.tpw file on line 10815.  There are quotes around %SecwinCtrlsDisplayProcedure that are causing compile errors.  Is is currently like this: 

loc:SecwinProcedure = '%SecwinCtrlsDisplayProcedure'

but I believe it should be like this:

loc:SecwinProcedure = %SecwinCtrlsDisplayProcedure

It currently generates the closingScripts routine like this

ClosingScripts  Routine
  data
Rtn_SecwinProcedureName         string(252)
  code
    do SetFormAction
    if p_web.GetSessionLevel() = ds_Supervisor
      Rtn_SecwinProcedureName = 'Employers'
    end

    if p_web.GetSessionLevel() = ds_Supervisor
      loc:SecwinProcedure = ''Employers'' <--------------Here is the problem generated source code line.
    else
      loc:SecwinProcedure = ''
    end

One final thing of note I entered 'Employers' as the "Secwin friendly name" on the Security tab.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Nettalk 6.18 and Secwin compile error
« Reply #1 on: February 08, 2012, 11:44:09 PM »
noted - thanks.