home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / money31.zip / BUGFIX31.DOC next >
Text File  |  1987-12-24  |  2KB  |  41 lines

  1.                 Bug Fixes for Money Manager (version 3.1)
  2.  
  3.                               12/28/87
  4.  
  5. CORRECTIONS:  The following corrections have been implemented in version 3.1
  6.               of Money Manager.  Some of these problems were only apparent
  7.               in version 3.0 and not earlier versions.
  8.  
  9.    NEXT CHECK problem
  10.  
  11. 1) When "(A)dding" a check, if you elected not to hit [ENTER] and let MM
  12.    compute the next check number, but hit "C" to choose the "(C)heck" option
  13.    and then just hit [ENTER], MM waits line after line until a number is
  14.    entered.  This waiting process can go on forever.  To get out of this
  15.    situation, it was necessary to enter some valid integer.  In the new
  16.    version, however, the above procedure will make MM compute the next check
  17.    number and enter it automatically, regardless of when the [ENTER] is
  18.    struck.
  19.  
  20.    SORT problem
  21.  
  22. 2) A problem with the sorting algorithm resulted in the last record being
  23.    ignored.  You might not have noticed this problem if the last entry (or
  24.    record) in your account was already in the proper order.  The problem was
  25.    corrected for versions 3.1x and above.
  26.  
  27.    SEARCH problem
  28.  
  29. 3) The SEARCH feature of MONEY MANAGER Version 3.0 had a similar problem to
  30.    the one with the SORT feature;  the last entry was ignored.  Version 3.1x
  31.    has been corrected.
  32.  
  33.    NUMBER EDITING (trailing decimals)
  34.  
  35. 4) Due to a change in the way version 4.0 of Turbo PASCAL handles conversion
  36.    of strings to numeric values, trailing decimals were not allowed.  For inst-
  37.    ance, if you entered the value '12.' for the number '12', mathematically
  38.    they're the same but the old version of Money Manager would make the value
  39.    zero whenever there was a trailing decimal.  This problem has been corrected
  40.    so that from the (A)dd mode, (M)odify mode or in the command line calc-
  41.    ulator, trailing decimals are simply ignored.