Hey Greg, thanks for the response.I'm still not sure where the property
"code" is. I've searched through my entire project and the server-side
methods too. I guess it could be something that WebOrb returns as an
error message.Anyway, I found the root cause of the problem. I was
calling the same server-side method twice, sometimes I guess due to
slightly different timings within the app, it would work, and sometimes
not.After Googling and finding a couple of mentions of changing
properties from p...