LAST-OF( ) method
Returns TRUE if the current iteration of the query predicate FOR EACH . . . BREAK BY. . . is the last iteration for a new break group.
Return type: LOGICAL
Applies to: Query object handle
level
The following example shows how the LAST-OF( ) method is used to identify the last record of a break group:
See also: FIRST-OF( ) method, OPEN QUERY statement, QUERY-PREPARE( ) method
OpenEdge Release 10.2B
|