G
GARY ACORD
Here's the situation, I have a report with multiple subreports. Each
subreport is inside it's own groupheader (putting them all in the detail
section causes sporadic results)
Most subreports are using the "=1" trick to fake a repeating section header.
Two of the subreports have detail sections that can get quite long (due to
growable memo fields in the data). These two are the reason for the email.
In most cases they do like they are supposed to do, print their pseudo
header and the beginnings, at least, of the first detail. However,
sometimes they print just the header at the bottom of the page (this can be
just the header bar itself or even enough white space to have fit 2 or 3
fields of data). If I set the KeepTogether to True for that group (on the
main report) then that particular report will print fine. but then the next
might try to KeepTogether and leave me with 4 inches of white space. So,
then I have to switch KeepTogether to False. And so it goes. about every
3-5 reports it has to be switched.
I've looked into using the PrintSection and MoveLayout properties and
checking the Top value for the subreport. Unfortunately, when I check the
Top of the subreport (doesn't seem to matter where I check it) I get it's
top relative to the group it's in, instead of relative to the page.
Any ideas?
subreport is inside it's own groupheader (putting them all in the detail
section causes sporadic results)
Most subreports are using the "=1" trick to fake a repeating section header.
Two of the subreports have detail sections that can get quite long (due to
growable memo fields in the data). These two are the reason for the email.
In most cases they do like they are supposed to do, print their pseudo
header and the beginnings, at least, of the first detail. However,
sometimes they print just the header at the bottom of the page (this can be
just the header bar itself or even enough white space to have fit 2 or 3
fields of data). If I set the KeepTogether to True for that group (on the
main report) then that particular report will print fine. but then the next
might try to KeepTogether and leave me with 4 inches of white space. So,
then I have to switch KeepTogether to False. And so it goes. about every
3-5 reports it has to be switched.
I've looked into using the PrintSection and MoveLayout properties and
checking the Top value for the subreport. Unfortunately, when I check the
Top of the subreport (doesn't seem to matter where I check it) I get it's
top relative to the group it's in, instead of relative to the page.
Any ideas?