MikeVM Posted October 31, 2011 Share Posted October 31, 2011 Hi, I need some help with one of my project. We prepare reports for branch employees - all data coming from excel file, uploaded to our template (from 2 to 250 records). There are up to 16 fields in every record. Currently my template setup as 1 record per page so we get up to 250-page PDF. My goal is to place at least 2 record per page and add pages as needed, so record for each branch report is multipage PDF with tag on every page (Branch YY, Page 1 of X) Any help would be appreciated Link to comment Share on other sites More sharing options...
MikeVM Posted November 8, 2011 Author Share Posted November 8, 2011 Let me re-phrase my question: we get data for each record from external Excel file. All data for each record should placed formatted in the same text frame (we use extra pages to accomodate overflow). What I need: after placing data from record 1 it should be empty line or two then data from record 2 placed in the same frame and so on. I stuck with it and any help will be very appreciated Link to comment Share on other sites More sharing options...
Dan Korn Posted November 9, 2011 Share Posted November 9, 2011 You need to read in the data using ExternalDataFileEx and then loop through the records. Search this forum for ExternalDataFileEx for examples. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.