[progress Communities] [progress Openedge Abl] Forum Post: Jsdo Find() Method

  • Thread starter Thread starter MatheusMokwa
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top