home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / interpre / workbase / update.doc < prev    next >
Text File  |  1994-01-12  |  3KB  |  81 lines

  1. IMPORTANT: This disk contains a version of WORKBASE which creates
  2. Clipper-compatible index files, with the NTX extension. A version is
  3. also available which creates dBase-compatible index files with the
  4. NDX extension.
  5. --------------------------
  6. If you want WORKBASE to save its MEM file in a particular subdirectory, you
  7. simply need to set a DOS environmental variable. For example, if WORKBASE
  8. resides in a directory named UTIL, the environmental command will look like
  9. this:
  10.  
  11.                                 SET WB=UTIL
  12.  
  13. This command can be entered at the DOS prompt before you run WORKBASE, or
  14. it can be included in your AUTOEXEC.BAT or other batch file. (If you use
  15. WORKBASE regularly, it's best to simply put the command in AUTOEXEC.BAT so
  16. you don't have to remember it whenever you turn on your computer.)
  17.  
  18. Remember to type the command exactly as shown here, in all upper case, with
  19. no spaces before or after the equal sign and no additional punctuation.
  20.  
  21. If you do not enter this command, WORKBASE will simply save its MEM file
  22. harmlessly in the root directory.
  23. -----------------------
  24. RECENT CHANGES (Complete history is in printed users' guide)
  25. Changes in version 3.3 (April 1992)
  26.       Added CLEAR TYPEAHEAD.
  27.       Added CLEAR GETS.
  28.       Added SET DELIMITERS.
  29.       EDIT and VIEW now accept a record number.
  30.       Colors set with SET COLOR TO or SETCOLOR() are saved as defaults.
  31.       Improved error handling system.
  32.       Eliminated LOGO command.
  33.       Eliminated DIFFERENCE() function.
  34.       Corrected use of path in filenames.
  35.       Added DELIMITED and SDF options to COPY command.
  36.       Many internal revisions improved efficiency.
  37.       Changed registration reminder screen.
  38. Changes in version 3.4 (May 1, 1992)
  39.       Added:
  40.         @ CLEAR
  41.         DOS / SHELL command
  42.         SAVE SCREEN and RESTORE SCREEN
  43.         SET FUNCTION
  44.         SET INTENSITY
  45.         NEXT # scope now recognized by AVERAGE, COPY, COUNT, DELETE, 
  46.          DISPLAY, REPLACE.
  47.       Added to PRG interpreter:
  48.         ACCEPT
  49.         WAIT
  50. Changes in version 3.5 (May 25, 1992)
  51.       Added:
  52.         SET RETRY / REPROCESS
  53.         SORT
  54.       Added to PRG interpreter:
  55.         SET CONFIRM
  56.         SET CONSOLE
  57.         SET DEVICE
  58.         PROMPT
  59.         MENU TO
  60.         SET MESSAGE
  61.         SET WRAP
  62. Changes in version 3.6 (September 1992)
  63.       Added field list option to BROWSE (up to 6 fields)
  64.       Upon startup you may now include name of a DBF file to be
  65.          automatically loaded for exclusive use:  WORKBASE MYFILE
  66.       PRG interpreter: Corrected DO WHILE
  67.       Internal revisions for better parsing
  68. Changes in version 3.61 (December 1992)
  69.       Corrected bug in CLEAR MEMORY command
  70. Changes in version 4.0 (February 1993)
  71.       Added support for Flexfile's DBV format, including most of the
  72.          V_ functions
  73.       Added ORDER command (prints order form)
  74.       Added SET RELATION command
  75.       Added SET STATUS command
  76.       AVERAGE, COUNT and SUM no longer require the TO parameter
  77.       APPEND, DELETE, and REPLACE now indicate total records affected
  78. Changes in version 4.1 (January 1994)
  79.       Cosmetic changes
  80.       All known bugs corrected
  81.