home *** CD-ROM | disk | FTP | other *** search
- local $choice , $list
- 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 30 12 8 ". . . N O T I C E . . . "
- screen print 11 30 6 8 " Have you completed"
- screen print 13 30 6 8 " end of day report ?"
-
-
- let $list = "Yes No"
- screen menu 15 36 15 48 3 8 4 15 3 $list $choice
- let $choice = group($list,$choice)
- case ($choice)
- when "No"
- execute "eod"
- otherwise
- jump quit
- end case
-
- label quit
- file unload all
- file load custom-view "messages.vw"
- data UPDATE ONLY-ONE
- quit quit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-