New Line in pdf display

Using xdp + xml data to generate pdf.
I have a floating field that is bind to data. Data is a paragraph with multiple \n to indicate new line. When form is preview in designer it shows \n char instead of moving next content in paragraph to new line.
It used to work in old version of Designer but not any more in ES2 (9)
I need to know what data need to be sent so that content would display on new line.
Thanks
YogLC

Paul,
the old version of the designer and Form server was displaying paragraph correctly with following xml data but with Designer ES2 9 SP1 shows \u000d\u000a character inside the paragraph  and server throw exception on this xml data. (cobra communication error ...)
I tried replacing \u000d\u000a  with 
 
  but server throws exception.
Also If user enter multiple CR in the textarea still server throws exception.
<Paragraph>My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here \u000d\u000a</Paragraph>
or
<Paragraph>My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here My comments for content from the textfield paragraph are here
for content from the textfield paragraph are here My comments for content from the textfield paragraph are here
\u000d\u000a</Paragraph>

Similar Messages

  • Missing white apce and new lines in pdf report output

    Ive set up an XSL template to organize the output of a query. The output is missing the new lines and whitespace. I have to believe this is due to the template since the same output viewed in a form is correct. In another thread I have seen that "* {white-space: pre}" is required. Can anyone elaborate on this?

    OK, thanks. I must say I've found getting my feet wet with SQL Developer quite a frustrating exercise. I've been using Toad for the last 7+ years and having recently migrated my desktop from Windows to Linux I needed to find a replacement (yes I know about VMWare, Wine, etc but I want to get away from Windows completely if possible).
    SQL Developer is a good start, but IMO there are still plenty of rough edges that need knocking off. Maybe I've been spoilt by Toad - and in particular the Toad development team through their support on the mailing lists, but I don't see the same level of support here by the Oracle development team.
    Anyway, enough grumbling. Back to work :-)

  • Add new lines in BEx and drilldown character simultaneously in BEx

    Hi All!
    I have a problem with drilldown character in "Columns".
    In constructing BEx-Query I need enter new lines.
    In "Rows": a number of characteristics. New line consist of these characteristics.
    In "Columns": wi have Key Figure (available for planning) in Strucrure AND character 0FISCPER.
    0FISCPER is restricted by interval. When I run query, new lines are not displayed.
    BUT when I "swap axes" - new line is available.
    In standart I cannot do how I want.
    The first solution is:
    Put new line with "#" and NULL. In query properties in tab "Rows/Columns" activate Supress Zeros.
    Can you help me to find another solution, when I do not have to initialize data?

    Hi Harjan,
    No, it is not possible to extend, but If you are using Excel (BEx Analyzer), you should be able to just enter new rows at the bottom of the Analysis Grid, and refresh to re-sort the rows.
    Regards,
    Anil

  • Report Title Displaying in Multiple Lines on PDF Format when i Print in PDF

    Report Title Displaying in Multiple Lines on PDF Format when i tried to print in PDF Format, is there any limit for Report Title Characters
    Displaying Like -
    LRDP
    Open
    Label
    Paradigm
    Forecast
    Report
    Any Info Appreciated
    ~Srix

    Got It .. Just need to chnage the Width Parameter.......!

  • I have a white vertical line down the right side of my internal brand new macbook pro 13" display

    I have a white vertical line down the right side of my internal brand new macbook pro 13" display. I've done the following:
    -Shutdown the computer, and restarted in Safe Mode by pressing the Shift key after the restart tone
    -Shutdown the computer, and restarted by pressing Command, Option, P & R after the restart tone
    -Checked display resolution, Best for Retina
    -Hooked it up to a Dell external monitor and via projection to screen. There are no lines on the external or secondary screens
    -Just curious, I ran a color utility which can not repair 4 items, maybe this is another issue.
    This is a brand new Macbook Pro, just out of the box. It was fine for two days without any issues, fine last night while in use, opened it up this morning with the line.
    Anyone now how I can fix this on my own?
    Details atta
    <Edited by Host>

    If you are within the first 14 days from the date of purchase, return the MBP for a refund or an exchange.  If you are after the first 14 days of the date of purchase, have the MBP repaired under the warranty provisions.
    Ciao.

  • Fnd_new_messages won't display "new line" in sswa

    I created a new message in FND_NEW_MESSAGE, and I can't get "new lines"/"carriage returns" to display properly.
    Can someone explain how to get this to work? I am currently using BR, enclosed in <>, to force newline.
    For Example: ( i am using the tag properly, but for this posting i need to use the spaces before after BR) Message_text = 'This is line 1 < BR > This is line 2 ' <BR>
    In SSWA, should display as: <BR>
    This is line 1 <BR>
    This is line 2
    <BR>
    however, displaying as:
    This is line 1 < BR > This is line 2
    Thanks

    If your requirement is to have custom html message rather then the standard message, you can pass ur custom html in OAFormattedtext bean
    --Mukul                                                                                                                                                                                                                                                                                                                                               

  • af:validateLongRange displaying message: How to insert 'new line' ?

    Hello,
    While using <af:validateLongRange> tag we need to display message in a well formatted way, we have to display each statement in a new line.For eg. : message as displayed by property 'messageDetailNotInRange' must come in three different new lines not as a continuous statement.I tried inserting '\n' escape sequence for new line, but it dint work.I tried spacing the statements but that also is not working out.
    Any idea how can we get this message displayed separately in three rows rather than in a continuous statement ?
    ++messageDetailNotInRange="You have entered a value more than is available. Value entered must be in the range of {2} to {3}.To delete this line, clear the value and click Delete"++
    +<af:validateLongRange id="xyz_VC1" minimum="1"+
    maximum="100"
    messageDetailNotInRange="You have entered a value more than is available. Value entered must be in the range of {2} to {3}.To delete this line, clear the value and click Delete"
    messageDetailMinimum="Minimum {0} allowed is {2}"
    messageDetailMaximum="Maximum {0} allowed is {2}"
    hintNotInRange="#{'xyz'}"/>

    Thx..Done that!! but dint get the desired result ,I put it as :-
    messageDetailNotInRange="You have entered a value more than is available.&lt;br&gt; Quantity entered must be in the range of {2} to {3}.&lt;br&gt; To delete this order line, clear the quantity and click DELETE."
    On corresponding page this message was displayed as :
    You have entered a value more than is available.<br> Quantity entered must be in the range of 1 to 100.<br> To delete this order line, clear the quantity and click DELETE.
    It dint insert line breaks in the message.Do i need to write it differently?
    Above html code is modified once i posted it, it has inserted line breaks here for the br tag i added , but in my actual .jsff page it did not . I can only see br tag displayed as part of message and no new line got inserted.
    I dont see an option to attach a file with the post so that I can show the code to you.
    Edited by: user13439821 on Aug 15, 2011 2:58 PM

  • XSLT - New Line/Carriage Return not displaying when deployed

    Hello everyone,
    I have an XSL Style Sheet that is supposed to transform an XML into plain text using Oracle SOA 11g BPEL transformation. The plain text transformation is working fine, but whenever I try to add a new line or carriage return, the text output doesn't reflect that. I've tried several ways of adding the line break but none of them have worked. This is the XSLT I'm using for testing purposes:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:oracle:b2b:X12/V4010/850" version="1.0">
    <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
    <xsl:template match="/a:Transaction-850">
    <!-- New line -->
    <xsl:variable name='newline'><xsl:text>
    </xsl:text></xsl:variable>
    <xsl:value-of select="a:Internal-Properties/a:Data-Structure/a:Property[@Name='InterchangeUsageIndicator']" />
    <xsl:text>&#xd;</xsl:text>
    <xsl:value-of select="$newline" />
    <xsl:text>&#xA;</xsl:text>
    <xsl:text>&#13;</xsl:text>
    <xsl:text>&#10;</xsl:text>
    <xsl:text>2000ITITM</xsl:text>
    </xsl:template>
    </xsl:stylesheet>
    When I try it out in an online XSLT test tool, it gives the output as expected:
    P
    2000ITITM
    When I deploy the composite, I noticed that the XSLT in the MDS repository ignores the line breaks, *#xAs, etc. and just closes the <xsl:text/> tags:
    <?xml version='1.0' encoding='UTF-8'?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:oracle:b2b:X12/V4010/850" version="1.0">
    <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
    <xsl:template match="/a:Transaction-850">
    <xsl:variable name="newline">
    <xsl:text/>
    </xsl:variable>
    <xsl:value-of select="a:Internal-Properties/a:Data-Structure/a:Property[@Name='InterchangeUsageIndicator']"/>
    <xsl:text/>
    <xsl:value-of select="$newline"/>
    <xsl:text/>
    <xsl:text/>
    <xsl:text>2000ITITM</xsl:text>
    </xsl:template>
    </xsl:stylesheet>
    And so, because of that, it just gives me the following output:
    P2000ITITM
    I have no idea why it's ignoring the new line characters, so any guidance would be appreciated.
    Thank you all for your help and time!
    Edit: I tried concatenating as follows:
    <xsl:value-of select="concat('36','&#xA;')"/>
    <xsl:value-of select="concat('24','&#xD;')"/>
    ...which shows up as is when I look at it in the MDS repository, however the text output still shows no line breaks...
    Message was edited by: dany36

    Ah I'm such a newbie. I was able to get it displayed by doing the following:
    <xsl:variable name="newline" select="'&#xD;&#xA;'" />
    This would show up correctly in the MDS repository, too.

  • How to display text everytime  on new line

    hi
    i wana display my text everytime on new line like this
    class1
    earth & atmosphere]
    tell me what i do

    You can also code the lines one at a time:
    sprite(1).line[1] = "class1"
    sprite(1).line[2] = "earth & atmosphere]"
    Depending on the situation, this may or may not be
    preferable. I use both
    this and Mike's method on a regular basis. (Though I usually
    change the
    text on a member basis, rather than on the sprite, seems to
    work better.)

  • Displaying XML content in one line in pdf

    Hi,
    I am using OBIP for report generation, i am facing a problem regarding to xml content
    In XML the content is displaying like
    <OmbudsmanAdrress>Shri V. Ramasaamy,
    Insurance Ombudsman,
    Office of the Insurance Ombudsman,
    Fathima Akhtar Court,
    4th Floor, 453 (old 312),
    Anna Salai, Teynampet,
    CHENNAI-600 018,
    Fax : 044-24333664,
    Email [email protected]</OmbudsmanAdrress>
    but i need to show only in one line in pdf.
    how can i will get in one line
    please suggest me....
    Thanks in advance,
    Vijay Chunduri.

    Finally after a long struggle i got the answer...
    Here it is buddies...
    <?xdofx:replace(OmbudsmanAdrress,’,\n’ ,',')?>

  • Printer Configuration for PDF Display in New NWBC Window

    please am implementing SAP Note 1069540 -Printer Configuration for PDF Display in New NWBC Window
    and when i finished the configuration i the pdf tab was still not created..
    i decided to trace the error and i noticed that in service /sap/bc/webdynpro/sap/WDK_SPOOL_TO_PDF
    when i right click and test service i get an error
    Client error
    Host name lookup for 'dv1sap.mis.com' failed
    guess thats why my pdf tab was not created in my NWBC..
    can any one help..please...ASAP

    do you have maintained the host and ip adress in the hosts file of your system
    It seems it is not able to recognize the host
    just define an entry and then try
    Rohit

  • Button Display, putting buttons on new line?

    I have four buttons at the bottom of a page and am trying to be able to "stack" the buttons so that there are two lines of two. Using items there is the start on new line, but not for buttons. Is there a way to stack buttons, or get some to start on a new line without creating a new region?
    Ethan

    Buttons can be displayed by position (above or below), but this will not let you stack them. You can display buttons in "template positions". So you can control #EDIT#, #CREATE# positions in region templates, and you can assign buttons to display in the the template positions. Thus with the template you can get exact control.

  • Display in new line

    out.println("A");
    out.println("B");
    the above code print in same line, but I think that println should print in new/next line. How to print in new line?
    Usman

    Your code does well generate HTML like
    A
    BBut remember that browsers ignore newlines (and multiple whitespaces) in the HTML. You'll have to use
    out.println("A<br>");
    out.println("B");to produce a linefeed.

  • Getting # instead of new line - in smartform

    Hello,
    I am displaying a PDF in popup window, in which I am getting '#' instead of enter (Keyboard enter i.e. new line).
    Details -
    I have some text boxes, in which I can put the comments where user can press the enter on keyboard (new line character). When I look that comment on browser, I can see the enter pressed i.e. text is displayed on next line.
    But when I open a smartform, it shows me '#' instead on new line. FYI - If I look in infotype value, there also it shows '#', but I am able to get new line in browser (it doesn't show '#' in browser i.e. it works fine in browser).
    Only issue is with PDF or smartform.
    Thanks & Regards,
    Bhushan

    Hi BhuShaan,
    I understood your problem.
    I faced similar issue in smartforms while printing Longtext text with #(enter). I found a solution for the same.
    I got Text with # into ET_LONGTEXT Internal table. I have done below code
    data : ET_LONGTEXT     TYPE TABLE OF     BBP_PDS_LONGTEXT,
              ES_LONGTEXT     TYPE     BBP_PDS_LONGTEXT,
              ET_TDLINE     TYPE TABLE OF     TDLINE,
              ET_TDLINEF     TYPE TABLE OF     TDLINE.
    LOOP AT ET_LONGTEXT INTO ES_LONGTEXT.
      SPLIT ES_LONGTEXT-TDLINE AT cl_abap_char_utilities=>newline INTO TABLE ET_TDLINE .
      APPEND LINES OF ET_TDLINE TO ET_TDLINEF .
    ENDLOOP.
    You can try above logic. Good Luck.

  • Solr Collection PDF display problem

    I am having problems getting the Search collection I created to display the PDF files.  When I perform a search I am able to get the pdf file listing put when I select a PDF file to display it it does nothing.  Please help, below is the Search Action page I did
    <head>
       <title>Search Results</title>
    </head>
    <body>
    <cfsearch
       name= "newspaperarchive_results"
       collection= "newspaperarchive"
       criteria= "#Form.Criteria#">
       ContextHighlightBegin="<b>"
       ContextHighlightEnd="</b>"
       ContextPassages="1"
       ContextBytes="500"
       maxrows= "100">  
    <h2>Search Results</h2>
    <cfoutput>
    Your search returned #newspaperarchive_results.RecordCount# file(s).
    </cfoutput>
    <cfoutput query="newspaperarchive_results">
    <p>
    File: <a href="#url#">#key#</a><br>
    Document Title (if any): #Title#<br>
    Summary: #Summary#<b>
    Highlighted Summary: #context#</p>
    </cfoutput>
    </body>
    </html>

    Ah, ok. Your problem is the link you are showing to the user (file:///C:/inetpub/wwwroot/cfdocs/Newspaperfiles/Madison_County_Record/2013/05/18/Madiso n_County_Record_20130518.pdf).
    That will not likely work in a browser. Not saying it can’t work, or will never work. But it’s not likely what you really should be using. Let me explain.
    Look closely at it: a) it asks for a file:/// directive. Note that traditional browser URLs use http://. Now, it’s not that file:// is wrong. It’s that it’s not appropriate here. It would only work if the path pointed to existed on the user’s machinee. Do they have a folder called c:/inetpub/wwwroot? No. That’s on YOUR server. (And even if this was an intranet application, they would not see that file in that location, as it’s on the server. You’re not offering a path that would work from even other machines on the same network.)
    I suspect what you need is to convert this URL into a “web accessible one”, and the good news (well, good and bad) is that the file you are naming is in fact in a web accessible directory, your inetpub\wwwroot. Assuming you can serve a test.cfm page from c:\inetpub\wwwroot using http://yourdomain/test.cfm, then you can serve these files as http://yourdomain/cfdocs/Newspaperfiles/Madison_County_Record/2013/05/18/Madison_County_Re cord_20130518.pdf.
    Try that URL in your browser. If it works, then you just need to modify your code to provide THAT url to the user. To do that, you’d need to do some manipulation of the variable (you’re not showing us) which displays that link. If you’d share the line of code that outputs that link, we can provide code that will work. (Since you may be combining variables or functions to get the location you show now, I don’t want to just guess what might work.)
    Hope that helps.
    BTW, I said above that there was good news/bad news about this PDF being in a web accessible directory. It’s good for your need to just offer a link easily. It’s bad that if this is content that you may think you want to control in some way, such as to only show “some files” to “some people”, beware that anyone who sees one of these links (when we get it working) will be able to guess at other PDF file names. Just beware. (If you need to solve that, there are still other solutions, but they are way beyond the scope of this Solr forum.)
    Indeed, as may be clear by now, your issue here (the problem you raised) isn’t really a Solr question at all. It’s more about fairly basic web and CF programming. Now, I don’t say that to embarrass you. Hey, we’ve all had a challenge like this some time in our coding lives. It’s just part of getting started with any particular challenge. My point though is that in asking for help here, in the Solr forum, you have limited your audience of help. Note that you’ve not gotten much (nor rapid) response. There are basic CFML forums and indeed several subforums for various aspects of working with CF. Just saying you may want to consider raising future questions there, if they really are of ongoing questions about basic application development. Hope that’s helpful.
    /charlie

Maybe you are looking for

  • How to pass multiple parameters while calling a pl/sql procedure based serv

    Hi, I have a pl/sql procedure based service that needs to be invoked from the bpel console for testing purpose. This procedure accepts multiple input values which are of varchar2,boolean and datetime data types. How can I get the bpel console to thro

  • PAL poor quality DVD

    Have imported PAL video from HDV Sony camera in PAL format and burned DVD in PAL format too. Quality pretty poor on DVD. I imported in the format one below 1080 as the guide says little quality is lost. Does anyone import in full 1080 quality and doe

  • 2100 rack mount

    Does anyone have a part number for a 2100 rack mount kit, cant find it on Cisco anywhere? Is it the same as for the 526 the ACS-UC500RM-19=

  • Using Template information in dynamic pages

    Having created some interface templates for my current project, I find I am not able to readiily use them in dynamic pages. Is there a technique for this, that allows me to get the details from my page styles / Interface templates and combine them wi

  • [Error] Not connected to Oracle...

    I've installed oracle8.1.7 on a Sun Enterprise 450 Solaris box. Followed every steps listed in the installation Manual(SGA configuration, etc...) i tried to create databaase using dbassist but failed. The error I got is "ORA-01034 ORACLE not found" o