Creating a break line in cf

Hello,
#chr(13)##chr(10)#  or  chr(13) & chr(10) not creating line break in coldfusion.
Can anybody help please ?

#chr(13)##chr(10)#  or  chr(13) & chr(10) not creating line break in coldfusion.
How are you arriving at this conclusion?  Where's some code that demonstrates this?
You should perhaps read these:
Centric to these forums: http://forums.adobe.com/thread/607238
More general: http://www.catb.org/~esr/faqs/smart-questions.html
Adam

Similar Messages

  • How do I set the column content to automatic break lines

    Hello Guys,
    I have a problem with the column width and the column content of a standard report. Within the report are hugh entries which aren't interrupted by an space character. I set my column width to a special value by usingen "css style: display block; width: 300px;". Now the problem is that some of the column entries have a longer width than the column width is setted. So they overlock the entries of the column next to them.
    My question is: How do I set the column content to automatic break lines after a certain count of characters?
    After researching a couple of websites and discussion thread I found maybe a reference to the solution. I hope it help you to give me an answer.
    COLUMN LAST_NAME FORMAT A4
    regards
    wderr

    Wderr,
    PDFs are another animal entirely. Try adjusting the width of the column under the Print Attributes tab of the report.
    If that doesn't work you'll probably need to create custom XSL-FO layouts which, depending on the tools you have at your disposal, could take some time.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Send e-mail with a file as attachment - Break line problems

    Hi
    I use the function SO_NEW_DOCUMENT_ATT_SEND_API1 to send an e-mail from ABAP program.
    With SAP4.5B, all work good, but since we have 4.6C, the attached file is malformatted.
    An automatic CRLF break line is generated all 1022 char!
    The eattachment is create from content of internal table with a line of 255 char.
    How can I avoid the automatic CRLF char or how can I to send a good file ?
    Thank

    Hi,
    look here:
    Re: How to email an attachment with more than 255 characters?
    Andreas

  • How to create a multi-line table/column comment

    Can someone tell me how to create a multi-line table or column comment?
    Apparently, the concatenate operator (||) does not work with the COMMENT statement.
    I've searched the Oracle manuals and couldn't find an answer.
    COMMENT ON TABLE sometbl IS 'i would like to break up this comment into several lines in order to improve readability'; Effectively, this is what I'd like to do (but it doesn't work):
    COMMENT ON TABLE sometbl IS
      'i would like to break up ' || CHAR(10) ||
      'this comment into several lines ' || CHAR(10) ||
      'in order to improve readability' || CHAR(10); Oracle version is 10.2.0.4

    Why not just
    SQL> create table t (a int)
    Createtable successfully completed.
    SQL> comment on table t is 'i would like to break up 
    this comment into several lines 
    in order to improve readability'
    Commenton successfully completed.
    SQL> select * from user_tab_comments where table_name = 'T'
    TABLE_NAME           TABLE_TYPE  COMMENTS                               
    T                    TABLE       i would like to break up               
                                     this comment into several lines        
                                     in order to improve readability        
    1 row selected.?

  • How to add new price break lines to existing PO quotations?

    Hi,
    I am using a custom interface (to insert quotations data into PO headers/lines interface tables) and PO documents open interface to create PO Quotations in Oracle.
    I need to modify this interface to:
    1. Update existing price break lines for a quotation line.
    2. Add new price break lines to existing quotation line(which may/may not have exsiting price break lines).
    Please let me know:
    1. What modifications need to be done to the existing code.
    2. What values needs to be passed to the action columns in PO_HEADERS_INTERFACE and PO_LINES_INTERFACE for above scenarios?
    Any ideas/help will be appreciated.
    Thanks
    Imran

    Hi Imran,
    I have done a similar exercise for BPA price breakup.. Let me know if you need that as reference. I can share that :).. Please provide your personal mail id..
    Regards,
    S.P DASH

  • Break line in sending mail program

    Hi All,
    I am creating sending mail program, its working fine but  for that i have problem in break line.
    my code is below:
    doc_chng-obj_descr = 'SAP test mail'.
    Mail Contents
         loop at itab..
        CONCATENATE 'sap test mail UPDATED:' ''
      INTO it_objtxt SEPARATED BY space.
      APPEND it_objtxt.
      CONCATENATE 'test1:' SPACE itab-KOKRS
      INTO it_objtxt SEPARATED BY space.
      APPEND it_objtxt.
      CONCATENATE 'test2:' SPACE itab-KSTAR
      INTO it_objtxt SEPARATED BY space.
      APPEND it_objtxt.
      if int = 16.
        CONCATENATE 'test3:' space  itab-objnr
        INTO it_objtxt SEPARATED BY space.
        APPEND it_objtxt.
      endif.
    endloop.
    output is:
    sap test mail
    test1:5000
    test2:0000600100
    test3:371040
    sap test mail
    test1:5000
    test2:0000600100
    test3:362040
    but i want blank line after 1 entry like below
    sap test mail
    test1:5000
    test2:0000600100
    test3:371040
    sap test mail
    test1:5000
    test2:0000600100
    test3:362040
    so please guide me.... i used skip and new-line statement but its not working...
    Thanks in advance
    zeni

    Add a blank line at the end of the loop.
    loop at itab..
    CONCATENATE 'sap test mail UPDATED:' ''
    INTO it_objtxt SEPARATED BY space.
    APPEND it_objtxt.
    CONCATENATE 'test1:' SPACE itab-KOKRS
    INTO it_objtxt SEPARATED BY space.
    APPEND it_objtxt.
    CONCATENATE 'test2:' SPACE itab-KSTAR
    INTO it_objtxt SEPARATED BY space.
    APPEND it_objtxt.
    if int = 16.
    CONCATENATE 'test3:' space itab-objnr
    INTO it_objtxt SEPARATED BY space.
    APPEND it_objtxt.
    endif.
    * Add a blank line
    clear lt_objtxt.
    append it_objtxt.
    endloop.
    Regards,
    Rich Heilman

  • Setting break lines

    Hi all
    I want to know how to insert a blank line between the first line of column labels and lines of column values in a group-left report . And is it also possible to break line between each result set records ?
    Thank you.

    For the blank lines between each record, you will want to modify the Vertical Spaces between Records property on the repeating frame. This will determine how much space is printed between each record. I think it goes by whatever you have in your measurement settings. I just plug in numbers and see how i like it.
    You may also want to try modifying the Horizontal Space property for the repeating frame with the column headings. This may create the space you are looking for.
    This stuff is hard to picture without seeing it, so I'm taking a stab here! And if all else fails, run the report, and when in the live-previewer, set flex mode on, and start stretching your columns/rows to the way you want it!
    Good luck!

  • Can we create PRICE BREAK using qp_price_list_pub.process_price_list API

    I am able to create Price list headers, prrice list lines and pricing attributes using qp_price_list_pub.process_price_list. But i am unable to create price break using this API. Is it possible to create Price Break using this API.

    1008612 wrote:
    I am able to create Price list headers, prrice list lines and pricing attributes using qp_price_list_pub.process_price_list. But i am unable to create price break using this API. Is it possible to create Price Break using this API.please see this
    How To Add Price Breaks To A Pricing Agreement ? [ID 1305360.1]
    ;) AppsMAsti :)
    Sharing is Caring

  • MRP create more Schedule Lines than target quantity

    We already follow the OSS note 83343, we create a Schedule agreeement and validity date is the same as the Source List and Quota arrangement, also the Target Quanity is the same in the quota arrangement in the maximun quantity and Maximun release qty fields.
    After maintaining that data, we run the MRP as follow:
    Processing key          NETCH               Net change for total horizon
    Create purchase req.    2                   Purchase requisitions in opening period
    Delivery schedules      3                   Schedule lines
    Create MRP list         1                   MRP list
    Planning mode           1                   Adapt planning data (normal mode)
    Scheduling              1                   Basic dates will be determined for plann
    After that, still in teh schedule agreement was created more schedule lines that the quantoty is bigger that the target quantity in the sched Agreement.
    What else we miss??

    Thanks for your not help.
    That I can investigate is the quota arrenagement is incorrect but for some reason the QA is not working.

  • FM to create subcontracting delivery lines

    Hi Folks,
    We are using one custom function module to create subcontracting delivery lines. Inside this custom FM, we are using ME_COMPONENTS_MAINTAIN function module first to maintain the components and then ME_UPDATE_SCHEDULES_DISPO to create delivery lines for the schedule agreement. Actually the ME_COMPONENTS_MAINTAIN is displaying a screen where you have to maintain the material, wquantit etc. manually. But we dont want that. We need to create subcontracting delivery lines without manual intervention. Is there any FM available for this requorement? Or else can I use ME_UPDATE_SCHEDULES_DISPO directly to create subcontracting delivery lines? I know this query is more functional than technical. Kindly provide your inputs.
    Thanks,
    Mani

    http://scn.sap.com/thread/175138
    (about halfway down, Stefan Berger's post)
    I've not completely tested this yet, but whilst investigating a similar problem, I came across the above thread. ME_COMPONENTS_MAINTAIN has a paramater "I_FCALL" which if you set to 'X' doesn't call the screens, and just runs in background.
    You can also see the variable population by putting a breakpoint in the top of this fm, and then running the frontend transaction.

  • How to create page breaks in numbers?

    How do I create page breaks in iCloud Numbers?   The spreadsheet I created is 4-5 pages long, but it saves as one long scrolling document, and when it prints, all 4-5 pages are seen (very small, unreadable font) on a single page.  Any ideas?
    Thanks!
    Dave

    This excel feature is not exactly available in Numbers.
    Here we may create up to 255 sheets in a document. They are reachable from the thumbnails area.
    And each sheet may embed up to 255 tables also reachable from the thumbnails area.
    Think different or use Excel !
    Yvan KOENIG (from FRANCE mardi 23 juin 2009 12:20:18)

  • How to create a muli line text area using JavaFx

    Hi all,
    Since the preview SDK does not contain TextArea any more, I am wondering how to create a muli line text area using JavaFX. The behaviour of this text area/field should be somehow similar to JTextArea in Swing or StyledTextWidget in SWT.
    Does JavaFX have any support for this? What would be a sensible approach to create such a widget?
    Thanks for your suggestions,
    br michael

    This is a pretty old thread (I know I came across this while searching for something similar recently), but I figured I'd throw this out there in case other people might find this useful. As I write this, JavaFX's latest version is 1.3... which may have added the needed functionality since the last post.
    You can now create a multi-line text area using a TextBox and by specifying the nubmer of lines and setting the "multiline" value to true. It may not offer all of the same functionality as JTextArea, but it did the job for what I needed... newlines by pressing enter, scrollbar if text surpasses height, etc.
    Here's a simple example:
    Group {
       content: [
          TextBox {
             text: "This is a multi-line textbox"
             lines: 10  // <-- this may/may not be necessary depending on your situation. Default is 5.
             multiline: true
    }Edited by: loeschg on Jul 29, 2010 2:59 PM

  • Create a new line in the xml-header structure.

    Hi,
    Can any one tell me how to create a new line in the xml-header structure.
    I am doing a IDOC-XI-HTTP scenario.
    Actually my mapping create this file:
    <b><?xml version="1.0" encoding="utf-8"?>
    <ORDERS05>
      <IDOC BEGIN="1">
        <EDI_DC40 SEGMENT="1"> </b>
    The result must look like this.
    <b><?xml version="1.0" encoding="utf-8"?>
    <ORDERS05>
      <IDOC BEGIN="1">
        <EDI_DC40 SEGMENT="1"> </b>
    Thanks and Regards,
    Eren

    Hi,
    thanks for you quick answer.
    I found a xsl script.
    It works fine.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" indent="yes"/>
       <xsl:template match="*">
          <xsl:param name="depth">0</xsl:param>
          <!-- New line with indenting. -->
          <xsl:if test="$depth > 0">
             <xsl:text>    </xsl:text>
          </xsl:if>
          <xsl:text>&#xA;</xsl:text>
          <xsl:element name="{name(.)}">
             <xsl:for-each select="@*">
                <xsl:attribute name="{name(.)}"><xsl:value-of select="."/></xsl:attribute>
             </xsl:for-each>
             <xsl:apply-templates>
                <xsl:with-param name="depth" select="$depth + 1"/>
             </xsl:apply-templates>
          </xsl:element>
       </xsl:template>
    </xsl:stylesheet>
    Best regards
    Eren

  • Create a new line in the smartforms

    Hi Guys,
    Please let me know to create a new line in the smartforms.
    I tried creating a window with the height length is 0 cms.
    It is allowing to create a line.

    Hi,
    First I need to include the LOGO and next line I need to make a line.
    What do you mean by 'making a line '?
    Is it an empty line?
    If it is just a blank line, while creating the text below the logo just give one line space and then type in your text.
    Regards,
    Shailaja

  • How to create a new line in label in Xcode

    How to create a new line in label. for example I have two buttons & one label. when i press first button, l want to change the label text to "Hello World". then when I press the second button, on the same label I need to display"Good Bye" on the next line in xcode 5?
    I want to display the lablel like below:
    Hello World
    Good Bye

    I am using Xcode to develop an app for iOS.
    I tried using multi-line label & belwo is my code.
    - (IBAction)change:(UIButton *)sender {
        self.Screen.text = @"\nHello World";
    - (IBAction)newChange:(UIButton *)sender {
          self.Screen.text = @"\nGood bye";
    everytime when i pressed the button, it replacing the whold lable text instead of adding the second line.

Maybe you are looking for

  • Help: FCE 2.0.3 project files will not open in FCE 4.0

    I have been using FCE 2.0.3 on a PowerBook G4 and PowerPC G5 to annotate a number of movie files with markers. I recently bought a new MacBook Pro with Intel and the new FCE 4.0. The new FCE launches when I double click on a FCE 2.0.3 project file, b

  • PO no in Order

    Hi SAP Experts, Is the PO no field in The Sales order Header seen in Invoice Header ? I have checked it appears at item level but want to know does it exists at Header level too? Appreciating your quick reply. Thanks and Regards, Umesh Karane.

  • My InDesign windows (UI) keeps jumping from the top to half way down on my second monitor

    It could be since I made the last OS X update – Yosemite 10.10.2 My windows, as set up in my workspace, now jumps from the top of my monitor to about halfway down, rendering all the windows on the lower half off-screen and useless. I'm having to use

  • How do I create a 4'x8' sign?

    How would I go about setting up an Indesign document for the precise dimensions of 4' x 8'? Should I create the document at the exact size? Would Illustrator be a preferred option instead? If so, is there a specific way to set up the Illustrator docu

  • HT201269 How can I unlock the password of my iPod touch without having to lose data?

    How can I unlock the password of my iPod touch without having to lose data?  You see, I'm trying to transfer the data from my iPod touch to my iPhone and I can't unlock the password of my iPod because it's cracked and I can't use the iPod at all. And