home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / bus_pers / bankn.lzh / standard.qry < prev   
Text File  |  1989-05-05  |  650b  |  28 lines

  1. ||||||||||||||||||||||||||||||||||||||||||||||||||||
  2. ||                                                ||
  3. ||  Standard query to list checks. Change select  ||
  4. ||  statement for your own selection criteria.    ||
  5. ||                                                ||
  6. ||||||||||||||||||||||||||||||||||||||||||||||||||||
  7.  
  8. select
  9.    type = "C"
  10.  
  11. sort
  12.    date
  13.  
  14. report
  15.  
  16.    report_top
  17.  
  18.       "  Date   T   Nbr S      Payee             EC R           Amount"
  19.       skip 2
  20.  
  21.    detail
  22.       date "%@@/@@/@@" type number "%99999" split
  23.       payee ec recon amount "%9,999,999,999.99"
  24.  
  25.    report_bottom
  26.        skip
  27.       "TOTAL" total(amount) "%9,999,999,999.99"
  28.