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 " Inventory Report."
- screen print 13 30 6 8 " By movie #"
- screen print 15 30 15 8 " Please stand by ...."
- REPAINT OFF
- file load custom-view "invt.vw"
- order sort execute "movie#.dfs" index "movie#.idx"
- print report execute "movie#.dfr" printer detail start 1 end 0 copies 1
- file unload all
- REPAINT ON
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-