NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul on December 30, 2008, 09:37:34 AM

Title: Pr28 - missing Template update.
Post by: Poul on December 30, 2008, 09:37:34 AM
Bruce,

I downloaded CR 10 (Dec 26)
I am getting the same compile errors that you fixed a week or so ago with
a nettalk.tpl that you sent me. I did a compare and the #context bit is still missing from pr28 - the nettalk.tpl that you sent me fixes the issue.

ie:
    #Declare(%FirstWebServer)
      #For(%ActiveTemplateInstance)
        #Context(%Procedure,%ActiveTemplateInstance)
          #IF(%ABCBaseClass='NetWebServer')
            #SET(%FirstWebServer,%ActiveTemplateInstance)
            #BREAK
          #ENDIF
        #EndContext
      #EndFor
Title: Re: Pr28 - missing Template update.
Post by: Bruce on December 30, 2008, 10:00:41 PM
Sorry about that Poul, I've made sure the fix is in today's build.

Cheers
Bruce