Archive for November 14th, 2008

QuickReport in Delphi 7

Just in case you don’t know that QuickReport is not included on Delphi 7 installation, here’s how to enable QuickReport:

  1. Open Delphi
  2. Click Components -> Install Package
  3. A component window will open. Click Add…
  4. Browse to Delphi7\bin and locate dclqrt70.bpl (QuickReport), dcltqr70.bpl (TeeChart for QuickReport), dcltee70.bpl (TeeChart)
  5. Click OK and you’re set.

Notice that the QuickReport component tab is now available.

Update: I forgot to add two additional Package, the TeeChart for QuickReport and TeeChart, that will be required to use QRChart capability.