Terms and conditions in a new page in PO pdf

Hi,
I have set the profile values for PO:Terms and conditions and PO:In file path to my text file. I was expecting the terms in a new page but it was showing it after the Line information in the last page instead of starting a new page. Any idea on how to insert a page break in XSL-FO style sheet? the comment says the text file is displayed in new page,,,
<!-- Display text file data in new page -->
<xsl:if test="TEXT_FILE !='' ">
<fo:block xsl:use-attribute-sets="form_data">
     <xsl:value-of select="TEXT_FILE"/>
</fo:block>
</xsl:if>
<fo:block id="last-page" >
</fo:block>
</xsl:template>
but it is continuing in the same page instead starting new page. Any suggestions on how to make the text file display in new page? I would appreciate any help.
Thanks,
Sharmila

Yes, I did. I had to insert a page break for this. Here is how I have done this
<fo:block break-before="page" >
</fo:block>
Thanks,
Sharmila

Similar Messages

  • HT1904 when accepting the terms and conditions for the new terms of agreement of the policy, i press accept the terms and press agree and it will not allow me to purchase the music because it keeps going to the same page of terms and agreements

    when accepting the terms and conditions for the new terms of agreement of the policy, i press accept the terms and press agree and it will not allow me to purchase the music because it keeps going to the same page of terms and agreements

    If you can't scroll to the bottom
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • HT4009 where is the agree button on I phone 4 to agree to new updated terms and conditions for downloading new apps?  read all info all 54pages but no agree button at end?

    where is the agree button on I phone 4 to agree to new updated terms and conditions for downloading new apps?  read all info all 54pages but no agree button at end?

    Try first signing out of the iTunes and App Store in Settings>iTunes and App Stores (tap on your apple ID and choose sign out) then sign back in.
    Then do a hard reset, hold down the home button and the sleep/wake button at the same time until you see a white Apple then release.
    Then go ahead and try again, should work.
    I hope this helps!

  • HT1725 i try to purchase an app from the store it tells me to agree to the terms and conditions i get to page 56 there is no I agree so it wont let me purchase it

    i try to purchase an app from the store it tells me to agree to the terms and conditions i get to the end at page 56 an there is no agree to submit so then i can not purchase anything

    Debit cards don't really work with the iTS, though they slip through time to time. You need to use a real credit card or GCs.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • I am unable to get past the Terms and Conditions in the new update. I have hit agree several times but can not get past that part. What do I do next?

    I am unable to get past the terms and conditions part of the upgrade. I have hit agree several times. What do I do?

    Scroll down to the bottom of the terms and conditions, then the Agree button will light up and you can proceed.

  • TS1702 After installing IOS7 Itunes say's terms and conditions have changed, must read and accept new terns, After going through 54 pages there is no way to accept.  and can not have it emailed.

    After installing IOS 7  i tunes says terms and conditions have changed, " Before you can proceed you must read and accept the new terms and conditions. " After 54 pages there is no way to accept,  it also says you can have it sent by email   It will not let me do this either???

    Thank you so much!  That worked

  • Unable to print all the terms and conditions pages in the PO.

    Reqt: The PO includes terms and conditions as the last page.
    Currently the program only prints out the first page of the Terms and Conditions regardless if it is one or two pages.
    Only one page(image) is displaying in the last page of smartform.
    These terms and conditions pages are passing as graphics(images), We are passing the GRAPHICS under the TABLES Main Area in LAST page WINDOW.
    But only one page (image) is displaying, but not others.
    Can anyone help to solve the above issue.
    Regards,
    Kishore

    you can create your terms n condition texts in SO10(standard text). THEN
    If u r using smartform then do this:
    goto the general attributes of a text element. From the drop down menu, convert the text type to include text.
    The just as in read_text fm pass the parameters
    text name, text object, text id and language.
    Every thing will be handled automatically
    AND if its a sap script then:
    To include the contents of another text into the current text, use the INCLUDE control command. SAPscript still treats the text to be included as a separate text. The text is copied over only at the point at which the output is formatted.
    Thus the use of the INCLUDE command always ensures that the most current version of a text is included into the output, since the text is not read and inserted until the output is formatted.
    Syntax:
    /: INCLUDE name OBJECT o ID i LANGUAGE l PARAGRAPH p
    NEW-PARAGRAPH np
    You must specify the name of the text to be inserted. It can be up to 70 characters long. If the name of the text contains spaces, then you must enclose it in quotes as a literal value. You can, alternatively, specify the name via a symbol. All remaining parameters in the INCLUDE command are optional. If an optional parameter is not specified, then SAPscript uses default values as applicable for the calling environment.
    /: INCLUDE MYTEXT
    The text MYTEXT is included in the language of the calling text.
    /: INCLUDE MYTEXT LANGUAGE 'E' PARAGRAPH 'A1'
    The text with the name MYTEXT and the language E is included, regardless of the language of the calling text. The paragraph format A1 will be used as the standard paragraph type for this call.
    Optional parameters:
    u2022 LANGUAGE
    If this parameter is not specified, then the language of the calling text or the form language are used for the text to be included. If the language is specified, then the text will be fetched in this language, regardless of the language of the calling text.
    u2022 PARAGRAPH
    The text to be included is formatted using the style allocated. The PARAGRAPH parameter can be used to redefine the standard paragraph for this style for the current call. All *-paragraphs in the included text will then be formatted using the paragraph specified here.
    u2022 NEW-PARAGRAPH
    The first line of the text to be included will be given this format indicator, as long as it is not a comment or command line. If the optional PARAGRAPH parameter (see above) is not specified, then all *-paragraphs of the included text will also be formatted using the paragraph specified in the NEW-PARAGRAPH command.
    u2022 OBJECT
    In order to completely specify a text, information about the text object is also required. There are a number of restrictions and other rules that depend on the object type of the calling text:
    o Any kind of text can be included in a form. If no object is specified, then TEXT will be used (standard texts).
    o In the case of a document text (DOKU object), you can include only document texts. This object type is also assumed if no object is specified in this environment.
    o Only hypertexts and document texts can be included in a hypertext (DSYS object). If the OBJECT parameter is missing, then DSYS is used as the default value.
    o In the other kinds of text you can include only standard texts (TEXT object), document texts or hypertexts. If there is no specification, then the default object is TEXT.
    u2022 ID
    The text ID is a part of the text key, which permits further text objects within a given object. If no ID is specified, then the default include ID is used from the TTXID table for the calling text. If there is no entry in this table, then the text ID of the calling text is used.
    The following consistency check is applied both to the ID and the object:
    u2022 All text IDs are allowed in a form.
    u2022 In document texts, only document texts may be included that have text IDs TX (general texts) or UO (authorization objects) and also other document texts with the same text ID as the calling document text.
    u2022 In DSYS texts, all DSYS texts can be included, whatever ID they have. Document texts to be included must have one of the IDs TX or UO.
    u2022 Into the other texts, standard texts with any allowable text ID, DSYS texts with all IDs, and document texts with the IDs TX and UO can be included.
    The INCLUDE command returns a status code in the SAPSCRIPT-SUBRC symbol:
    u2022 0: the text include was successful.
    u2022 1: the command could not be executed because it contained syntax errors.
    u2022 2: the rules governing the text to be included were not followed (see above).
    This value cannot occur if the command is used in a SAPscript form.
    u2022 4: the specified text could not be found.
    Once you define the standard text in SO10 you can include text by the above process or use the function module read_text:
    .............IN Smartform.......
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    id =
    language =
    name =
    object =
    ARCHIVE_HANDLE = 0
    LOCAL_CAT = ' '
    IMPORTING
    HEADER =
    tables
    lines = i_tab
    EXCEPTIONS
    ID = 1
    LANGUAGE = 2
    NAME = 3
    NOT_FOUND = 4
    OBJECT = 5
    REFERENCE_CHECK = 6
    WRONG_ACCESS_TO_ARCHIVE = 7
    OTHERS = 8
    So you want to know how get the parametrs right. This is how"
    In SO10 goto goto menu -> header
    here u will find all the required parametrs.
    The text lines will be returned in the i_tab.
    U can loop at this itab and display the data.
    Reward points if hepful.

  • Terms and Conditions to display in the last page of Script

    Hi Experts,
    My requirement is to print the Terms and Conditions in the Last Page of a PO. so for that, I have created one LAST page. Previously i have FIRST Page and Next Page in the Script. In the LAST Page it has to windows. One is for Logo and another one is for Terms and Conditions. I am trying to print to Terms and Conditions through a Standard Text ( Created in SO10) in the Terms and Conditions window.
    The page flow are like FIRST-->NEXT, NEXT>LAST, LAST---->LAST
    Please guide me how shall i proceed to get the output. It would be better if we get the output with out doing any change to the driver program.
    Thanks,
    Priyabrata

    Dear Priyabrata
    The page flow should  like FIRST-->NEXT, NEXT>NEXT, LAST---->
    And call your page in main window at last element.
    This will surely solve your problem.
    Regards,
    Vijay

  • HT4623 my phone updated but stays on terms and conditions its a four

    how do you get the phone off the terms and conditions after downloaded new sotware

    Hi, David.
    I would recommend trying the steps in the article below.
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Once these steps are processed, attempt to accept the terms and conditions.
    Cheers,
    Jason H.

  • All in one terms and conditions problem

    Hello XMLP/BI Gurus,
    I have a requirement where "Multiple POs" should get printed and Every PO (and not all pages in the PO) should have "Terms and Conditions" printed on its last page.
    Note that, Terms and Conditions need to be printed only on the last page of the PO in "duplex" mode. i.e immediately at the back side.
    All other Pages in the PO should be printed saperately.
    i.e.
    <PAGE1 - PO1>
    <BLANK PAGE>
    <PAGE2 - PO1>
    <BLANK PAGE>
    <PAGE3 or last page- PO1>
    <Terms and Conditions**>
    --------------- NEXT PO ------------------
    <PAGE1 - PO2>
    <BLANK PAGE>
    <PAGE2 - PO2>
    <BLANK PAGE>
    <PAGE3 - PO2>
    <BLANK PAGE>
    <PAGE4 or last page - PO2>
    <Terms and Conditions**>
    VIMP NOTE: Also please note that each page in the PO have Page X of Y in its header and it should display the physical page count i.e. it should skip the count for "blank page" and the "terms and Conditions**" page.
    we have acheived evrything except the Terms and Conditions on the last page.
    Using the "Different Odd and Even Page" functionality
    and
    "<?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>"
    commands given in the Tims blog I am able to get atleast the following output.
    --- OUTPUT WE HAVE REACHED IS --
    <PAGE1- PO1>
    <BLANK PAGE>
    <PAGE2 - PO1>
    <BLANK PAGE>
    <PAGE3 or last page- PO1>
    <BLANK PAGE> (SHOULD BE Terms and Condn.. but NOT YET ... :( )
    We are inserting a blank page and have set the printer to print in "Duplex" mode so that we get the "terms and conditions" at the back of the last page.
    Please help me to get the terms and conditions printed on the last page.
    Let me know if you need further clarification.
    Thanks and Regards,
    - E
    Message was edited by:
    - E
    user553401
    Message was edited by:
    user553401

    please help me if you can.... is there any way to implement alternate blank pages and different last page at the same time in XML/BI Publisher.

  • I am trying to create a new itunes account and on the terms and conditions page the Agree button is permanently grey even when i have ticked the check box any ideas

    On my Macbook Pro running Lion - trying to create a new ITunes account and the Agree button on the Terms and condition page will not come active even after checking the box any ideas

    There isn't a way - at least not that I have found.  I'm having an issue with this as well - seems like a shoddy sort of business practice.  I refuse to enter my credit card number to download a FREE app.  I'm encouraging the user community that has a problem with this to please post your opinion as well.  I know this is a use community, but I have to think that Apple will take notice when an issue gets a lot of attention.  Apple needs to hear your voice.

  • Reading terms and conditions page 3 of new account for iTunes Store before I  put in US$ voucher purchased in Zimbabwe. If I'm traveling world wide, willI still be able to access the US services via this same account?

    Reading terms and conditions page 3 of new account for iTunes Store before I  put in US$ voucher purchased in Zimbabwe. If I'm traveling world wide, willI I still be able to access the US services via this same account?

    You can only use the US store if you are in the US with a US billing address on your account - the US store's terms of use (and they will be similar for all countries) :
    The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance.

  • Why cant i accept the new iOS7 i-tunes terms and conditions page?

    Why cant i accept the new iOS7 i-tunes terms and conditions page?

    How I solved this.
    Log into itunes on your compter
    Click on Apps under Library in left menu bar
    Click 'Check for Updates' botton right on iMac
    New 'Terms and Conditions' notification appears with accept button
    Click 'Accept' and your all set.
    BTW I had my iphone connect during this procedure.

  • HT1937 tried to purchase an app from my iphone 4G phone and I wasn't able to do so because when it took me to the Terms and Conditions screen where there was 54 pages, there wasn't a section or button to accept the new terms at the end of the 54 pages.

    I have an iphone 4S and I wasn;t able to purchase an app for it because I wasn't able to accept the new Terms an Conditions section. When I reched the last page of the Terms and Conditions, there wasn't an accept button or section, therefore I wasn't able to complete my purchase. Please advise.
    Thanks
    Vernel

    Hi vernel,
    Welcome to the Support Communities!
    First, I recommend restarting your phone and then resetting if it's still not working:
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    Note: Reset your device only if you are unable to restart it.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    Below are the full articles:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If you can access your home screen, I also recommend verifying that cookies are not blocked and private browsing is turned off in Settings>Safari:
    iPhone User Guide - Safari settings
    http://help.apple.com/iphone/7/#/iph3d7aa74dc
    Cheers,
    - Judy

  • Terms and conditions not getting displayed on the last page

    Hi All,
    I have to display a smartform, on the front side of the page i have to display material details and on the back side of the page i have to display terms and conditions. I' am unable to print the material details and terms and conditions in duplex mode, but on the last page only material details are getting displayed, terms and conditions are not getting displayed.
    Can you please help me how to make the terms and conditions get printed on the back side of the last page.
    Thanks,

    I'm a bit confused by the statement "I' am unable to print the material details and terms and conditions in duplex mode".
    I suppose you meant to say "I am able to print the material details and terms and conditions in duplex mode", correct?
    If the problem is that on the last form page, the T&C is not getting printed on the back of the form, you could force the T&C page by using a flow logic command as the very last element of the main window, which gets processed when all the data is already output. For the command, use the 'Go to New Page' and specify the page name for the Terms & Conditions.
    In case this causes an issue that the last page is printed twice (since the T&C page is likely defined with the next page being NEXT_PAGE), then copy the already existing T&C page, call it LASTPAGE and leave the Next Page attribute empty.

Maybe you are looking for

  • Qosmio X500-10T - Where can I get it?

    I can't not find the Qosmio X500 10T anywhere in the UK. No on-line retailers stock it, no local shops stock it. The Toshiba website doesn't even have a link for sale. Anyone heard of any stock updates, or has the USA had all of the 1st off the produ

  • Add different header for each page

    We are using RTF templates to create XML Letters. 1) Is it possible to have different header for each page? 2) Can we have a data filed column in the header? Thanks,

  • Help me find a case for my iPad PLEASE

    I have been searching all day for the perfect case. preferably one that is very thin and black. like a shell case for the back but then a smart cover type thing for the front. if the apple logo shows that's a plus. cant find anything like this! just

  • Rerurn delivery

    Dear guys, I need to create a return delivery thro PO return function activation. after creating PO with return tick how to create return delivery w.r.to PO? what r all config reqd to acheive this I am in the process making oreports for this function

  • Can't install mountain lion from usb

    Hi all, I have a weird problem, i createda USB ML installer, it works fine i boot from it then use disk utility to do a clean install then hit Install. The program starts but then stop and says "Can't download additional components" and the Imac (201