Create or design simple master report with Fortes Report

Friends, now a days designing reports are necessary for a software developer as it is a most important part of any software product and is usually the most profitable part of the business. In this blog I will explain how to create / design a report with Fortes Report. In my last blog I have provided detail information about Fortes Report and its components used to design reports. So for more detail about Fortes Report please visit Fortes Report and Components . Here I have created a project which contains simple report to show Customer details and you can download the sample DB from link download dbdemos.db . I have saved the DB in C:\Test1 folder. So now lets design Customer report with Fortes Report components. 1. First create a project and add a form to the project lets say Unit1 (Form1). 2. Add a TADOConnection component to the form named connmain and set connection string. ConnectionString = 'Provider=Microsoft.Jet.OLEDB.4.0;Data ...