M
MatheusMokwa
Guest
I'm trying to retrieve a record from the server, using the find method. In the documentation we got this code as example var jsdo = new progress.data.JSDO( 'customer' ); jsdo.find(function(jsrecord) { return (jsrecord.data.CustNum == 10); }); But for me this is very confusing, what should i do to grab the record from this point and/or execute the function?
Continue reading...
Continue reading...