Hello - this appears to occur in VFP6/sp3, not sure about VFP 7, 8 or 9.

If I have a field in the Title band of the reportwriter and suppose it is
really long (say 90 lines or so) and I check the Stretch With Overflow then
anything after that field or even that field gets cut off after page 1. In
other words, the title band appears to be limited to 1 page.

Any way around this without redesigning the entire report?

Thanks,

Mike

Re: Report Writer Bug?? by Rick

Rick
Mon Sep 20 08:23:21 CDT 2004

Mike,
No - Titles really aren't meant to be that long. Consider creating a =
group band that only prints on the "first" page. You may need to =
duplicate the page header info in this band and suppress the real page =
header for the first page.

Rick

"MAppell917" <mappell917@aol.com> wrote in message =
news:20040919182858.03318.00000874@mb-m17.aol.com...
> Hello - this appears to occur in VFP6/sp3, not sure about VFP 7, 8 or =
9.
>=20
> If I have a field in the Title band of the reportwriter and suppose it =
is
> really long (say 90 lines or so) and I check the Stretch With Overflow =
then
> anything after that field or even that field gets cut off after page =
1. In
> other words, the title band appears to be limited to 1 page.
>=20
> Any way around this without redesigning the entire report?
>=20
> Thanks,
>=20
> Mike