Hi!
Maybe someone could suggest me how to print section header and section body on the same page.
Example:
Header1
body line
body line
...
body line
Header2
--New Page--
body line
body line
I want it to be like this:
Header1
body line
body line
...
body line
--New Page--
Header2
body line
body line
p.s. i've tried to use KeepWithNext. It didn't work. As I understood KeepWithNext only works with the sections of the same type (to keep two bodies on the same page).
0
Comments
I.e. is Header1 and Header2 two different records or two different dataitems?
Header2 has a DataItemLink to Header1.
As for you dataset... it's a bit weird with the datalink, because what will happen is...
So I am not quite sure what you want to achieve with the two different headers. If you are after printing header1 only once, then continue to print header2 on all subsequent pages then the pageloop is your best bet.
Regards,
gus
Alastair