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:
- Open Delphi
- Click Components -> Install Package
- A component window will open. Click Add…
- Browse to Delphi7\bin and locate dclqrt70.bpl (QuickReport), dcltqr70.bpl (TeeChart for QuickReport), dcltee70.bpl (TeeChart)
- 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.