subreport group header problems

D

dkingston

i am having to problems with headers in a complex report.
i have a main report that contains 6 subreports.
2 of the subreports contain 4 sub-subreports each.
i have a page header on the main report and group headers
on each of the subreports and sub-subreports.

my first problem is that when group headers of either
subreports or sub-subreports are printed at the top of a
page (just below the page header from the main report)
they SOMETIMES appear partially obscured by the page
header.
how do i ensure that the entire group header prints?

my second problem is preventing a group header in a sub-
subreport from printing at the bottom of a page without at
least one detail record.
i tried the following code in the "on print" property of
the group headers and it seems to work in subreports but
doesn't work on sub-subreports.

if me.top > (5.7 * 1440) then
me.printsection = false
me.movelayout = true
me.nextrecord = false
end if
Is there a way to make this work in sub-subreports?

many, many thanks to anyone who can help me with this.
please reply via post or to:
d k i n g s t o n (at) j a g l y n n (dot) c o m
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top