home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 004 / sbrain.zip / CATALOG.DOC < prev    next >
Text File  |  1994-03-06  |  4KB  |  82 lines

  1. Catalog.exe can reside on any drive and in any directory.
  2.  
  3. I hope that you enjoy the convience that Catalog.exe gives you and if you
  4. feel generous please send this poor old boy a $1.00 so that I can get a
  5. version of Shop Master registered.
  6.  
  7. Catalog.exe is guaranteed to do absolutely nothing and probably ruin your
  8. whole day... If by some freak accident it does something useful then consider
  9. yourself lucky to have it doing something.
  10. ------------------------------------------
  11. Jim Richard
  12. Rt #3 Box 3651
  13. Gardiner, ME 04345
  14.  
  15. Voice: (207)-724-2094
  16. BBS:   (207)-724-2016
  17. ------------------------------------------
  18. Future enhancements to come (when I get time)
  19.  
  20. 1) Range deletion of records. (e.g. records 3 to 15, 9 to end etc.)
  21.         Will default to single record.
  22. 2) Range sort. (e.g. records 12 to 35, 20 to end etc.)
  23.         Will default to all.
  24. 03-01-94 Fixed problem with cents... used to always have .00 for cents now 
  25.          will accept cents.  If none is entered will default to .00
  26. 10-17-93 Sort is no longer CASE sensitive a "C" is a "c".
  27.          Implimented a global search and delete upon exiting the program.
  28.          Triggers on ITEM and is NOT CASE sensitive. (Modem vs modem; second 
  29.          one would be deleted).
  30.          Removed the Proper, Ucase, Lcase, normal toggle only from the Add 
  31.          area, however, in the add area it will always Caps the first letter
  32.          of the string...Left it in the Modify... will default to normal 
  33.          with every change. If you don't want the Toggle don't press "T".
  34.          Fixed Delete bug (was deleting next item...now deletes selected)
  35. 10-16-93 Fixed bug in DIM array... after adding blank line after each record,
  36.          in catalog.dat file (work file) then while reading it back into
  37.          memory the Dim size was to small.., if a record had all areas filled 
  38.          in then the Dimension was 1 shy.
  39.          Also, redid the search path procedure.
  40.          1) Checks command line.
  41.          2) Checks environment variable.
  42.          3) Prompts user for acceptance.
  43. 10-15-93 Added Proper, Ucase, Lcase, Normal toggle Edit and Add area. 
  44.          Added a blank line between items in the Catalog.dat file for easier 
  45.          viewing with a text editor.
  46.          Checks command line for a filename - lets you use a filename other 
  47.          than catalog.dat 
  48.          Will then check current directory for the file (command line or 
  49.          catalog.dat)
  50.          Will then check the environment path to find the file.
  51.          If it doesn't find the file (either the command line file or 
  52.          catalog.dat it will then create the file with these priorities
  53.          1) If the environment has been SET it will create it in the Path
  54.          2) If the environment has NOT been SET it will create it in the
  55.          current directory.
  56.          Set Keyboard input to one keystroke except where more than one key
  57.          is needed... 
  58. 10-08-93 Compiled a version Catalog2.exe which is functionally the same as
  59.          Catalog.exe with some menu selection changes and cosmetic changes.
  60.          Catalog2.exe combines the Modify and Delete feature onto one choice
  61.          and is selected with Edit. Once you select an Item to edit you are
  62.          prompted with Modify or Delete the Item.
  63. 10-07-93 Increased field length of ITEM and INFOFILE variable to 50 characters
  64. 10-03-93 Now reads SET environment variable instead of Autoexec.bat allowing 
  65.          you to run CATALOG.EXE from any directory. If SET variable has not 
  66.          been set then catalog.exe looks for catalog.dat in the current 
  67.          directory.
  68. 09-27-93 Rewrote file structures.. now writes to a random work file instead
  69.          of individual sequential workfiles.. Gain speed on sort and delete 
  70.          routines..
  71. 09-25-93 Added global reside feature for the catalog.dat file. Reads the 
  72.          Autoexec.bat for brainex directory allowing catalog.exe to be in a 
  73.          different directory than catalog.dat
  74. 09-25-93 Added caps feature to the ITEM= description area for both add and 
  75.          modify.
  76.          Added a strip feature to strip "$" and extra periods "." from both
  77.          PRICE= and SHIPPING= areas. Added it to both the add and modify 
  78.          areas.
  79. 09-22-93 Added a simple text editor for the INFOFILE editor and modify area.
  80. 09-21-93 Redo of screen to look more like Brainex screens
  81. 09-18-93 First release.
  82.