How to print a report two times a sheet A4
Hi,
I need to print two times a report on a sheet A4.
the 1th from the top of the sheet to the center
the 2th from the center to the bottom
how can i do?
tks
--- posted by geoForum on http://delphi.newswhat.com
I need to print two times a report on a sheet A4.
the 1th from the top of the sheet to the center
the 2th from the center to the bottom
how can i do?
tks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
If you are printing two separate reports on a single page, try using two
Fixed style subreports in the detail band of the main report. Each fixed
subreport will represent the separate reports. If this is a copy of the
same report, you can try using the above method and perhaps load the same
template into each subreport.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
A fixed subreport will print the objects that fit within the size of the
subreport component on the main form. You may need to stretch the actual
subreport component size to match 1/2 the page to see the subreport
components.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
report display a blank page.
there are other properties to set?
tks
two
fixed
the
same
--- posted by geoForum on http://delphi.newswhat.com