M
maura
Guest
Have you tried using the debugger in the browser (Like in Chrome, right-click and select Inspect Element). Click on the Sources tab. On left hand-side, click on views/assets/js rollbase/jsdo - progress.mobile.3.0.js. Code should be displayed on right-hand side. Put a breakpoint in JSDOUpdateImpl in this.process() function, rerun, and walk through code. In that function, you'll see code that throws error "Row not found". Maybe your JSDO memory no longer has that row loaded??
Continue reading...
Continue reading...