[reportlab-users] Moving to next frame in Platypus
Amit
amit.uttam at gmail.com
Mon Jun 27 21:03:52 EDT 2005
Thank you for the reply! You were rightk I did miss that.
> # define pageTemplates - for page in document
> > mainPage = PageTemplate(frames=frameHeader)
>
> It looks like you missed frameChart1 in the frames parameter. Ex.
> frames=[frameHeader, frameChart1] I believe.
>
>
> > # define BasicDocTemplate - for document
> > doc = BaseDocTemplate('report_1.pdf', pagesize=landscape(letter),
>
> BaseDocTemplate should really be your subclass/superclass versus
> instantiating it.
What do you mean by subclass/superclass? Any examples. I think I have an
idea of what you are talking about but if you could further elaborate, that
would be great.
> story.append(FrameBreak()) # this is the point where I want it to move to
> > next frame
>
> I think FrameBreak() is the correct flowable.
This is correct, FrameBreak() does indeed work.
Johnny P
> --
> Windows
> Start Here
> Frustrating Hanging Crashing
> Blue Screen of Death
> Reboot
>
> Thanks for your help,
Amit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20050627/ac28dee9/attachment.html
More information about the reportlab-users
mailing list