[reportlab-users] problem to display tables

Sami LOUKIL sami.loukil at gmail.com
Sat Jan 6 18:18:14 EST 2007


Hello

I 'm trying to develop my first application using ReportLab library.

But I' have many problems.

I must display two tables 'tdinars' and 'tdevises' in my PDF.

How do to have the two tables lined and not one under the other.

Please help me!!!!



My code



from reportlab.platypus import Paragraph, Frame ,Table

import operator, string

…..

…..

…...

lst[]

tdinars = Table(self.getcomptesdinars(), colWidths=None, rowHeights=None,
style=stycomtedinars)

lst.append(tdinars)

tdevises = Table(self.getcomptesdivises(), colWidths=None, rowHeights=None,
style=stycomtedevises)

lst.append(tdevises)

doc=SimpleDocTemplate('rapport.pdf')

doc.build(lst)

....




--
M. Sami Loukil
Ingénieur en génie logiciel
----------------------------------------------------------------------------------------------------------------------
DEPARTEMENT DES PROJETS ET DU SCHEMA DIRECTEUR INFORMATIQUE
BANQUE DE L'HABITAT
----------------------------------------------------------------------------------------------------------------------
Adresse : 33, Rue de Japan - Monplaisir 1002 Tunis Belvédère.
Tél: 71 848 819 poste: 1427 - Fax: 71 843 243
E-mail: sloukil at bh.com.tn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20070107/37959433/attachment.html


More information about the reportlab-users mailing list