images

B

Bulletje

I have a report on which I want to print images. The images are on a
sub-report. When this sub-report runs over the pagebreak of the main report
the images are split over both pages.
How can I prevent that, so that the whole page is such case is printed on
page 2?
 
S

SA

Put the sub report in a separate group header or group footer. If there's
no natural grouping in your report (you could set it to group on each
primary key which would result in a group header or footer per record) ,
then you can establish a pseudo group header or footer by specifying =1 in
the "Field/Expression" column of the grouping and sorting dialog. Then in
the properties for the group, set the "keep together" property to true.
 
B

Bulletje

Hey SA,

Thanks for your input, but it's not the solution. The picture still is
partly on page 1 and the rest on page 2. It;s a small picture which should
either be complete on page 1 if it fits, or if not the complete on page 2.
You solution doesn't do the trick. Any more suggestions??

Thanks in advance,

Rick.
 
Top