Index

(view)

o2view_retrows

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).


Parameters:
  1. $view_name
Related functions:

o2view_reqrows

o2view_total

o2view_rec