home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / applications / bbaseii / bbase_printme.doc < prev    next >
Text File  |  1992-01-01  |  26KB  |  727 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                                bBaseII 
  26.  
  27.                              Version 5 
  28.  
  29.  
  30.                                      by 
  31.  
  32.  
  33.                         Robert Bromley 
  34.  
  35.  
  36.  
  37.  
  38.  
  39.                                 November 5, 1991
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                TABLE OF CONTENTS
  70.  
  71.  
  72.       1   INTRODUCTION     .............................................  1
  73.           1.1   What is bBaseII?     ..................................   1
  74.           1.2   Feature Summary      ..................................   1
  75.           1.3   Hardware Requirements     .............................   1
  76.           1.4   Software Requirements     .............................   1
  77.           1.5   Restrictions     ......................................   2
  78.           1.6   Copyright     .........................................   2
  79.           1.7   Starting bBaseII     ..................................   2
  80.  
  81.       2   THE REQUESTERS     ..........................................   2
  82.           2.1   The ARP File Requester     ............................   2
  83.           2.2   The String Requester     ..............................   2
  84.   
  85.       3   THE CURSOR KEYS     .........................................   3
  86.           3.1   If the String Requester is NOT Open     ...............   3
  87.           3.2   If the String Requester IS Open     ...................   3
  88.  
  89.       4   THE SCREEN GADGETS     ......................................   3
  90.  
  91.       5   THE PROGRESS BAR     ........................................   3
  92.  
  93.       6   THE MENUS     ...............................................   4
  94.           6.1   Project Menu     ......................................   4
  95.              6.1.1   Create a New Database      (F1)     ..............   4
  96.              6.1.2   Open an Existing Database  (F2)     ..............   4
  97.              6.1.3   Display Entire Database     ......................   5
  98.              6.1.4   Display Matching Records    ......................   5
  99.              6.1.5   Save the Current Database  (F3)     ..............   5
  100.              6.1.6   Save As     ......................................   5
  101.              6.1.7   About     ........................................   5
  102.              6.1.8   Quit  <Esc>     ..................................   5
  103.           6.2   Sort Menu     .........................................   6
  104.              6.2.1   Incremental Sort  (F4)     .......................   6
  105.              6.2.2   Decremental Sort  (F5)     .......................   6
  106.           6.3   Search Menu     .......................................   6
  107.              6.3.1   Select Search Criteria  (F6)     .................   6
  108.           6.4   Change Menu     .......................................   6
  109.              6.4.1   Field Titles     .................................   6
  110.           6.5   Print Menu     ........................................   6
  111.              6.5.1   Displayed Record  (F8)     .......................   6
  112.              6.5.2   All Records  (F9)     ............................   6
  113.              6.5.3   Matching Records      ............................   6
  114.           6.6   Add Menu      .........................................   7
  115.              6.6.1   A Record  (F10)     ..............................   7
  116.           6.7   Delete Menu     .......................................   7
  117.              6.7.1   Displayed Record  <Del>     ......................   7
  118.  
  119.       7   OTHER FEATURES     ..........................................   7
  120.           7.1   The "Disable Save" Option     .........................   7
  121.           7.2   The Companion Program - bBaseII50K     ................   7
  122.           7.3   The Low Memory Warning     ............................   8
  123.  
  124.       8   EXAMPLE DATABASE     ........................................   8
  125.  
  126.       9   CREDITS     .................................................   8
  127.  
  128.      10   REVISION HISTORY     ........................................   8
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.      1   INTRODUCTION 
  136.      
  137.      1.1   What is bBaseII?
  138.  
  139.      bBaseII is a full-featured, intuitionized, reasonably fast and, I
  140.      think you will agree, quite an easy-to-use database program.  What it
  141.      does is store, sort, sift, and search for information, (but it won't
  142.      dial your telephone).
  143.  
  144.      Once a database has been loaded from disk, all modifications are done
  145.      in RAM:, and will NOT be permanently saved until the database is Saved
  146.      to disk.  This can be done using the Menu, the Function Keys,
  147.      or upon Quiting.
  148.  
  149.      All functions of bBase may be accessed from Menus.  Most also have
  150.      keyboard equivalents for the hard-core CLIers. It multi-tasks
  151.      extremely well, as it does not burn up CPU time while not actually
  152.      performing operations.
  153.  
  154.      bBaseII was written in HiSoft BASIC Version 1.05, and compiled using
  155.      the HiSoft BASIC Professional compiler.
  156.  
  157.      
  158.      1.2   Feature Summary
  159.  
  160.      Some of the features of bBaseII are:
  161.  
  162.      - Fully intuitionized.
  163.      - Very straightforward and easy to use.
  164.      - Uses a fast (for a BASIC program) shell-sort algorithm.
  165.      - Incremental or decremental sort, on any field.
  166.      - Search in any (or all) field(s).
  167.      - Optionally display entire database, or a filtered list, a screenful
  168.        at a time.
  169.      - Print out a record, a filtered list, or the whole database.
  170.      - Optionally disable the "Save to Disk" option to prevent accidental
  171.        alteration of the database.
  172.      - Well-behaved in a multi-tasking environment.
  173.  
  174.      
  175.      1.3   Hardware Requirements
  176.  
  177.      Database programs tend to gobble up large amounts of memory.  bBaseII
  178.      is no exception.  Since bBaseII opens on it's own screen, and reserves
  179.      memory to hold a database in RAM:, it requires about 375K of memory to
  180.      run properly with a FULL 600 record database.  This could be reduced
  181.      if the maximum number of records was reduced, but it was necessary to
  182.      hard-code in something, so that's what I picked.
  183.  
  184.      I would not recommend running bBase on a basic 512 Kb machine.
  185.  
  186.      
  187.      1.4   Software Requirements
  188.  
  189.      The "arp.library" will have to be in your libs: directory, because
  190.      bBase uses the ARP file requester - but everyone should have that
  191.      there by now, right?
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                                                                           1 
  198.  
  199.  
  200.      
  201.      1.5   Restrictions
  202.  
  203.      - 9 fields per record.
  204.      - bBaseII: 600 records, or a database of approximately 100K,
  205.        whichever comes first.
  206.      - bBaseII50K: (Refer to Section 7.2 - "The Companion Program"): 600
  207.        records, or a database of approximately 50K, whichever comes first.
  208.           
  209.           NOTE 
  210.           Be careful when the database size exceeds 100K (or 50K for
  211.           bBaseII50K) - it will exit ungraciously if it runs out of memory.
  212.           This is the main reason I limited the maximum number of records.
  213.           Refer to Section 7.3 - "The Low Memory Warning".
  214.  
  215.      
  216.      1.6   Copyright
  217.  
  218.      bBaseII is Copyright (1991) by Robert Bromley.
  219.      All rights are retained by the author.
  220.  
  221.      Use of this program is at your own risk and discretion.
  222.  
  223.      This program is freeware, and may be distributed free of charge.
  224.      Nominal charges for copy media only, are permitted.
  225.  
  226.      
  227.      1.7   Starting bBaseII
  228.  
  229.      From the Workbench; just click on the icon.
  230.  
  231.      From the CLI; usage is:      Run bBaseII [-s] [-fFilename] 
  232.  
  233.      Including the -s switch will start bBase with Saves Disabled.
  234.  
  235.      Including the -f switch will automatically load the requested database
  236.      file.  Naturally, you need to specify the full path, but leave off the
  237.      ".bbase" extension.   IE. :
  238.  
  239.                       Run bBaseII -s -fDF0:Files/Recipes 
  240.  
  241.           
  242.           NOTE 
  243.           When using the -f switch, no spaces are allowed in
  244.           the filename path.
  245.  
  246.  
  247.  
  248.      2   THE REQUESTERS 
  249.      
  250.      2.1   The ARP File Requester
  251.  
  252.      The requester used when asking for a file to Load or Save is the
  253.      standard ARP file requester.
  254.  
  255.      
  256.      2.2   The String Requester
  257.  
  258.      This requester is used for general input.  It has full editing
  259.      capabilities.  It may be blanked at any time by pressing <Alt-X>.
  260.      Any time this requester is open, pressing <Esc> will close it.
  261.  
  262.  
  263.                                                                           2 
  264.  
  265.  
  266.  
  267.      3   THE CURSOR KEYS 
  268.      
  269.      3.1   If the String Requester is NOT Open:
  270.  
  271.      Pressing the Cursor Up key will take you directly to the First Record.
  272.      The Cursor Down key displays the Last filled Record.
  273.      The Cursor Left key shows the Previous numerical Record, and
  274.      the Cursor Right key will show the Next numerical Record.  
  275.  
  276.      You can also move through the records using the mouse (Refer to
  277.      Section 4 - "THE SCREEN GADGETS").  The VERY last record is always
  278.      blank, which is where additional records may be entered.  This blank
  279.      record is accessed through the "Add" Menu item, or by pressing F10.
  280.  
  281.      
  282.      3.2   If the String Requester IS Open:
  283.  
  284.      Whenever you are in Edit Mode (ie. the string requester is open, so
  285.      that you may Enter or Change data), Cursor Left/Right moves the cursor
  286.      within the gadget, while Cursor Up/Down moves through the fields.
  287.  
  288.  
  289.  
  290.      4   THE SCREEN GADGETS 
  291.  
  292.      The Information Box at the bottom of the screen contains a      /\
  293.      gadget that looks something like that shown at the right.       ||
  294.      This gadget represents the Cursor Keys, and you can move     <== G ==>
  295.      about the database using these gadgets and the mouse            ||
  296.      instead of the Cursor Keys, if you so desire.                   \/ 
  297.  
  298.      Clicking on the Up Arrow will take you directly to the First Record.
  299.      Clicking on the Down Arrow will take you to the Last filled Record.
  300.      The Left Arrow will show the Previous numerical Record to the one
  301.      currently displayed, and the Right Arrow will show the Next Record.
  302.      If the Last Record is currently displayed, this will take you to the
  303.      blank record, where a new record may be entered, although this is more
  304.      easily accomplished by using the "Add" Menu item, or by pressing F10.
  305.  
  306.      Clicking on the "G" in the center of the arrows will bring up the
  307.      string requester, asking for the number of a record to "Goto".
  308.      After entering a legal number, the requested record will be displayed.
  309.  
  310.  
  311.  
  312.      5   The PROGRESS BAR 
  313.  
  314.      When time consuming actions are being performed, ie. Loading,
  315.      Searching, Saving, Sorting, etc., a "progress" bar will appear to
  316.      assure you that "something is happening", and visually display
  317.      to you just how the job is progressing.
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.                                                                           3 
  330.  
  331.  
  332.  
  333.      6   THE MENUS 
  334.  
  335.      bBase operation is best described by the operation of the Menus.
  336.      The keyboard equivalents, where applicable, are shown along with the
  337.      Menu Titles.
  338.  
  339.      
  340.      6.1   Project Menu
  341.      
  342.      6.1.1   Create a New Database  (F1) 
  343.  
  344.      This will bring up the ARP file requester, asking for a name for your
  345.      new database.  Any filename of 20 characters or less will do.
  346.      The requester will then ask how many fields the new database will
  347.      require.  bBase will accept up to 9 fields in each database.
  348.  
  349.      You are then asked for the TITLES of each field of the database.
  350.      Each field title may be a maximum of 19 characters long.  A "(1)" will
  351.      appear, along with the string requester.  Enter the title of your
  352.      first field, ie. Last Name, First Name, Company, Address, or anything
  353.      else.  When it is correct, hit <Return>, and a "(2)" will appear on
  354.      the next line with the requester.  Enter the title of the second
  355.      field.  Enter all the field titles in this manner.
  356.  
  357.      The screen will now show all the field titles, an Instruction Box, the
  358.      File Name as first entered, a blank data area, and the Record Number,
  359.      which at this point will be "1".
  360.  
  361.      The data requester will now appear in the first field of the first
  362.      record, ready for you to enter data.  Enter the data.
  363.           
  364.           NOTE 
  365.           Double quotes may not be used in any data field, as that will
  366.           mess up the alignment of all the following fields.
  367.           Single quotes are OK.
  368.  
  369.      A data entry may be a maximum of 46 characters long.  When it is
  370.      correct, hit <Return> again, and the requester will move to the second
  371.      field.  When all fields are complete, the Record Number will indicate
  372.      "2", and the data area will go blank, (because there is not yet a
  373.      Record Number 2).  Hitting <Return> again will start the process of
  374.      entering data into the second record.  Complete all records in this
  375.      manner.  In this version there is a limitation of 600 records.
  376.  
  377.      If you had been working on an existing database, and it had been
  378.      altered, you would have been asked if you wanted to Save it before
  379.      creating a new one.
  380.      
  381.      6.1.2   Open an Existing Database  (F2) 
  382.  
  383.      If you have previously created a database, and the
  384.      "Database_name.bbase" file is stored on a disk, then use this item to
  385.      access that database.  If you are working on an existing database, and
  386.      it has been altered, you will be asked if you want to Save it before
  387.      loading another.  Enter the path to the database file in the requester,
  388.      and that database will be retrieved and shown on screen.  Only files
  389.      having the extension ".bbase" will be accepted.  Use the Cursor keys
  390.      or mouse to move about the database.  Refer to Section 3 - "THE CURSOR
  391.      KEYS", and Section 4 - "THE SCREEN GADGETS".
  392.  
  393.  
  394.  
  395.                                                                           4 
  396.  
  397.  
  398.  
  399.      While a record is displayed, the Information Box will instruct you to
  400.      press "<Return> to Change Data".  Do so, and the requester will appear
  401.      in the first field, with that field's data. <Return> or Cursor Up/Down
  402.      to the field you want to change, and make the changes.  At this point,
  403.      you may either <Return> through all fields, or press F10 to exit the
  404.      Editing Mode.  The altered record will be displayed.
  405.           
  406.           NOTE 
  407.           ANY time you are in Edit Mode, whether Entering, Changing or
  408.           Searching for data, pressing F10 will exit the Edit Mode, and use
  409.           the data shown when you exited.
  410.      
  411.      6.1.3   Display Entire Database 
  412.  
  413.      If you want to quickly glance at more than one record at a time,
  414.      this will open a full-sized screen, and display the first 70 or so
  415.      characters of ALL records, one record to a line.
  416.  
  417.      The display will pause after each 23 records - click on "Next Page" or
  418.      press any key to see the next screenful, or click on "Prev Page" to
  419.      see the preceding page.  Click on "Cancel", or Press <Esc> to leave
  420.      this function.  If you see a record you want to examine in detail,
  421.      just click on it.  You will then exit the Display window, and return
  422.      to the Main Screen, with the requested record displayed.
  423.      
  424.      6.1.4   Display Matching Records 
  425.  
  426.      This works the same as the previous item, except that ONLY those
  427.      records that match the most recent Search pattern are displayed.  
  428.      (Refer to Section 6.3 - "Search Menu").
  429.      
  430.      6.1.5   Save the Current Database  (F3) 
  431.  
  432.      If the database has been altered since last saved, it will be Saved
  433.      to disk under the current filename, after confirmation.  The file
  434.      will have the extension ".bbase" automatically appended.
  435.  
  436.      If it has NOT been altered, you will be so informed, and given
  437.      the oportunity to abort the Save.
  438.      
  439.      6.1.6   Save As 
  440.  
  441.      You will be prompted for a name to Save the database.
  442.           
  443.           NOTE 
  444.           Do NOT include the ".bbase" extension at this time.
  445.           It will be appended automatically.
  446.      
  447.      6.1.7   About 
  448.  
  449.      The usual stuff.
  450.      
  451.      6.1.8   Quit  <Esc> 
  452.  
  453.      If the database has been altered, you will be asked if you want to
  454.      Save it before Quiting.
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.                                                                           5 
  462.  
  463.  
  464.      
  465.      6.2   Sort Menu
  466.  
  467.      You may sort the records in the database based on the data in any
  468.      field.  The Sort routine is very efficient for a BASIC program.
  469.      
  470.      It will sort 200 records in less than 10 seconds on a standard A2000.
  471.      As the database size increases, naturally it tends to slow down.
  472.      
  473.      6.2.1   Incremental Sort  (F4) 
  474.  
  475.      The requester will ask which field you want to sort on.  The records
  476.      will be incrementally sorted on that field, and Record Number 1 of
  477.      the new list will be shown.
  478.      
  479.      6.2.2   Decremental Sort  (F5) 
  480.  
  481.      Same as above, but records are sorted and displayed from z-A, or 9-0.
  482.  
  483.      
  484.      6.3   Search Menu
  485.      
  486.      6.3.1   Select Search Criteria  (F6) 
  487.  
  488.      The requester will appear in the first field of a blank record.  
  489.      <Return> or Cursor Up/Down down to the field that contains the data
  490.      you want to search for.  Enter the search string in that field.
  491.      A search string may be entered in more than one field.  When all the
  492.      criteria has been entered, <Return> through all the fields, or press
  493.      F10.  All records that match ALL the search criteria will be
  494.      displayed, one by one.  When a record is found, you may Print it, 
  495.      Cancel the search, Continue searching, or Review all the records that
  496.      match that Search pattern.  (Refer to Section 6.1.4 - "Display 
  497.      Matching Records").  Search is NOT case dependent.
  498.  
  499.      
  500.      6.4   Change Menu
  501.      
  502.      6.4.1   Field Titles 
  503.  
  504.      Use this item to change the Template, ie. the Titles of your fields.
  505.      The NUMBER of fields may not be changed.  The data itself is
  506.      unaffected by this procedure.
  507.  
  508.      
  509.      6.5   Print Menu
  510.      
  511.      6.5.1   Displayed Record  (F8) 
  512.  
  513.      This item will send the displayed record to the PRT: device.
  514.      
  515.      6.5.2   All Records  (F9) 
  516.  
  517.      This item will send the entire database to the PRT: device.
  518.      
  519.      6.5.3   Matching Records 
  520.  
  521.      Sends all records that match the most recent Search pattern to the
  522.      PRT: device.
  523.  
  524.  
  525.  
  526.  
  527.                                                                           6 
  528.  
  529.  
  530.      
  531.      6.6   Add Menu
  532.      
  533.      6.6.1   A Record  (F10) 
  534.  
  535.      Positions you at the last (empty) record, with the input requester
  536.      open, ready for you to enter data into the first field.  Use the
  537.      <Esc> key to back out if you arrived here by mistake.
  538.  
  539.      
  540.      6.7   Delete Menu
  541.      
  542.      6.7.1   Displayed Record  <Del> 
  543.  
  544.      After confirmation, the record currently displayed is Deleted.
  545.  
  546.  
  547.  
  548.      7   OTHER FEATURES 
  549.      
  550.      7.1   The "Disable Save" Option
  551.  
  552.      As a simple security device, mainly as a guard against someone
  553.      accidentally altering or erasing data, I have added an option which
  554.      will disable the ability to save database changes to disk.  
  555.  
  556.      To disable Saves, simply press "Alt - S" simultaneously.  The titlebar
  557.      will briefly inform you that Saves are disabled, and now any attempt
  558.      to Save the database to disk will be circumvented.  In this case, upon
  559.      Quiting, a requester will ask if you want to Save the database
  560.      (as usual).  If you select "Save", a second requester will inform you
  561.      that the Save option has been disabled.  To Save the database, at the
  562.      next requester, "Do you Really want to Quit?", select "Cancel",
  563.      re-enable Saves, and Quit again.
  564.  
  565.      If you are running bBase from the CLI, using the "-s" flag on the
  566.      command line will start bBase with the Saves already disabled.
  567.  
  568.      The "Alt - S" combination will toggle between Save Enabled and Save
  569.      Disabled.  The titlebar message will keep you informed of the current
  570.      status as it changes.
  571.  
  572.      
  573.      7.2   The Companion Program - bBaseII50K
  574.  
  575.      I am including in this package a companion program (bBaseII50K) for
  576.      those users who are having memory problems while running bBaseII.
  577.      bBaseII50K is identical to bBaseII except that it reserves about 100K
  578.      less memory for operation, and has a database limit of about 50K.
  579.  
  580.      If anyone should need a database of more than 600 records, and have
  581.      the memory to support it, no problem - just let me know!
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.                                                                           7 
  594.  
  595.  
  596.      
  597.      7.3   The Low Memory Warning
  598.  
  599.      When bBaseII is run, it reserves about 200K of memory, (bBaseII50K is
  600.      less) to use for database storage in RAM, arrays, etc.  No matter how
  601.      much RAM your computer has, this is all that is available to bBase!
  602.      When a database is first loaded (and only then), bBase will check
  603.      the available memory left in the program pool.  If the memory
  604.      available to bBase is less than 2K, this means that you have a
  605.      humungous database of over 100K, and only another 5-10 records may be
  606.      added before the program will crash.  In this case, you will be
  607.      advised of the situation.  Press any key to cancel the warning.
  608.      The recommended action is: 
  609.  
  610.         1.  If you are using bBaseII50K, start using bBaseII.
  611.         2.  If you are using bBaseII, delete some old records.
  612.         3.  Give me a call.  We can get you a larger version.
  613.         4.  Upgrade from bBase to dBase.
  614.           
  615.           NOTE 
  616.           If you are loading a new database after having just finished
  617.           work on another, it is possible get get a false warning here.
  618.           If you know your database size is within limits,
  619.           I think you can safely disregard this warning.
  620.  
  621.  
  622.  
  623.      8   EXAMPLE DATABASE 
  624.  
  625.      There is an example database included in this package.  Everyone uses
  626.      the Name and Address example, so I opted for something different.
  627.      The file "Recipes.bbase" is a sample database showing one way of
  628.      keeping track of recipes, without having to re-type them all.
  629.      It merely shows where they can be found when needed.  With this
  630.      database you can Sort the recipes by Name, Catagory, or anything else.
  631.      You can Search for all recipes containing a listed ingredient, recipes
  632.      you have already served to given people, or just the location of the
  633.      recipe if you have forgotten which of your 647 recipe books it is in.
  634.      I have found this to be very useful.
  635.  
  636.  
  637.  
  638.      9   CREDITS 
  639.  
  640.      My thanks to Peter Keegan, of Harvard, Massachusetts, and to Bobby
  641.      Foreman, of West Sacramento, California, for taking the time to write
  642.      in and point out some of the deficiencies of Version 1.
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.                                                                           8 
  660.  
  661.  
  662.  
  663.      10   REVISION HISTORY 
  664.  
  665.      Version 1:     First release - May 1991
  666.  
  667.      Version 2:     Internal
  668.  
  669.           - Added F10 shortcut to quit editing.
  670.           - Added <Esc> to return directly to program.
  671.           - May now cursor up/down through fields while editing.
  672.           - Added the ability to specify a database on the command line.
  673.           - Added <Esc> to Quit via keyboard.
  674.           - Added the "Add a Record" menu item.
  675.           - Bug fixes.
  676.  
  677.      Version 3:     Internal,  September 1991
  678.  
  679.           - Added the "Display Entire Database" and "Display Matching
  680.             Records" menu items.
  681.           - Add "Print Matching Records" menu item.
  682.           - Changing the maximum number of records was causing crashes.
  683.             Hard-coded maximum at 600 records, and alloted memory
  684.             accordingly.
  685.           - Added the -s and -f command line options.
  686.           - Changed colors to make the screen more readable.
  687.           - Added the Progress Bar.
  688.           - Changed the sort algorithm from Bubble to Shell.  Much faster.
  689.           - More bug fixes.
  690.  
  691.      Version 4:     Internal,  October 1991
  692.  
  693.           - Can now go directly to a record from the "Display Entire
  694.             Database" and "Display Matching Records" windows, by clicking
  695.             on it.
  696.           - Field Titles now stay neater after being changed.
  697.  
  698.      Version 5:     Released November 1991
  699.  
  700.           - The Sort algorithm is now case independent.
  701.           - Added the Low Memory Warning.
  702.           - Bad bug: If the database was sorted decrementally, on a field
  703.             which was blank in some records, and a record was deleted,
  704.             one record's data would become corrupted.  Now fixed.
  705.           - When Displaying Entire Database, or Matching Records, you can
  706.             now back up, and display the Previous Page.
  707.           - Still more bug fixes.
  708.  
  709.  
  710.  
  711.      It's taking me a long time to find all these bugs by myself, and I
  712.      know it's still not perfect.  If anyone out there is actually using
  713.      this thing, I would appreciate some constructive criticism.
  714.  
  715.      Name and address in "About".
  716.  
  717.      Email (until April 1992): CRS; Conference 5, 
  718.      or Usenet; Bob.Bromley@canrem.uucp
  719.  
  720.      Hope someone finds this useful.
  721.  
  722.      Bob
  723.  
  724.  
  725.                                                                           9 
  726.  
  727.