E-simple-ya!..Oops am I trying to rhyme everything with Espania
..
Well ya considering the simple example i.e. displaying the fields Address Number and Amount on the .rtf created.
First let us Group the report data as :
<?for-each: A_P_Detail_Reports_S1?>
<?for-each: On_Address_Number_S5?>
Address Number : AddressNumber_ID2
<?for-each: On_Address_Number_S6?>
<?for-each: A_P_Detail_Reports_S1?>
AddressNumber_ID8 AmountGross_ID12
<?end for-each?>
Total : AmountGross_ID1
<?end for-each?>
<?end for-each?>
<?end for-each?>
The initial Out put will be displayed as :
If I want to add a page break to the output displayed, the steps will be as
Step 1 : Create a Form Field Text for Page Break by clicking right mouse click on the blank area as displayed or by selecting menu ToolsàCustomizeàcheck in the Forms,it will be displayed as toolbar on the .rtf.
Step 2 : Click on the “ab” (Text Form Field),double click on it and type “PageBreak” in the Default Text and write the tag <?split-by-page-break:?> by click on “Add Help Text “and add it on “Type your own” as shown:
<?for-each: A_P_Detail_Reports_S1?>
<?for-each: On_Address_Number_S5?>
Address Number : AddressNumber_ID2
<?for-each: On_Address_Number_S6?>
<?for-each: A_P_Detail_Reports_S1?>
AddressNumber_ID8 AmountGross_ID12
<?end for-each?>
Total : AmountGross_ID1
<?end for-each?>
PageBreak
<?end for-each?>
<?end for-each?>
The Output will be displayed as :
Try out on your .rtf and execute the Page Break
Buean Dia!

![[Google]]( http://www.jdesource.com/wp-content/plugins/easy-adsense-lite/google-light.gif)






Hi,
If needed I can send you a template where you can see the page break and other features in action.
Mail me if you are interested.
kind regards,
David
Hi,
I am working On R43500(Print Purchase order) in BI publisher. My requiremnet is such that the output should look like a pre printed stationary like it will contain header, Footer and Detail section. Now, if order contains many rows and it is overflowing on the next pages i want a footer with TOTAL value only on the last page of the order and on the previous pages footer section should display only static text and not Total values.
Thanks
Sachin