/PFREP generated 07/06/2000: Report for Members of Club |Report for Members of Club;\= /* /header Club Members Report Club Members Report SURNAMEGIVEN NAMESRATINGWINNINGS /subheader1 ______@________________________ /body _______@__________________@___________________.______.__ /subtotal1 /total _________________________________.__ /* #use reporter.pfi REP_START // Calls REP_START command in REPORTER.PFI open member index.4 file_mode member read_only direct_output 'member3.htm' [err] inkey$ [err] abort move 0 to pageend report member by index.4 break member.COUNTRY REP_SEL // Calls REP_SEL command in REPORTER.PFI section header sysdate header.1 output header section subheader1 print member.COUNTRY output subheader1 section body REP_PROGRESS // Calls REP_PROGRESS command in REPORTER.PFI print member.SURNAME print member.GIVEN_NAMES print member.RATING print member.WINNINGS output body section subtotal1 output subtotal1 section total print 'Total Winnings' subtotal body.4 output total REP_FILE_DONE 'member3.htm' reportend formfeed REP_END // Calls REP_END command in REPORTER.PFI abort