home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH7.ARC / READ.ME < prev   
Text File  |  1980-01-01  |  786b  |  25 lines

  1. PROGRAM NAME: Cmdtotal.PRG
  2.  
  3. DESCRIPTION:  Simulates the dBASE II TOTAL command.
  4.  
  5. ISSUE:  December, 1985
  6.  
  7. SOFTWARE VERSIONS: dBASE II, all versions
  8.  
  9. FUNCTION:  This program TOTALs one database file to another
  10. database file in a way that is very similar to the dBASE II TOTAL
  11. command.
  12.  
  13. FILES NEEDED: Cmdtotal.PRG
  14.  
  15. SETUP INSTRUCTIONS: You will need to replace the following names
  16. with the names that correspond to those in your particular
  17. application.
  18.  
  19.           Name          Description
  20.           Mainfile      Database file to be TOTALed.
  21.           Newfile       Database file to be TOTALed TO.
  22.           Key           The grouping key expression.
  23.           Field1        A numeric field in Mainfile.
  24.           Field2        Another numeric field in Mainfile. 
  25.