home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / dbr11.zip / READ.ME < prev    next >
Text File  |  1993-07-12  |  1KB  |  47 lines

  1. 23 June 1993
  2.  
  3.                        - = ≡  dbReport 1.1  ≡ = -
  4.  
  5. This is the demo version of dbReport.
  6.  
  7. Included is the demo version of the .LIB file which you can use with any
  8. of your applications that require reports.
  9.  
  10. Also included is a demo program that demostrates many of the features of
  11. dbReport.
  12.  
  13. To create the demo executable use the DBRDEMO.RMK file.
  14.  
  15.     C>RMAKE DBRDEMO
  16.  
  17. The source code for the demo provides a good example of how to use
  18. dbReport.
  19.  
  20. dbReport can be used with Clipper 5.01a, however, since it has been
  21. compiled using Clipper 5.2 the linking process will generate a warning.
  22. The only different between a 5.01a and a 5.2 compiled object file is
  23. that 5.01a generates a symbol called CLIPPER501 while 5.2 generates the
  24. symbol CLIPPER520.  Thus linking dbReport with Clipper 5.01a compiled
  25. code will generate the following warning message.
  26.  
  27. UNDEFINED SYMBOL(S) AFTER LIBRARY SEARCH:
  28.         SYMBOL                                     FIRST REFERENCE
  29.         ------                                     ---------------
  30.         'CLIPPER520'                               DBREPORT.LIB
  31.  
  32. To get rid of this warning add the following empty procedure to your
  33. application.
  34.  
  35. PROCEDURE Clipper520 ()
  36. RETURN
  37.  
  38.  
  39. See the ORDER.FRM file for information on ordering the registered
  40. version of dbReport.
  41.  
  42.  
  43.           Raymond J. Kuyvenhoven
  44.  
  45.         Internet: rn.3333@rose.com
  46.        RoseNet: Ray Kuyvenhoven@CRS
  47.