home *** CD-ROM | disk | FTP | other *** search
- czbreak off
- file unload all
- screen clear 14 8 no-border
- screen draw box 7 25 17 56 14 8
- screen draw box 3 25 6 56 14 8
- screen print 4 29 13 8 " V I D E O A L I V E"
- screen print 5 27 3 8 " Custom Video Shop Software."
- screen print 9 31 12 8 "P R I N T I N G . . . "
- screen print 11 30 6 8 " Customer Report."
- screen print 13 30 6 8 " By customer #."
- screen print 15 30 15 8 " Please stand by ...."
- repaint off
- file load custom-view "cust.vw"
- order sort execute "custact.dfs" index "custact.idx"
- print report execute "custacti.dfr" printer detail start 1 end 0 copies 1
- file unload all
- repaint on
-