Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
DrawTableRows and pagebreak |
Post Reply |
Author | |
Detlev
Beginner Joined: 28 Jan 10 Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 02 Mar 10 at 9:04AM |
Hi, I use this loop to print a table with many rows on a series of pages:
ttt := PDFLibrary.DrawTableRows(tableID, tLeft, tTop , tHeight, PrintedRecordCount + 1, 0); PrintedRecordCount := PDFLibrary.GetTableLastDrawnRow(tableID); while PrintedRecordCount < nrow do begin Newpage; ttt := PDFLibrary.DrawTableRows(tableID, tLeft, tTop , tHeight, PrintedRecordCount + 1, 0); PrintedRecordCount := PDFLibrary.GetTableLastDrawnRow(tableID); The problem is that the second and the following calls to DrawTableRows will allways return 0 for ttt and PrintedRecordCount. Any idea? It would be nice to repeat headlines on the following pages (if any) and / or the first column (if the table is wider than the page. Is there a smart solution for this? Detlev |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store