RE: Spanning a table over many pages

2001-07-17 Thread Huisking, Michael

I grabbed the latest out of CVS today and built it.  FOPped everything just
fine.

Thanks for pointing me in the right direction.

Mick
-Original Message-
From: Huisking, Michael [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 3:33 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Spanning a table over many pages


OK, I'm attaching a zip file containing three .fo files.  They are all
generated from the same data (I manually modified the title of the report).
The file called "threecol.fo" is a three column report that generates 2
pages (correct).  The file called "fourcol.fo" is a four column report that
generates 2 pages but truncates some data.  The file called "fivecol.fo" is
a five column report that only generates 1 page, the whole 2nd page is
truncated.

I looked at them, but am not quite sure why the renderer treats them
differently.

Thanks again.

Mick

-Original Message-
From: Karen Lease [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Spanning a table over many pages


Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> Hi.
> 
> My xsl-region-body is defined like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The flow contains one table (about 93 rows in this case).
> 
> When the 1st page of the flow fills with table rows, a new page isn't
being
> created -- when I run FOP only 1 page is created with all of the
additional
> rows just running off the bottom.  (This should produce a 3 page report --
1
> table spanning 3 pages)
> 
>  Do I need to specify pagination values for the table?   What am I doing
> wrong?
> 
> Thanks in advance.
> 
> Mick Huisking
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

OK, I'm attaching a zip file containing three .fo files.  They are all
generated from the same data (I manually modified the title of the report).
The file called "threecol.fo" is a three column report that generates 2
pages (correct).  The file called "fourcol.fo" is a four column report that
generates 2 pages but truncates some data.  The file called "fivecol.fo" is
a five column report that only generates 1 page, the whole 2nd page is
truncated.

I looked at them, but am not quite sure why the renderer treats them
differently.

Thanks again.

Mick

-Original Message-
From: Karen Lease [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Spanning a table over many pages


Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> Hi.
> 
> My xsl-region-body is defined like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The flow contains one table (about 93 rows in this case).
> 
> When the 1st page of the flow fills with table rows, a new page isn't
being
> created -- when I run FOP only 1 page is created with all of the
additional
> rows just running off the bottom.  (This should produce a 3 page report --
1
> table spanning 3 pages)
> 
>  Do I need to specify pagination values for the table?   What am I doing
> wrong?
> 
> Thanks in advance.
> 
> Mick Huisking
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


 fofiles.ZIP

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

I went in and modified my transformation to cut my output to a more
manageable size for posting here.  When I cut my report from 31 columns to 3
columns, FOP did pagination.  The structure of the .fo files is the same,
just fewer columns per row. 

I checked my width layout... I'm rendering this report to a 11 inch x 17
inch paper.  The sum of the column widths and the right/left margin in 16.4
inches.  So, I don't think I'm exceeding a width boundry.  I could zip up
the two files and post them.

Thanks.

Mick

-Original Message-
From: Huisking, Michael [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:34 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Spanning a table over many pages


Thanks for your response.  I'm using the 0.19.0-CVS version of FOP.  My fo
file is really too big (about 750K) to post here...  Any specific things
that I can look for?

Thanks!

Mick
-Original Message-
From: Karen Lease [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Spanning a table over many pages


Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> Hi.
> 
> My xsl-region-body is defined like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The flow contains one table (about 93 rows in this case).
> 
> When the 1st page of the flow fills with table rows, a new page isn't
being
> created -- when I run FOP only 1 page is created with all of the
additional
> rows just running off the bottom.  (This should produce a 3 page report --
1
> table spanning 3 pages)
> 
>  Do I need to specify pagination values for the table?   What am I doing
> wrong?
> 
> Thanks in advance.
> 
> Mick Huisking
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

Thanks for your response.  I'm using the 0.19.0-CVS version of FOP.  My fo
file is really too big (about 750K) to post here...  Any specific things
that I can look for?

Thanks!

Mick
-Original Message-
From: Karen Lease [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Spanning a table over many pages


Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> Hi.
> 
> My xsl-region-body is defined like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The flow contains one table (about 93 rows in this case).
> 
> When the 1st page of the flow fills with table rows, a new page isn't
being
> created -- when I run FOP only 1 page is created with all of the
additional
> rows just running off the bottom.  (This should produce a 3 page report --
1
> table spanning 3 pages)
> 
>  Do I need to specify pagination values for the table?   What am I doing
> wrong?
> 
> Thanks in advance.
> 
> Mick Huisking
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Spanning a table over many pages

2001-07-16 Thread Karen Lease

Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> Hi.
> 
> My xsl-region-body is defined like this:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The flow contains one table (about 93 rows in this case).
> 
> When the 1st page of the flow fills with table rows, a new page isn't being
> created -- when I run FOP only 1 page is created with all of the additional
> rows just running off the bottom.  (This should produce a 3 page report -- 1
> table spanning 3 pages)
> 
>  Do I need to specify pagination values for the table?   What am I doing
> wrong?
> 
> Thanks in advance.
> 
> Mick Huisking
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]