Posts

Create or design Labels with Fortes Report

Image
In my last blog I have explained how to design grouping reports by using Fortes Report and its components. In this blog I will show you how to design a Label report to print Labels in row or column order. And 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 in Labels 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 Label 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 Source=C:\test\demos.mdb;Persist Security Info=False'   LoginPrompt = False   Provider = 'Microsoft.Jet.OLEDB.4.0' 3. Add a TADOQuery component to ...

Create or Design reports with Groups in Fortes Report

Image
In my last blog ( Create or Design master detail report with Fortes Report ) I have explained how to design a master detail report with using Fortes Report and its components. Now here in this blog I will show how to design grouping report with Fortes Report to show Customer and their orders with Customer No. as group.  And  for more detail about Fortes Report please visit  Fortes Report and Components . Here I have created a project which contains report to show Customer details and you can download the sample DB from link  download dbdemos.db . I have saved the DB in C:\Test folder. So now lets design Customer Order detail report with Grouping as Customer No using 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 Source=C:\test\ demos.md...

Create or Design master detail report with Fortes Report

Image
In my last blog ( Create or design simple master report with Fortes Report ) I have explained how to design a master report with using Fortes Report and its components. Now here in this blog I will show how to design master detail report with Fortes Report to show Customer and their orders. And  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:\Test folder. So now lets design Customer Order master detail 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 Source=C:\test\ demos.mdb;Persist Security Info=False' LoginPrompt = False ...