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