Print order of SubReport and DBMemo
I have found in a message that I need to use "Send To Front" and "Send
To Back" to create a printing order. This has worked in the past but
now it doesn't wan't to work in this situation.
I have a SubReport and a DBMemo in a GroupFooter. I have send the
DBMemo to the back and the SubReport to the front to make the DBMemo
print first. This doesn't want to work. The PrintBehavior of the
SubReport is set to pbSection. Maybe relevant: the DBMemo is above the
SubReport but it comes printed out behind it.
Any clues?
--
Kind regards,
Stijn Verrept.
To Back" to create a printing order. This has worked in the past but
now it doesn't wan't to work in this situation.
I have a SubReport and a DBMemo in a GroupFooter. I have send the
DBMemo to the back and the SubReport to the front to make the DBMemo
print first. This doesn't want to work. The PrintBehavior of the
SubReport is set to pbSection. Maybe relevant: the DBMemo is above the
SubReport but it comes printed out behind it.
Any clues?
--
Kind regards,
Stijn Verrept.
This discussion has been closed.
Comments
How would you like your report to look? Would you like you dbmemo to print
on top of the subreport? A Section style subreport will start a new page
for the subreport so this could be an issue. Please provide more
information on how you would like to format your report.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Nico thanks for the reply. Well: my DBMemo is in the GroupFooter so
I want it to print right after the details. And my Subreport is in the
footer as well put it should print on a new page (which is also does).
--
Kind regards,
Stijn Verrept.
Found a solution: I created the same group twice and put the SubReport
on the last footer.
--
Kind regards,
Stijn Verrept.