E
egarcia
Guest
Hello Meyrick, The syntax for the foreach() should be jsdo.foreach() if you have only one table in the DataSet or jsdo.ttsysuser.foreach() where you explicitly name the table reference. Please try it this way. Why is _id at the same level as the DataSet property? I would expect _id to be at the record level but no at the top level. Is it some sort of caching? I wonder if this is what is causing the issue. Could you try without it to see the behavior? Thanks.
Continue reading...
Continue reading...