home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
bankn
/
standard.qry
< prev
Wrap
Text File
|
1988-11-22
|
650b
|
28 lines
||||||||||||||||||||||||||||||||||||||||||||||||||||
|| ||
|| Standard query to list checks. Change select ||
|| statement for your own selection criteria. ||
|| ||
||||||||||||||||||||||||||||||||||||||||||||||||||||
select
type = "C"
sort
date
report
report_top
" Date T Nbr S Payee EC R Amount"
skip 2
detail
date "%@@/@@/@@" type number "%99999" split
payee ec recon amount "%9,999,999,999.99"
report_bottom
skip
"TOTAL" total(amount) "%9,999,999,999.99"