home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / share / Dos / VARIOS / easybas / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1996-11-30  |  758 b   |  20 lines

  1.      NEW IN V11
  2.  
  3.      1. PRINT RECORD
  4.  
  5.      You can now print the record on screen in data entry without
  6.      writing a procedure.
  7.  
  8.      2. PROCESS A SINGLE RECORD WITHOUT RELATIONSHIPS
  9.  
  10.      In previous versions, to process a single record, it was
  11.      necessary to create a procedure input screen related to the form
  12.      in order to lookup the record to process.  In V11 you can select
  13.      a record in Data-Browse and press F2. Any procedure which
  14.      follows Data-Browse on a batch execute menu can access the
  15.      record with :- For (Formname) Selected in Browse ....Next
  16.  
  17.      3. The printer driver selection has been changed to six generic
  18.      drivers which cover all printers with the exception of dedicated
  19.      postscripts.
  20.