home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / readme < prev    next >
Text File  |  1995-03-02  |  678b  |  16 lines

  1. Sub Systems, Inc
  2. ReportEase Plus
  3. Version 2.0 (a4)
  4.  
  5. 1.    ReportEase Plus now supports a picture type field denoted by the 
  6. TYPE_PICT constant.   Your application is responsible for drawing a 
  7. picture type field.  The Report Executor calls your application routine which 
  8. is responsible for drawing such a field.  The StrRep structure now contains 
  9. an additional member variable called æDrawPictureÆ.  Your application 
  10. passes the instance handle of the picture drawing routine using this 
  11. variable.  (see the demo.c file for an example)
  12.  
  13. 2.    You can now include or exclude items form a selection rectangle by 
  14. holding the shift key and clicking on the desired item.
  15.  
  16.