Is there a way of building a report with groups, fonts, headers, footers, etc. without hard coding it ? For example having a DBF file with all the fields, headers, footers, group information, etc. so you can read this file and build whatever report is present. This will be a time saver since you can update your reports without recompiling the application.
Any examples will be appreciated.
Reports without hard coding them.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio: Thank you for the tip. But, can I assign the data values to the different report objects to create a report instead of the REPORT ... COLUMN ... command. I prefer to stick with FiveWin instead of using another tool like the report designer. My purpose is to build the reports from data definitions on DBFs not that my customers design them.
For example:
oReport:Title := "Title"
oColumn[1]:header := "Name"
oColumn[1]:data := {|| (Field)}
.
.
.
etc.
Thank you very much for your help.
For example:
oReport:Title := "Title"
oColumn[1]:header := "Name"
oColumn[1]:data := {|| (Field)}
.
.
.
etc.
Thank you very much for your help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: