home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / popdbf40.zip / POPDBF.HST < prev    next >
Text File  |  1991-08-09  |  32KB  |  814 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                            History of PopDBF Development
  11.  
  12.        Future Features MAY include:
  13.        --------------------------------------------------------
  14.             o    Mouse support
  15.  
  16.             o    Record level locking for network usage
  17.  
  18.             o    Modify structure
  19.  
  20.             o    Save database field selection
  21.  
  22.             o    Memo read/edit
  23.  
  24.             o    Index support
  25.  
  26.             o    Import/Export functions
  27.  
  28.             o    Count and Sum functions
  29.  
  30.             o    Support for .FRM files with @ SAY commands
  31.  
  32.        Version 4.0 - Released (August 15, 1991)
  33.        ----------------------------------------------------------
  34.             o    Added swapping to disk  or EMS to leave only 4K!   Program
  35.                  will  default to the best  swap possible, but  this can be
  36.                  overridden  by a command  line parameter.   If swapping to
  37.                  disk,  you can specify the  complete file name  to be used
  38.                  for the swap.   This allows you to swap  to RAM drives and
  39.                  Network drives for a speedier response.  You can also load
  40.                  PopDBF high is you have enough memory.
  41.  
  42.             o    Added  the ability to pop  up over graphics.   Though this
  43.                  feature works, graphics video is not saved and part of the
  44.                  graphics screen may be corrupted.  This will be fixed, but
  45.                  I left it  in this  version because  it is  only a  visual
  46.                  problem.
  47.  
  48.             o    Read-Write mode now opens databases in EXCLUSIVE mode  for
  49.                  access on networks.  Read-Only mode will open databases so
  50.                  that multiple access is possible.  Record level locking is
  51.                  not implemented in this version.
  52.  
  53.             o    Structure  mode  is  now  called  Setup  mode,  but   does
  54.                  essentially the same thing.
  55.  
  56.             o    Added  the ability  to cut  and paste  data from  the edit
  57.                  screen to the underlying application.  Cutting  is done in
  58.  
  59.        Copyright (c) 1989-91 Bowen Software                          Page 1
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                            History of PopDBF Development
  69.  
  70.                  Edit mode  and  pasting is  done  via a  separate  hotkey.
  71.                  Letter  'P' in the upper  right border of  the Edit window
  72.                  indicates  paste buffer has data.  You can also paste data
  73.                  to  the current  record, a  different record  in the  same
  74.                  database or a record in another database.
  75.  
  76.             o    Added  the  ability to  print  data  from the  Edit/Append
  77.                  screen.  This feature can be used to print labels  or just
  78.                  act as a faster, better print screen.
  79.  
  80.             o    Added  the ability to print to a  file.  This is true when
  81.                  printing from Setup, Browse, or Edit/Append.
  82.  
  83.             o    Files and Directories  in the Pick  window are now  sorted
  84.                  alphabetically.
  85.  
  86.             o    Added a field  separator in the  Browse window.   Pressing
  87.                  Shift-| will toggle.  This defaults to no separator.
  88.  
  89.             o    Fields  lengths  can be  sized  temporarily  now while  in
  90.                  Browse using Ctrl-Left and Ctrl-Right.
  91.  
  92.             o    Pressing ESCAPE  while in a  frequently accessed  database
  93.                  will now save the current mode and position.
  94.  
  95.             o    Border of Edit window now shows number of field pages.
  96.  
  97.             o    Pressing  Alt-PgDn and Alt-PgUp  in Edit mode  will do the
  98.                  same  thing as  PgDn and PgUp,  but multiple  page records
  99.                  will stay on the same page of fields.
  100.  
  101.             o    Pressing Ctrl-V while in Edit mode will toggle verify mode
  102.                  on and  off.  If verify  mode is on, entering  data in the
  103.                  last position of a field will NOT cause the cursor to move
  104.                  to  the next field.  Verify mode  is indicated by a 'V' in
  105.                  the border of the Edit window.
  106.  
  107.             o    The Hotkey  can be disabled/enabled by  using command line
  108.                  parameter /I.
  109.  
  110.             o    Configuration  program  PopCFG  allows you  to  change the
  111.                  paste  hotkey, which defaults to Ctrl-Alt-P.   It can also
  112.                  be used to change the speed and frequency of pasting.
  113.  
  114.  
  115.  
  116.  
  117.        Copyright (c) 1989-91 Bowen Software                          Page 2
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                            History of PopDBF Development
  127.  
  128.             o    Added  support  for  European  date  and  number  formats.
  129.                  Configuration program PopCFG allows you to select  format,
  130.                  date separator and type of decimal point.
  131.  
  132.             o    PopAID  now creates  the  .DBT file  if  a memo  field  is
  133.                  included in the database structure.
  134.  
  135.             o    When finding a record the ESCAPE key will now abort  as it
  136.                  should.    All other  keys  are  ignored and  the  message
  137.                  reflects this.
  138.  
  139.             o    Pressing left arrow when  being prompted for data will  no
  140.                  longer cause  the cursor to  move left if  you are  in the
  141.                  first position.
  142.  
  143.             o    Added  Alt-F5  to display  the  underlying  screen.   This
  144.                  avoids having to swap out and back in just to see what was
  145.                  on the screen.
  146.  
  147.             o    Files and Directories  in the Pick  window are now  sorted
  148.                  alphabetically.
  149.  
  150.             o    Page numbers are now  displayed in the border of  the Edit
  151.                  window.
  152.  
  153.             o    A  'P' in  the border  of the  Edit window  indicates that
  154.                  there is a data  in the paste buffer.  Shift-F4 will erase
  155.                  the paste buffer.
  156.  
  157.             o    Added the ability to turn on Verify mode in Edit.  This is
  158.                  done by pressing Ctrl-V.   A 'V' will appear  in the upper
  159.                  right corner of the  Edit window border.  In  verify mode,
  160.                  you must  press ENTER to exit  a field.  Entering  data in
  161.                  the last position  in a field  will not  move to the  next
  162.                  field automatically as it does when verify mode is off.
  163.  
  164.             o    Added  a command line option to specify a database to open
  165.                  when PopDBF is first  activated (/y).  This is  similar to
  166.                  passthru mode, but for TSR execution.
  167.  
  168.             o    Record counting  is now visible when you  do a Pack.  This
  169.                  at least lets you know that something is happening.
  170.  
  171.             o    Fixed a problem for LANs which occurred when changing to a
  172.                  directory with no subdirectories and no files matching the
  173.                  current  file specification.   Though no  parent directory
  174.  
  175.        Copyright (c) 1989-91 Bowen Software                          Page 3
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                            History of PopDBF Development
  185.  
  186.                  entry will be displayed, pressing BackSpace will take  you
  187.                  to the parent directory.
  188.  
  189.             o    Fixed a problem  which caused  changes to a  record to  be
  190.                  lost if doing  a find  found the same  record (in  essence
  191.                  causing no movement).
  192.  
  193.             o    Fixed a problem  with frequent databases  which would  not
  194.                  remember going into Append or Edit mode after being in the
  195.                  opposite mode.
  196.  
  197.             o    Added  an arrow  symbol to  directory entries in  the Pick
  198.                  File  window to indicate pressing ENTER will move to a new
  199.                  directory.
  200.  
  201.             o    In read/write  mode,  when  opening  a  database  that  is
  202.                  readonly or can't be opened due to a network violation, an
  203.                  attempt  will be made to switch to read-only mode and open
  204.                  the  file.  Closing that  database will cause  the mode to
  205.                  revert to read/write.     I hope  this makes life   easier
  206.                  for everyone.
  207.  
  208.             o    Changed the help display  so that headings are now  in the
  209.                  same color as the  help title.  This makes  the sub-topics
  210.                  stand out and makes reading easier.
  211.  
  212.             o    Pressing  ENTER in  Setup View  (formerly  View Structure)
  213.                  will  now  return you  to  either  Browse or  Append/Edit,
  214.                  depending  on which you were last in.  Hopefully this will
  215.                  make changing the setup easier.
  216.  
  217.             o    Added the /l  option to  specify the  directory where  the
  218.                  master  POPDBF.FRQ file  is  to be  located.   This allows
  219.                  network  users to  load PopDBF  from  one location  on the
  220.                  network, but still have a personalized POPDBF.FRQ   files.
  221.  
  222.             o    Pressing Backspace in the Pick window will now try to move
  223.                  to the parent directory  even if one doesn't exist.   This
  224.                  is especially helpful on LANs.
  225.  
  226.             o    All  windows  (Pick, Setup  and  Browse)  are filled  with
  227.                  entries  if at  all possible.   The  only reason  that the
  228.                  entire  window would  not be  filled is  if there  are not
  229.                  enough files, fields, or records.
  230.  
  231.  
  232.  
  233.        Copyright (c) 1989-91 Bowen Software                          Page 4
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.                            History of PopDBF Development
  243.  
  244.             o    Find now positions the window  (for Browse) or the  cursor
  245.                  (for Edit) in  the field  and on the  text if  successful.
  246.                  Hopefully, it will make this function even more helpful.
  247.  
  248.             o    Fixed a bug which  caused find to fail when  searching for
  249.                  data in large fields in Browse mode.
  250.  
  251.             o    Implemented the Wordstar "diamond" (kinda).  The following
  252.                  keys have the listed functions:
  253.  
  254.                  Ctrl-A       same as Ctrl-LeftArrow
  255.                  Ctrl-C       same as PgDn
  256.                  Ctrl-D       same as LeftArrow
  257.                  Ctrl-E       same as UpArrow
  258.                  Ctrl-F       same as Ctrl-RightArrow
  259.                  Ctrl-Q       same as ESCAPE
  260.                  Ctrl-R       same as PgUp
  261.                  Ctrl-S       same as RightArrow
  262.                  Ctrl-X       same as DownArrow
  263.  
  264.             o    In  the Pick window, Ctrl-B  will change the  file spec to
  265.                  *.DBF  and Ctrl-I  will change  it to  *.??X (to  show all
  266.                  index  files).    Ctrl-N  will  show  names  of   frequent
  267.                  databases currently available.
  268.  
  269.  
  270.             o    In  Browse and Edit, Ctrl-K  will now turn  century on and
  271.                  off instead of Ctrl-C.
  272.  
  273.             o    In Edit,  Ctrl-J will  restore  the original  field  data,
  274.                  Ctrl-N  will position the cursor  to the end  of the field
  275.                  and Ctrl-O will restore the entire original record data.
  276.  
  277.             o    Ascii characters greater than 127 are now allowed anywhere
  278.                  character data input is valid.      This will allow people
  279.                  in  Europe to  search for  data with  accented characters,
  280.                  etc.
  281.  
  282.             o    Fixed a  problem which  occurred  when pressing  BackSpace
  283.                  through a number field from the field just  after it.  The
  284.                  decimal point would disappear.
  285.  
  286.        Version 3.7 - Released October 22, 1990
  287.        ---------------------------------------
  288.             o    Fixed bug with  /T option which didn't  work and sometimes
  289.                  caused the system to hang.
  290.  
  291.        Copyright (c) 1989-91 Bowen Software                          Page 5
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.                            History of PopDBF Development
  301.  
  302.        Version 3.7 - Released October 15, 1990
  303.        ---------------------------------------
  304.             o    Added the following major functions:
  305.                  -    COPY STRUCTURE, copies all or selected fields to  new
  306.                       database
  307.                  -    DELETE FILE,  to delete any  file from the  pick file
  308.                       window
  309.                  -    PACK, physically deletes records tagged for delete
  310.                  -    ZAP, physically deletes ALL records in the database
  311.  
  312.             o    The color scheme  has been SIGNIFICANTLY  changed.   Also,
  313.                  colors can  now be configured along with the hotkey, using
  314.                  POPCFG.COM.    This  program  is  now  included  with  ALL
  315.                  REGISTERED COPIES.  If  you like the old color  scheme use
  316.                  command line option /CO.
  317.  
  318.             o    The force  monochrome colors command line  option has been
  319.                  changed from /M to /CM.
  320.  
  321.             o    The write  file access  command  line option  /W has  been
  322.                  replaced by /TW.  You can  now change any of the  "toggle"
  323.                  indicators (file access, field  borders, insert mode, case
  324.                  sensitivity) using the command line option /T<B,C,I,W>.
  325.  
  326.             o    Pressing  PgDn while appending a record will NOT move back
  327.                  and  forth between the last record in the database and the
  328.                  new record.  This was a bug.
  329.  
  330.             o    Fixed a  bug, which occurred when pressing  Alt-M while in
  331.                  an already open READ-ONLY  database.  This will now  cause
  332.                  an access error.
  333.  
  334.             o    Fixed  a  bug which  occurred  when  specifying a  default
  335.                  directory  on  the command  line  (/D)  and  did not  also
  336.                  specify the drive.
  337.  
  338.             o    Fixed a bug which ignored the action option (/A) if it was
  339.                  specified after  the passthru option (/P)  when PopDBF was
  340.                  already resident.
  341.  
  342.             o    When  trying   to  access  PopDBF  while   in  a  graphics
  343.                  application, a  chime  will sound,  indicating  that  your
  344.                  request was heard, but can't be accommodated.  Pop-up over
  345.                  graphics will be supported in the future.
  346.  
  347.  
  348.  
  349.        Copyright (c) 1989-91 Bowen Software                          Page 6
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.                            History of PopDBF Development
  359.  
  360.             o    Ctrl-U  now toggles the  record delete flag  in the Browse
  361.                  window, just like it does in the Edit window.
  362.  
  363.             o    Negative numbers are now supported.
  364.  
  365.             o    Support for FoxPro and dBase IV databases.
  366.  
  367.             o    The beep function was changed to be faster and quieter.
  368.  
  369.             o    When an  error  message is  displayed,  a chime  will  now
  370.                  sound.
  371.  
  372.             o    ENTER key on numeric keypad now works like ENTER key.
  373.  
  374.             o    Moving to  <parent> directory now positions  selection bar
  375.                  on that directory.
  376.  
  377.             o    Command  line  options   may  be  combined   (i.e.  /mwz).
  378.                  However, options with  variable length  arguments must  be
  379.                  last  (i.e. /p).  No spaces may separate options /D and /P
  380.                  and additional text.
  381.  
  382.             o    Arrow  indicators   were  added  to   windows  to  provide
  383.                  information on valid directions of cursor movement.
  384.  
  385.             o    Default action now displays as a descriptive word.
  386.  
  387.             o    Video routines have been optimized and speeded up.
  388.  
  389.             o    Hot keys for frequently used databases (Alt-1 etc.) can be
  390.                  used from  anywhere in the program  and previous positions
  391.                  and modes are  retained. Also, Alt-dash  and Alt-= can  be
  392.                  used  to access up to 12 frequent databases.  In addition,
  393.                  each directory can contain a    .FRQ  file   so  that  the
  394.                  frequently  used databases  can be  application dependent.
  395.                  If  a .FRQ  file is  not found  in the  current directory,
  396.                  PopDBF will  look in  the  directory where  POPDBF.COM  is
  397.                  located.
  398.                
  399.             o    Commercial version now includes KBSPEED, a keyboard speed-
  400.                  up  program, and  ARROW, a  TSR position  display program,
  401.                  which are NOT included in shareware registered copies.
  402.  
  403.  
  404.  
  405.  
  406.  
  407.        Copyright (c) 1989-91 Bowen Software                          Page 7
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.                            History of PopDBF Development
  417.  
  418.        Version 3.6 - Released February 8, 1990
  419.        ---------------------------------------
  420.  
  421.             o    Commercial  version  includes  a  program,  POPCFG.COM, to
  422.                  configure  the  hotkey.    This  is NOT  included  in  the
  423.                  shareware version!
  424.  
  425.             o    Path option from Pick File Window has been replaced by Dir
  426.                  option which  functions like the  change directory command
  427.                  in DOS.   This  same option is  now used to  change drives
  428.                  just as you would in DOS.
  429.  
  430.             o    You may enter  a specific file, including  drive and path,
  431.                  by pressing F3 from Pick File Window.
  432.  
  433.             o    Added command  line option to specify  default action, /A.
  434.                  The  default action is taken  for each file  when Enter is
  435.                  pressed.  It can be changed at any time by pressing F5.
  436.  
  437.             o    The frequently used database  file can optionally  specify
  438.                  the action  to be  taken when  the  appropriate hotkey  is
  439.                  pressed (Alt-1 thru 0).   If the file name,  in POPDBF.FRQ
  440.                  is preceded  by one of the  following letters, A B  E or S
  441.                  AND a space the action taken will be the  same as pressing
  442.                  Alt and that letter.
  443.  
  444.             o    Added a  warning when leaving  Edit or Append  and changes
  445.                  that you have made have not been saved.
  446.  
  447.             o    Changed  all prompts for input to use left and right arrow
  448.                  keys, home,  end, delete and  insert.  CTRL-Y  will always
  449.                  blank input field.
  450.  
  451.             o    Changed the pass-thru function so that it can be used even
  452.                  if PopDBF is already loaded in memory.
  453.  
  454.             o    Pressing PgDn while in Append will now position you to the
  455.                  last record in the  file in Edit mode.   Pressing PgDn  in
  456.                  Edit  mode  when on  the last  record  will take  you into
  457.                  Append.
  458.  
  459.             o    Pressing  ESCAPE from  Structure,  Browse, or  Append/Edit
  460.                  will always return you to the Pick File window.
  461.  
  462.             o    Fixed  problems  caused  by not  recognizing  an  extended
  463.                  keyboard.   These were  primarily  in Edit  and  prevented
  464.  
  465.        Copyright (c) 1989-91 Bowen Software                          Page 8
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.                            History of PopDBF Development
  475.  
  476.                  certain  key  combinations  from   doing  what  they  were
  477.                  supposed to do (i.e. Ctrl-Delete).
  478.  
  479.             o    Fixed a bug which occurred when Ctrl-PgUp or Ctrl-PgDn was
  480.                  pressed while appending an empty database.
  481.  
  482.             o    Fixed  a bug which allowed invalid months and days in date
  483.                  fields.
  484.  
  485.             o    Fixed a bug which zeroed numeric fields when the ENTER key
  486.                  was pressed after editing a preceding date field.
  487.  
  488.             o    Fixed  a  bug caused  by  insufficient  video storage  and
  489.                  occurred when using help while editing a record.
  490.  
  491.             o    Fixed the  /D  command line,  which  option did  not  work
  492.                  correctly when no drive was specified.
  493.  
  494.        Version 3.5 - Released November 3, 1989
  495.        ---------------------------------------
  496.  
  497.             o    Program is now just  one version, EDIT.  However,  a READ-
  498.                  ONLY version is available upon request.
  499.  
  500.             o    Made necessary changes to join ASP.  Demo version is fully
  501.                  functional with the only difference being the registration
  502.                  information screen, not included in registered copies.
  503.  
  504.             o    You no longer have to be in the directory where POPDBF.COM
  505.                  is located  when you load  PopDBF into memory  for context
  506.                  sensitive help to be available.  However, POPDBF.HLP  does
  507.                  need to be in the same directory as POPDBF.COM.
  508.  
  509.             o    The  default number of fields has been reduced from 128 to
  510.                  64 and the default edit buffer has been reduced from 2K to
  511.                  1K.   This is just to reduce the default memory footprint.
  512.                  You  can specify /F128 and  /E2048 on the  command line to
  513.                  use the old values.
  514.  
  515.             o    To make the  pop-up more  instantaneous, only  directories
  516.                  WITHOUT an  extension  are  available  in  the  Pick  file
  517.                  window.
  518.  
  519.             o    You can  now get from  any major  area to any  other major
  520.                  area by directly  pressing some ALT key  combination.  The
  521.                  major  areas  are: Append  records,  Browse records,  Edit
  522.  
  523.        Copyright (c) 1989-91 Bowen Software                          Page 9
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.                            History of PopDBF Development
  533.  
  534.                  records, File selection, view Structure.  Pressing ALT and
  535.                  the proper capital letter will take you to that area.
  536.  
  537.             o    Pressing the  ALT key will cause the status line to show a
  538.                  menu with the  areas described above  and the  appropriate
  539.                  letter highlighted as well as other options.
  540.  
  541.             o    Help  has  been  greatly  improved  both  in  content  and
  542.                  functionality.   You can  now scroll  up and  down through
  543.                  help and hotkey out of it.
  544.  
  545.             o    You can now change  the file access mode from  anywhere by
  546.                  pressing Alt-M.   File access  mode must be  read/write to
  547.                  Edit or Append.
  548.  
  549.             o    Frequently used files  feature.  A  file named  POPDBF.FRQ
  550.                  can  contain up to 10  fully qualified database file names
  551.                  for access from  the Pick file window  using Alt-1 through
  552.                  Alt-0.
  553.  
  554.             o    Current  field  and  record  are  now  shown  with   their
  555.                  corresponding maximum (i.e. 10/200).
  556.  
  557.             o    While finding text the record number in the  window border
  558.                  will reflect the current record being searched.
  559.  
  560.             o    Added ability  to search  on a  selected field  or fields.
  561.                  You  can also force the search string to be found entirely
  562.                  within one field to avoid finding part of  a string in one
  563.                  field and the rest of it in adjacent field.
  564.  
  565.             o    Changed the key that  moved the cursor to the  first blank
  566.                  character after any data  in a field in Edit  from Alt-End
  567.                  to End.   Ctrl-E will now move to the last position in the
  568.                  field.
  569.  
  570.             o    Changed the century toggle key from Ctrl-D to Ctrl-C.
  571.  
  572.             o    Added two new command  line arguments.  /D will  allow you
  573.                  to  specify an  initial directory  and /Z  will start  the
  574.                  Browse window in zoomed out (expanded) mode.
  575.  
  576.             o    Fixed  an   error  which   occurred  when   deleting  some
  577.                  characters  in a field while in Edit and then pressing the
  578.                  End key.   The error  did cause a  Divide Overflow  error,
  579.                  which forced a reboot.
  580.  
  581.        Copyright (c) 1989-91 Bowen Software                         Page 10
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.                            History of PopDBF Development
  591.  
  592.             o    Fixed an error which occurred when no files or directories
  593.                  were found in the current directory on the current  drive.
  594.                  Now zero files are displayed and you can use F3 to  change
  595.                  drives or hotkey out.
  596.  
  597.             o    Fixed an error  in the  find next which  didn't beep  when
  598.                  sitting on the last record in the file, but should have.
  599.  
  600.             o    Fixed  an error  which  occurred when  all  fields in  the
  601.                  structure  were marked  (numbered).    EDIT would  perform
  602.                  strangely when using the hotkey to exit and re-enter.
  603.  
  604.        Version 3.4 - Released August 17, 1989
  605.        --------------------------------------
  606.  
  607.             o    Added message when trying to edit record in read mode.
  608.  
  609.             o    Added Alt-END to go to first position AFTER last non-blank
  610.                  character.
  611.  
  612.             o    Fixed  a  bug  that  caused  underlying   applications  to
  613.                  terminate when exiting  PopDBF.  This really  got fixed on
  614.                  8/24/89, but only a few people fell between the cracks.
  615.  
  616.        Version 3.3 - Released July 24, 1989
  617.        ------------------------------------
  618.  
  619.             o    Added  the ability to  view an  index expression  from the
  620.                  File Selection window.
  621.  
  622.             o    Added ability  to specify a default  file specification by
  623.                  pressing function key F4 from the File Selection window.
  624.  
  625.             o    Added ability to  copy any record onto the  current record
  626.                  being appended or edited. (EDIT version only)
  627.  
  628.             o    Added  ability to  move a  word at  a time.  (EDIT version
  629.                  only)
  630.  
  631.             o    Added system date stamp. (EDIT version only)
  632.  
  633.             o    Fixed  many minor bugs in the  edit routine. (EDIT version
  634.                  only)
  635.  
  636.             o    Fixed  a bug  which occurred  when specifying  a pass-thru
  637.                  filename that contained wildcards.
  638.  
  639.        Copyright (c) 1989-91 Bowen Software                         Page 11
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.                            History of PopDBF Development
  649.  
  650.             o    Fixed file selection to handle 0 files found.
  651.  
  652.             o    Smaller default buffer sizes.
  653.  
  654.        Version 3.2 - Released June 17, 1989
  655.        ------------------------------------
  656.  
  657.             o    Fixed a bug  which occurred when editing a character field
  658.                  that  was  longer than  60 bytes.    The field  was edited
  659.                  correctly, but the cursor was positioned incorrectly.
  660.  
  661.        Version 3.2 - Released May 31, 1989
  662.        -----------------------------------
  663.  
  664.             o    There  is now  a "pass-thru"  mode so  you can  use PopDBF
  665.                  without installing it into memory.  You may also specify a
  666.                  file name with this  option and go right to  browsing that
  667.                  file.
  668.  
  669.             o    Should work with all dBASE IV files.
  670.  
  671.  
  672.        Version 3.1 - Released May 27, 1989
  673.        -----------------------------------
  674.  
  675.             o    Fixed bug when assigning a mark and no other marks exist.
  676.  
  677.             o    After  panning to the  right, executing  a ZOOM  did force
  678.                  browse display to begin with first field, but now works.
  679.  
  680.             o    You can now adjust  the size of the read  buffer in bytes,
  681.                  the  size of the edit buffer in bytes (EDIT version only),
  682.                  and  the  maximum  number of  fields.    This  is done  by
  683.                  specifying command  line  parameters when  loading  PopDBF
  684.                  into memory.
  685.  
  686.             o    All windows now have shadows to give a 3-D look.
  687.  
  688.        Version 3.0 - Released April 26, 1989 (first release to BBS)
  689.        ------------------------------------------------------------
  690.  
  691.             o    Included the EDIT capability!!.
  692.  
  693.             o    Fixed the find-next to  start at the record after  the one
  694.                  the bar is on instead of the second record from the top of
  695.                  the window.
  696.  
  697.        Copyright (c) 1989-91 Bowen Software                         Page 12
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.                            History of PopDBF Development
  707.  
  708.             o    Changed find and  find next  to be  F7 and  F8 for  easier
  709.                  operation.
  710.  
  711.             o    Failure of  either a find or find next now causes the bell
  712.                  to sound.
  713.  
  714.             o    Added to /W switch to start in EDIT mode.
  715.  
  716.  
  717.        Version 2.55 - Released April 9, 1989
  718.        -------------------------------------
  719.  
  720.             o    Dates are now formatted correctly  as MM/DD/YY.  Also, you
  721.                  can now press Alt-D when browsing to toggle the century on
  722.                  or off.  When on, the date is formatted as MM/DD/YYYY.
  723.  
  724.             o    Memos now show as the word 'memo'.
  725.  
  726.             o    Pressing F10 from FILE SELECTION will now work  correctly,
  727.                  even if an alternate path had been specified
  728.  
  729.  
  730.        Version 2.54 - Released April  6, 1989
  731.        --------------------------------------
  732.  
  733.             o    Fixed a bug  in the  find routine that  could have  caused
  734.                  system crashes.
  735.  
  736.             o    Pressing  the hotkey  while entering  find text  now exits
  737.                  back to the browse window instead of beginning the find.
  738.  
  739.             o    You can now assign sequence marks to unmarked fields.
  740.  
  741.             o    When  printing records you may elect to limit the printing
  742.                  to  only  those records  in the  print  range that  meet a
  743.                  previous find condition.
  744.  
  745.             o    Alt-F1 will pop-up  a help window  with information  about
  746.                  general keyboard movement.
  747.  
  748.             o    Pressing  PGDN in  file selection  or view  structure when
  749.                  there  are less than a window's worth of entries now moves
  750.                  the bar to the last entry in the window.
  751.  
  752.        Version 2.53 - Released April 1, 1989
  753.        -------------------------------------
  754.  
  755.        Copyright (c) 1989-91 Bowen Software                         Page 13
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.                            History of PopDBF Development
  765.  
  766.             o    If  help file  is not  found, error  message did  not show
  767.                  where it expected it to be located.
  768.  
  769.             o    After panning to the right, executing a GOTO or a FIND did
  770.                  force browse display  to begin with  first field, but  now
  771.                  works.
  772.  
  773.        Version 2.52 - Released on March 25, 1989 (1st release)
  774.        -------------------------------------------------------
  775.  
  776.             o    Context sensitive help improved both in the area of  speed
  777.                  and text.
  778.  
  779.             o    Added  ability to toggle  case sensitivity indicator while
  780.                  in the find window.
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.        Copyright (c) 1989-91 Bowen Software                         Page 14
  814.