home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / V_ALIVE.ZIP / INVOICE.PF3 < prev    next >
Encoding:
Text File  |  1990-02-28  |  438 b   |  24 lines

  1. czbreak off
  2. file unload all
  3. file load custom-view "invoice.vw"
  4. file activate custom-view "movies.vw"
  5. file activate custom-view "cust.vw"
  6. file activate custom-view "price.vw"
  7. file activate custom-view "invt.vw"
  8. data enter blank
  9. data update only-one
  10. REPAINT OFF
  11. file load custom-view "copy.vw"
  12. DATA GOTO RECORD LAST
  13. print current-record view all
  14. data transact execute "invoice.dft"
  15. file unload all
  16. REPAINT ON
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.