home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / 3RDPARTY / QuickReport / README.TXT
Encoding:
Text File  |  1998-10-24  |  1.8 KB  |  53 lines

  1. ==========================================================
  2.                TeeChart Pro 4.0
  3.       Copyright 1995-1998 by David Berneda. 
  4.              All Rights Reserved.
  5. ==========================================================
  6.  
  7. ====================================
  8.   QuickReport 2 and 3 Support
  9. ====================================
  10.  
  11. TeeChart integrates with QuickReport 2.0K in Delphi 1,
  12. 2, 3, 4 and C++Builder 1 and 3, and also with 
  13. QuickReport 3 in Delphi 3, 4 and C++ Builder 3.
  14.  
  15. The precompiled default version of TeeChart support for
  16. QuickReport has been compiled with QuickReport 2.0K version.
  17.  
  18. Free QuickReport 2.0K can be obtained from QuSoft at this
  19. Internet web address:  http://www.qusoft.no
  20.  
  21. If you have other QuickReport versions installed you might
  22. need to use the TeeChart Pro source code files to compile.
  23.  
  24. Please refer to the installation instructions
  25. of TeeChart Pro in INSTALL.TXT file to install the
  26. TQRChart component.
  27.  
  28. Examples of QuickReport and TeeChart are provided here
  29. in this folder.
  30.  
  31. The QRDemo.dpr example shows how to print
  32. and preview a TChart component that resides in the same
  33. Form or in another Form. 
  34. Basically it "duplicates" the Chart into the QuickReport
  35. component.
  36.  
  37. The QR2Demo.dpr example implements a master-detail report
  38. with TeeCharts.
  39.  
  40.  
  41. The TQRChart component is implemented in QRTEE.PAS unit.
  42. The QRTEEREG.PAS unit installs and registers TQRChart component.
  43.  
  44. The TEEQR43, TEEQR44 and TEEQR4C packages contain the above two 
  45. units and are both design-time and run-time packages that should 
  46. be installed under Delphi 3, 4 and C++ Builder 3 respectively.
  47.  
  48. These packages are located by default at \Windows\System folder.
  49.  
  50. They should be installed in Delphi or C++ Builder 
  51. (Options -> Install Packages dialog ).
  52.  
  53. --------------------------------------------------------------