Forum Post: RE: Counting records in object based on relationship

  • Thread starter Thread starter mgill
  • Start date Start date
Status
Not open for further replies.
M

mgill

Guest
Hi, Tried this on the onsubmit event on the page. Still no luck. Tried the simple code example below to show a message counting the number of records in the plot object, but count is always returned as 0. I know there is 10 records in the plot object. var qry = "SELECT COUNT(1) FROM plot"; alert('Qry='+qry); rbf_selectNumber(qry, callback_count); function callback_count(querycount) { alert('Count='+querycount); }

Continue reading...
 
Status
Not open for further replies.
Back
Top