 | | From: | Colin Waddell | | Subject: | Reports containing memo fields | | Date: | Wed, 15 Dec 2004 08:36:58 -0500 |
|
|
 | I have a problem with memo field truncation in reports which have memo fields that wrap over pages (due to a known bug). To solve this problem I need to force a row that wraps over pages to start on a new page, does anyone know how to do this without setting the detailband property 'beginNewFrame' to true as I do not want to have one row per page.
|
|
 | | From: | Michael Nuwer [dBVIPS] | | Subject: | Re: Reports containing memo fields | | Date: | Wed, 15 Dec 2004 08:41:52 -0500 |
|
|
 | Colin Waddell wrote: > I have a problem with memo field truncation in reports which have memo fields that wrap over pages (due to a known bug). To solve this problem I need to force a row that wraps over pages to start on a new page, does anyone know how to do this without setting the detailband property 'beginNewFrame' to true as I do not want to have one row per page.
You might find the second section in the following page helpful "Pagebreaks based on lines remaining": http://www.nuwermj.potsdam.edu/dLearn/reporting/05PageBreaks.htm
You'll need to add an estimate of the number of lines the memo will require.
-- Michael Nuwer http://www.ChelseaData.ca/dLearn/ http://www.nuwermj.potsdam.edu/dSamples/
|
|
 | | From: | Colin Waddell | | Subject: | Re: Reports containing memo fields | | Date: | Wed, 15 Dec 2004 09:31:25 -0500 |
|
|
 | Michael Nuwer [dBVIPS] Wrote:
> Colin Waddell wrote: > > I have a problem with memo field truncation in reports which have memo fields that wrap over pages (due to a known bug). To solve this problem I need to force a row that wraps over pages to start on a new page, does anyone know how to do this without setting the detailband property 'beginNewFrame' to true as I do not want to have one row per page. > > > You might find the second section in the following page helpful > "Pagebreaks based on lines remaining": > http://www.nuwermj.potsdam.edu/dLearn/reporting/05PageBreaks.htm > > You'll need to add an estimate of the number of lines the memo will require. > > -- > Michael Nuwer
Thankyou Michael, that has fixed my problem.
|
|