(view)
integer o2view_retrows(string $view_name)
Returns number of returned records in the actual dataset page.
Returned rows number is equal to requested rows number, until the recordset end is reached.
NOTE: After a recordset-goto-first instruction, this function may be useful to get the actual number of records in a view (0, 1 or more, up to the defined view number of records).