Delphi examples, tutorials and applications. Delphi 7 and newer versions. We also make the on-demand applications. Quality code samples for both beginners and professionals. Online since 2005. Choose language: Deutsch (German) | Hrvatski (Croatian)
Here's how to print the current record in Delphi using Rave reports. First part of this tutorial is available in full version.
1. Open Rave Designer in Delphi or C++ Builder.
2. Choose the New Data Object icon:

3. Choose the Direct Data view:

and click Next when ready.
4. Choose the RvDataSetConnection1:

and click Finish when ready.
5. Go to the Report tab, choose the Data text component and put it on the Report:

6. In Properties window choose the DataView property and pick the DataView1 item:

7. In DataField property choose which field you would like to print:

8. And finally save the report:
