A Summary of Statements and Functions
The BEGIN REPORT statement initiates execution of a report, the description section of which is referenced by the line id.
DETAIL LINE line [WITH number LINES]
[ USING[;list]]
The DETAIL LINE statement causes all break conditions to be tested, totals to be incremented, and data to be printed. If more than one line is required for data output, that number should be specified. The USING parameters are the same as in a PRINT USING statement.
END REPORT
The END REPORT statement causes final trailers to be executed and terminates the Eloquence Report Writer.
NUMPAGE=expression
The NUMPAGE=statement causes the page counter to take the specified value..
STOP REPORT
The STOP REPORT statement immediately terminates an active report. No trailing statements are printed.
TRIGGER BREAK level
The TRIGGER BREAK statement forces a break condition at the specified level.
TRIGGER PAGE BREAK
The TRIGGER PAGE BREAK statement forces a page to break.