home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / lant / lgc103a.arc / LOGGER.HIS < prev    next >
Text File  |  1991-01-12  |  2KB  |  45 lines

  1.  
  2. 11/26/90
  3.  
  4. This information pertains to "LGC" and "LGCNP", which is presently at
  5. the revision level of 1.03
  6.  
  7. < 1.01 => 1.02 >
  8.  
  9. 10/23 removed the 'choose' function and all of the menu code that went
  10.       along with it.
  11. 11/02 added 'help' to the top level of the menu. You get it by pressing
  12.       the 'F1' key. Logger now lets you know if it could not find the
  13.       configuration text file.
  14. 11/10 changed the ascii text file to a file of char. Now the file mode
  15.       variable will make it 'sharable' too. Before the text file had to
  16.       be changed to read-only on the network.
  17. 11/11 MAJOR CHANGE! Before, logger was network ready by default. And you
  18.       had to always load share by default. Now record and file locking
  19.       is NOT default. You turn it on with a command line parameter. You
  20.       would load logger by "LG /N" to put it into the network mode.
  21. 11/12 added more catches to the code for when you attempt to run in net
  22.       mode without share. Changed browse mode to stop clearing and re-
  23.       writing the very first and very last record to the screen.
  24. 11/13 changed the non-tsr version of logger to catch a double press of
  25.       the escape key when you were currently editting a record. Before
  26.       it would let you throw away your edit with nary a blink of an eye.
  27.  
  28. < 1.02 => 1.03 >
  29.  
  30. 11/21 added back in the choose function and all the menu code that goes
  31.       along with it. Major Decision! there will be two logger generics,
  32.       lg and lgc where the 'c' in lgc is for choosing from multible data
  33.       bases. Added code to catch missing data files.
  34. 11/23 corrected a bug where if you were in edit mode and printed a rec
  35.       with the memo field was not entered yet, the memo field sent junk to
  36.       the printer.
  37. 11/24 souped up the recovery from an edit abandon and then un-abandon.
  38. 11/25 in the find function, found and corrected the fields that were hard
  39.       coded and should have been soft coded. Added more 'verbiage' to the
  40.       screen messages after I let my mate review the program and she
  41.       complained the messages were too terse. ( is she right? )
  42. 12/04 added a memo field packer program. re-compiled the code with the
  43.       'new' one, version 6.0, and so the files grew by about 1500 bytes.
  44.  
  45.