1 (edited by kavinacomputers 2024-10-03 11:08:55)

Topic: Add Space or empty lines in between masterdata and page footer.

To fit in A4 page properly how  to fill space in between master data and page footer also add vertical and horizontal lines.

Right Now Report looks like
PageHeader
SN  Item Name Pcs
MasterData
1       item1         4
2       item2         2
Footer
         total           6




PageFooter

T&C Goods Once Sold will not be taken Back
------------------------------------------------------------------

What I Need


PageHeader
| SN | Item Name | Pcs |
| MasterData
| 1    |   item1        |   4  |
| 2    |   item2        |   2  |
|       |                    |       |
|       |                    |       |
|       |                    |       |// add this blank/empty lines to fill the space
|       |                    |       |
|       |      total       |    6 |
|------------------------------|
| PageFooter
|
| T&C Goods Once Sold will not be taken Back

Re: Add Space or empty lines in between masterdata and page footer.

There are two possible options.
1 Create Overlay with table grid in FastReport
2 Use FastReport script to process and draw lines on empty space.

You can find examples on the forum.

Re: Add Space or empty lines in between masterdata and page footer.

I rewrote my first project to print a table without an overlay.
This version is easier to repeat. It does not have many mandatory fields and other restrictions.
A small description is inside the Report.

Post's attachments

Attachment icon new wo overl.rar 17.71 kb, 100 downloads since 2024-10-10