|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Report Builder : incoming page break
Hi all,
I'm working on a report displaying a table, and below this table I would like to display a kind of summary, including some interesting values calculated from the table. I included this summary table into the Report footer, because I don't know where the best place is. The problem is : when generating the pdf file, there is a page break that apperas right after my values table. Then the summary table is created on page 2 ![]() I guess it is because my report footer is pretty large, it includes 2 parts : - the summary table (about 5 lines) - a big legality text I wish I can cut this footer in to parts, then I guess the break would be after the summary table, and this will go to first page, right after my values table. Any idea? Thank you! PS: I don't know if I explained correctly, but I didn't found any way to include my etst.pdf file ![]() |
|
#2
|
||||
|
||||
|
Well, what happens if you move the summary from the footer to just part of the regular document? Can you post your CF code?
__________________
The liver is evil and must be punished! |
|
#3
|
|||
|
|||
|
Hi Ebot,
I can't move my summary into Detail Band, or it is displayed at each line of my query. I'm generating the pdf from a template .cfr, so the only CF code I have is this one: Code:
<cfreport template = "Templates/TestInvoiceForum.cfr" format="pdf" filename="Templates/test.pdf" overwrite="yes"> <cfreportparam name="orderId" value="#order_id#"> <cfreportparam name="langageCode" value="#langage_code#"> <cfreportparam name="siteId" value="#site_id#"> <cfreportparam name="endUserId" value="#qryOrderSelect.idenduser#"> <cfreportparam name="orderReference" value="#qryOrderSelect.order_reference#"> <cfreportparam name="invoiceDate" value="#qryOrderSelect.invoiced_date#"> <cfreportparam name="saleDate" value="#qryOrderSelect.creation_date#"> <cfreportparam name="invoiceAddress" value="#invoiceAddress#"> <cfreportparam name="shippingAddress" value="#deliveryAddress#"> <cfreportparam name="invoicePhone" value=""> <cfreportparam name="trackingNumber" value="#qryOrderSelect.tracking_id#"> <cfreportparam name="carrierName" value="#qryOrderSelect.transporter_name#"> <cfreportparam name="baanReference" value="#qryOrderSelect.baan_reference#"> <cfreportparam name="shippingCost" value="#qryOrderSelect.shipping_costs#"> </cfreport> |
|
#4
|
||||
|
||||
|
I'm sorry, i asked for the wrong thing, can you post your report template?
|
|
#5
|
|||
|
|||
|
mmm, where is the add file button? I don't find a way to post my template...
![]() I'm trying to insert Datas + summary into a report, wich is called as subreport by another. I hope this will solve the prob'. I tell you ![]() |
|
#6
|
|||
|
|||
|
Thanks Ebot for handling this. Since I don't use the report builder at all, I'm pretty much in the dark on this one.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#7
|
|||
|
|||
|
Ok boys (and girls!)
I finally found something that works, even if it's not exactly what I've been expecting. I used sub reports to split my main part + summary part like this: * main report Header --------------- Blabla ---------------------- Detail----------------- call subreport ---------------------- Footer---------------- Legal adverts, contacts etc... ---------------------- * subreport Header --------------- ---------------------- Detail----------------- My Data table (line by line) ---------------------- Footer---------------- My summary table ---------------------- Then the page break comes at the end of the subreport, and my summary table is still close to my detail table. ... This is so hard to explain without linked files :P But if somebody needs more information, then contact me, I'll be glad to explain ![]() Last edited by Romaiin : April 23rd, 2008 at 02:48 AM. Reason: change title |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Report Builder : incoming page break |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|