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