NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on August 17, 2023, 04:21:50 PM

Title: NT 14.01 compile error
Post by: osquiabro on August 17, 2023, 04:21:50 PM
Unknown identifier: RF:INTERFACE - C:\Clarion11_13630\Accessory\libsrc\win\netwebsessions.Clw:108,50

NetSessionsQueue.iNetSessions.Save                  PROCEDURE ()
json  jsonclass
  code
  json.start()
  json.SetTagCase(jf:caseAsIs)
  json.Reflection.SetType('group','INETSESSIONS',rf:Interface) ! will automatically make it private | readonly
  Json.SetDontSaveBlanks(true)
  json.save(self,self.StateFileName.GetValue())   ! passing an object to jFiles treats it as a group. Reflection does the rest.
  return NET:OK

i have all templates updated
Title: Re: NT 14.01 compile error
Post by: Jane on August 17, 2023, 05:56:17 PM
Reflection 1.24 - from the history:

"Add: Field type: rf:interface"
Title: Re: NT 14.01 compile error
Post by: osquiabro on August 18, 2023, 03:07:06 AM
thanks jane, i just got carried away by the documentation