bdn.borland.com

Article #27908: Where is TReport in Delphi 6?

Question:

Where is the ReportSmith component TReport in Delphi 6?

Answer:

ReportSmith was removed from Delphi after Delphi 2. It was replaced by QuickReports. Since that time the TReport component still shipped with Delphi in order for developers to maintain backward compatability, but the component was hidden. In Delphi 6 the component has been completely removed from Delphi. However it is still possible to compile a project developed with TReport because the file Report.dcu is still included on the Delphi 6 CD, in the directory
D:\Install\program files\Borland\Delphi6\Lib\Delphi2

In order to compile the project that contains TReport copy the two files Report.dcu and RSCONSTS.dcu to your Delphi6\Lib directory.

Last Modified: 27-FEB-03