NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: TimR on February 08, 2012, 06:11:12 PM

Title: Nettalk 6.18 and Secwin compile error
Post by: TimR 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.
Title: Re: Nettalk 6.18 and Secwin compile error
Post by: Bruce on February 08, 2012, 11:44:09 PM
noted - thanks.