MasterData
Hi,
I've got a simple question (at least, that's what I think).
I'am using FastReport to create the invoices. Everything works just fine, but I'd like to set the MasterData to a fixed length so it will uses always the same space.
The second problem is that I have lines in my MasterData. I want those lines to continue till the fixed length is reached.
Is this possible? I just can't find it.
Thanks in advance and best regards,
Mischa E.J. Hoogendoorn
I've got a simple question (at least, that's what I think).
I'am using FastReport to create the invoices. Everything works just fine, but I'd like to set the MasterData to a fixed length so it will uses always the same space.
The second problem is that I have lines in my MasterData. I want those lines to continue till the fixed length is reached.
Is this possible? I just can't find it.
Thanks in advance and best regards,
Mischa E.J. Hoogendoorn
Comments
the no of rows of the data band is controled by the dataset to which it is connected.
as the band is repeated the report engine checks the space available then starts a new page if required.
Need more info on your report layout as things may be more complex than you think.