Print Table
PLESE HELP.
I have some data in a table within a database.
I need to print it on a single sheet. In a table.
The program should create a table. Top row will be filled with field names.
And then contents of the database should be filled in following rows.
Basically all I need is to print a DBGrid.
I need an advice which objects can I use. And how to control layout (width, font, etc) of the table.
PS: I hope I made myself clear.
I have some data in a table within a database.
I need to print it on a single sheet. In a table.
The program should create a table. Top row will be filled with field names.
And then contents of the database should be filled in following rows.
Basically all I need is to print a DBGrid.
I need an advice which objects can I use. And how to control layout (width, font, etc) of the table.
PS: I hope I made myself clear.
Comments
you wrote:
>The program should create a table. Top row will be filled with field names.
>And then contents of the database should be filled in following rows.
>
>Basically all I need is to print a DBGrid.
AFAIK there is no DBGrid-feature in FR (nor in other report-generators ;-)).
Best way is to generate a report using the wizzard (File-> New...).
Or see User Manual, p. 140 Simple report of the "List" type.
Regards
Sascha
That's exactly what I needed.
I just did not realise how useful bands could be.
Thanks once again.