home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / twist2 / music / groups.artists.r < prev    next >
Encoding:
Twist Report script  |  1996-04-30  |  302 b   |  15 lines

  1. REPORT Groups.DB
  2. NAME By_Type
  3. OUTPUT Window
  4. SORT MusicType UP,GroupName UP
  5. PAGE LAYOUT [1,"",1,10,"",720,166,10,600,50,800,0,1,0,0,1,30,"","Page #",0,2]
  6. HEADER,1
  7. TEXT "Listing of Groups/Artists by music Type",13,0,39,"BU"
  8.  
  9. BEFORE MusicType,2
  10. FIELD MusicType,0,1,10
  11.  
  12. RECORD,1
  13. FIELD GroupName,8,0,30
  14.  
  15.