home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / twist2 / amigashopper / shopper.golds1.r < prev   
Encoding:
Twist Report script  |  1996-04-30  |  414 b   |  20 lines

  1. REPORT Shopper.DB
  2. NAME Golds1
  3. SELECT Score>=90
  4. OUTPUT Window
  5. PAGE LAYOUT [1,"",1,10,"",660,0,10,600,50,750,2,1,0,0,1,30,"","Page #",0,2]
  6. RECORD,15
  7. TEXT "Subject:",0,1,8
  8. FIELD Subject,9,1,36
  9. TEXT "Comment:",0,3,8
  10. FIELD Comment,9,3,36,"h:2"
  11. TEXT "Date:",0,6,5
  12. FIELD Date,9,6,30
  13. TEXT "Issue:",0,8,6
  14. FIELD Issue,9,8,30,"-<5"
  15. TEXT "Score:",0,10,6
  16. FIELD Score,9,10,4," 3"
  17. TEXT "Page:",0,12,5
  18. FIELD Page,9,12,4," 3"
  19.  
  20.