home *** CD-ROM | disk | FTP | other *** search
Twist Report script | 1980-01-18 | 478 b | 20 lines |
- REPORT Albums.DB
- NAME Conductors
- SELECT Groups.MusicType=="Classical"
- OUTPUT Window
- RELATE Albums.GroupName = Groups.GroupName AllowCreateInForm
- SORT Conductor UP,GroupName UP,Year UP
- PAGE LAYOUT [1,"",1,10,"",720,166,10,720,50,800,0,1,0,0,1,30,"Conductors in collection","Page #",2,2]
- BEFORE [2] Conductor,2
- FIELD Conductor,0,0,30
-
- BEFORE GroupName,2
- FIELD GroupName,5,0,30
-
- RECORD,3
- FIELD AlbumTitle,11,0,30
- TEXT "Year:",44,0,5
- FIELD Year,50,0,4
- FIELD Orchestra,11,1,30
-
-