Xbasic
PAGE_MAXIMUM Function
Syntax
Result as N = page_maximum(C expr )
Arguments
- expr
The fully qualified fieldname (i.e. tablename->fieldname )
Returns
- ResultNumeric
The maximum value of a field's entries on a report page.
Description
PAGE_MAXIMUM() returns the maximum value of a field's entries on a report page. This function can only be used on a report page.
Example
? page_maximum(product->cost) = 2
See Also