home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dblite11.zip / UPDATES.DOC < prev    next >
Text File  |  1993-05-28  |  1KB  |  31 lines

  1.  
  2.    Updates to program dbLite since Version 1.1f
  3.    ___(Last complete documentation is for 1.1f, see dbLite.doc)
  4. 1.1g  
  5.    
  6.    5/27/93
  7.    Figured it would be nice to be able to view the memo window
  8.    as you scrolled down from record to record.  Thought about
  9.    creating a macro feature to allow you to key in PgDn and
  10.    Alt-W from record to record but this proved unsatisfactory
  11.    so I just coded in another key (what's another key combo
  12.    between friends?).  Called it Alt-V (View Window I guess).
  13.    Anyway, if you want to see the memo window open all the time
  14.    just hit Alt-V while in Edit mode.  This will open the window
  15.    and keep it open until you hit Alt-V again from the Edit mode
  16.    in which case it will now be closed again, just like before.
  17.    Updated the Help Window to show Alt-V.
  18.  
  19.    Found some lines of code I could combine and cut the size down
  20.    a little.  Even with the added feature the compiled size of
  21.    dbLite dropped below 119K.
  22.  
  23.    5/28
  24.    Added a few lines of code to allow evaulating math expressions
  25.    to accept x or X for multiplication instead of just *.  Many
  26.    people are probably unaware of the requirement for the * to
  27.    multiply.
  28.  
  29. MJS
  30.  
  31.