Xbasic
PAGE_COUNT Function
Syntax
Result as N = page_count(C expr )
Arguments
- expr
The fully qualified fieldname (i.e. tablename->fieldname )
Returns
- ResultNumeric
The number entries of a field on a report page.
Description
PAGE_COUNT() counts the number entries of a field on a report page. This function can only be used on a report page.
Example
? page_count(product->cost) = 3
See Also