NetTalk Central

Author Topic: Issues with Settings Template on compile following NT 11 Upgrade  (Read 2440 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Issues with Settings Template on compile following NT 11 Upgrade
« on: December 04, 2018, 06:18:22 PM »
Hi
getting errors on compiling an app following upgrade to NT 11
I have added the Control template NetWeb Server Settings to the Web server
and the errors reported are:

( I know what these errors represent, I just cant find the way to solve them...)
Thanks
Richard NT 11

of Event:Accepted
      case Field()
      of ?set:InsecurePort          orof ?set:SecurePort    orof ?set:AccountName
      orof ?set:CertificatesFolder  orof ?set:Domains       orof ?set:BindToIPAddress
      orof ?set:WebFolder           orof ?set:AcmeFolder    orof ?set:Staging
      orof ?set:SessionTimeout      orof ?set:xFrameOptions orof ?set:AccessControlAllowOrigin
      orof ?set:StrictTransportSecurity                     orof ?set:ContentSecurityPolicy
      orof ?set:ContentSecurityPolicyReportOnly             orof ?set:ReferrerPolicy
        do SaveSettings
      End
      case Field()
      of ?set:InsecurePort
      orof ?set:SecurePort
        s_web.SetPorts(set:InsecurePort,set:SecurePort) ! will restart if necessary
      of ?set:AccountName
      of ?set:WebFolder

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: Issues with Settings Template on compile following NT 11 Upgrade
« Reply #1 on: December 04, 2018, 11:40:58 PM »
Hi,
 Answer found in NT Webinar 205
- not enough clicks when adding template to the tab !

Cheers
Richard