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