AW: [reportlab-users] table problem

Mike Dewhirst miked at dewhirst.com.au
Wed Mar 8 06:14:55 EST 2006


Hey Christoph :)

Fantastic, that was it - THANK YOU heaps

Mike


Christoph Zwerschke wrote:
> Mike, I think the problem is that you try to create a Table instance 
> with the following line:
> 
> klass(data, style)
> 
> where klass = Table. But Table needs two other parameters, "colWidths" 
> and "rowHeights" before "style". So you should pass "style" as a named 
> parameter, not positional, like that:
> 
> klass(data, style=style)
> 
> Maybe this will already solve your problem.
> 
> -- Christoph
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
> 
> 



More information about the reportlab-users mailing list