[reportlab-users] Flowing onto second column

Jim Steil jim at qlf.com
Thu Feb 14 12:45:00 EST 2008


Jim Steil wrote:

> Robin Becker wrote:

>> Tim Roberts wrote:

>>> Jim Steil wrote:

>>>>

>>>> Is there an easy way to get data to flow to a second column the way

>>>> you can get it to flow to multiple pages with Platypus?

>>>

>>> Sure. You just create multiple frames, one for each column, and add

>>> the collection of frames when you create the PageTemplate.

>>>

>>> Here's a web page that shows an example:

>>> http://www.hoboes.com/Mimsy/?ART=558

>>>

>> interestingly this link crashes my firefox immediately. can you say

>> waht it does? Seems to be adobe linked ie acrobat starts and firefox

>> immediately exits.

> Ill see if I can make a small sample of this that exposes the error.

>

> -Jim

> _______________________________________________

> reportlab-users mailing list

> reportlab-users at reportlab.com

> http://two.pairlist.net/mailman/listinfo/reportlab-users

Robin: As expected, this little test found my problem right away. I
hadn't properly qualified my Table in statement:
dataTable = Table(reportData)

Because of this it was using the table class from sqlobject I believe
which of course is not a flowable. Sorry for the inconvenience, I'll
definitely try to do better in the future.

-jim


More information about the reportlab-users mailing list