Re: [iText-questions] PdfPTable extendlastrow

2007-04-02 Thread Rick Roen
Thanks Paulo, That did it! Rick - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and

Re: [iText-questions] PdfPTable extendlastrow

2007-04-02 Thread Paulo Soares
half Of Rick Roen > Sent: Monday, April 02, 2007 1:54 PM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] PdfPTable extendlastrow > > Here is a function you can call from your document that shows > the problem. > For me this shows "l

Re: [iText-questions] PdfPTable extendlastrow

2007-04-02 Thread Rick Roen
1") t2.AddCell("line 2") table.AddCell(t1) table.AddCell(t2) Return table End Function -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Monday, April 02, 2007 6:05 AM To: P

Re: [iText-questions] PdfPTable extendlastrow

2007-04-02 Thread Paulo Soares
e.net > Subject: [iText-questions] PdfPTable extendlastrow > > I have a PdfPTable width 100% with two columns. In the left > col I have a PdfPTable with several rows of information. On > the right col I have a PdfPTable with a few rows of > information, but this table is shorted t

[iText-questions] PdfPTable extendlastrow

2007-04-02 Thread Rick Roen
I have a PdfPTable width 100% with two columns. In the left col I have a PdfPTable with several rows of information. On the right col I have a PdfPTable with a few rows of information, but this table is shorted than the left table. I set the right table like this: Dim table As PdfPTa