Failure to display multiple lines om editor screen

I converted a form from v 4.5 to 6I. This form(in v 4.5)for a text item that was associated to a editor had a value in the mulit-line property of the property palette = 'False', yet in the 4.5 version multi lines on the editor screen have always been displayed.
When I converted this same form to 6I, the multi-lines property value was set to 'No'. When I ran the form under 6I, the display of the editor screen was limited to a single line instead of displaying the multi-lines.
I changed the property for multi-lines from 'No' to 'Yes' and then the multi-lines were displayed under 6I. It appears to me that 4.5 did not care what the value for the multi line property was since it displayed multi-lines even with the value = to 'False'.
It appears in 6I it does care what the value is since I had to change the value from 'No' to 'Yes'. Is this the case? If it is that's disturbing since we have many forms that utilize an editor and that would mean I have to go into each form and change that value.
Am I missing something here?
Any help would be appreciated.

This is a bug and has been fixed in Patch 3a.
Apply this patch (Forms 6.0.8.12.x) and it will work.
Abhijith Unnikannan,
Oracle Support Services

Similar Messages

  • Crystal report -How to display multiple lines in line chart?

    Hi,
    M struggling to display multiple lines in line chart. All the values m fetching it from database into data table in below format & data type
    Category(String).....year(Int).....graph_values(Int).....table_value(String)
    Test.........................2006.......... -100............................(100)
    Avg..........................2006..........20................................20
    Median......................2006...........5................................5
    Test..........................2007...........500.............................500
    Avg...........................2007............90..............................90
    Median.......................2007............45..............................45
    M using cross tab to display data and chart to plot line. Following fields I used in Cross tab Expert & Chart expert
    Cross tab expert-
    Rows u2013 category
    Columns u2013 year
    Summarized fields u2013 Min of table_value
    In Chart Expert u2013
    On Change of - Year
    Show values - graph values
    In cross tab m able to see the data properly but not in graph.I have three categories. Hence it should plot three lines in line chart but m able to see only one line for test category.
    FYI u2013 using VS 2008 and crystal report assembly version 10.5
    Urgent. Please reply soon.
    Thanks
    ThakurS

    I got the solution.
    In Chart Expert - I should use
    On Change of -- Year, Category
    Show values -- graph values
    Thanks,
    ThakurS

  • How to display multiple lines in a text box defined in  steploop.

    Hi,
    I have a requirement to display data ( which is dynamic in nature. I determine data type,length etc dynamically) in a table format. I am using step loop for the same. I am facing a problem. Some field can be as long as 256 char long. Is there  any way to display multiple lines in text box defined in a step loop so that I can display the complete string as one entity.
    I can't use custom control as custom control can't be defined in a step loop or table controlI would really appreciate your help on this.
    Regards,
    Sanjeev

    Hello Sanjeev
    Perhaps it is possible to use a <b>mixed strategy</b> consisting of a classical table control (or, even better, an ALV grid list) where you display the first 250 character of the data and next to the table control you place a simple textedit control. When the user selects one of the text fragments in the table control the entire text will be displayed in the textedit control.
    Regards
      Uwe

  • How to extend MobileIconItemRenderer to display multiple lines of text?

    Hi,
    I am using Flex hero which has the added Mobile APIs.
    Has anyone been able to extend the MobileIconItemRenderer to display multiple lines of text.
    The current version of the MobileIconItemRenderer only displays 4 things: an image on the left, a label on the top to the right of the image , a message below the lable, which could be a sentence that can take multiple lines and an icon on the right.
    So I would like to replace the messageField content with multiple single lines , one after the other.
    Has anyone does this?
    Otherwise, i suppose I would have to implement my own ItemRenderer if I want to customize the location of the components inside the item?
    thank you

    Hi,
    I am using Flex hero which has the added Mobile APIs.
    Has anyone been able to extend the MobileIconItemRenderer to display multiple lines of text.
    The current version of the MobileIconItemRenderer only displays 4 things: an image on the left, a label on the top to the right of the image , a message below the lable, which could be a sentence that can take multiple lines and an icon on the right.
    So I would like to replace the messageField content with multiple single lines , one after the other.
    Has anyone does this?
    Otherwise, i suppose I would have to implement my own ItemRenderer if I want to customize the location of the components inside the item?
    thank you

  • How to display multiple lines of texts in a single rows in ALV

    Hi,
    I have a unique requirement in which i have to display multiple lines if texts for a single rows in ALV Grid. Right now in my output it is coming in single line which is not visible fully because that text is more than 255 character. So i want to display the test by splitting into multiple lines and show it on output. Please suggest some solution for this if this is possible in ALV.
    Thanks,
    Raghav

    Hi Raghavendra,
    Its not possible to display multiple line in one row of an alv, but i think you can acheive it by splitting the whole text into multiple sub-text.
    For example, if your requirement is as below:
    Field #1          Field #2
    1                    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(200 characters)
    2                    yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy(220 character)
    then you can break Field#2 value into say 50 character and then populate the internal table with repetative entries of Field#1 and the finally sort it by Field#1 value... as a result of which you output will be somewhat as below:
    Field#1          Field#2
    1                   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    2                   yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyy           
    Hope it will help you in meeting your requirement.
    Regards,
    Shradha

  • How to create a view to display Multiple lines of Text using ABAP WebDynpro

    Hi,
    I need to create a static view page in ABAP WebDynpro that displays Static text data in multiple paragraphs. I tried to use textview, formatted text, text edit controls by binding the textcontrol to a text object that is created in so10, but the output I am getting is only one line and the character count is limited to 60 to 65 characters.
    I would like to know which control needs to be used in ABAP Webdynpro to get multiple lines displayed with text formatting like Paragraph, Indenting and Size.....
    Thanks for your time!
    Madhavi.

    Find the sample codes:
      data sapscript_lines     type tlinetab.
      data sapscript_lines1     type tlinetab.
      data sapscript_tline     type tline.
      data sapscript_head      type thead.
      data text                type string.
      data formatted_text type ref to cl_wd_formatted_text.
      call function 'DOCU_GET'
        EXPORTING
          id                = 'TX'
          langu             = 'D' "Germany language
          object            = 'WDR_TEST_HELP_EXP1'
        IMPORTING
          head              = sapscript_head
        TABLES
          line              = sapscript_lines
        EXCEPTIONS
          no_docu_on_screen = 1
          no_docu_self_def  = 2
          no_docu_temp      = 3
          ret_code          = 4
          others            = 5.
      if sy-subrc <> 0.
        text = space.
      endif.
      formatted_text = cl_wd_formatted_text=>create_from_sapscript(
        sapscript_head  = sapscript_head
        sapscript_lines = sapscript_lines
      " set it into the context
      if Not ( formatted_text is initial ).
        wd_context->set_attribute(
        name  = 'FORMATTED'
        value = formatted_text->m_xml_text ).
      endif.
    clear sapscript_head.
    clear sapscript_lines.
    *Get the text created by SO10
    CALL FUNCTION 'READ_TEXT_INLINE'
      EXPORTING
        ID                    = 'ST'
        INLINE_COUNT          = 1
        LANGUAGE              = 'E' "English language
        NAME                  = '85XX_FOOTER'
        OBJECT                = 'TEXT'
      LOCAL_CAT             = ' '
    IMPORTING
       HEADER                = sapscript_head
      TABLES
        INLINES               = sapscript_lines1
        LINES                 = sapscript_lines
    EXCEPTIONS
      ID                    = 1
      LANGUAGE              = 2
      NAME                  = 3
      NOT_FOUND             = 4
      OBJECT                = 5
      REFERENCE_CHECK       = 6
      OTHERS                = 7
      formatted_text = cl_wd_formatted_text=>create_from_sapscript(
        sapscript_head  = sapscript_head
        sapscript_lines = sapscript_lines
      " set it into the context
      if Not ( formatted_text is initial ).
        wd_context->set_attribute(
        name  = 'FORMATTED1'
        value = formatted_text->m_xml_text ).
      endif.

  • Need to display multiple lines of output in adobe form..

    hi,
    i have an internal table data which needs to be displayed on my adobe form as multiple lines . how do i design my form in SFP ??
    actually i alerady have a form whose layout is life one header line and one detail line..i dont see anywhere any property that i can set to say i want to repeat that detail line multiple times. so whats the way to do this ?
    thks

    Hi Jojit,
    That was a bit helpful. But what i am looking for is that i will be having a table inserted in the layout with 2 rows. One in which i will type the header text and the other row will have the text elements in each of the column to hold the field values. So my design is predefined in the form. The example u show is a blank form to which we write rows of data. But i need some additions to it like drawing a table around it with a header line.
    can we design that thru the driver program ?? or is there any other way ?
    thks

  • Display Multiple Lines - Edit Window

    When a user presses CNTL-e to pop up the editor window for a varchar item, is there a way for the user to show his text string on multiple lines? If you hit carriage return, the window closes. If you hit the down arrow the cursor moves to the search button. If you use the mouse to narrow the width of the window, the text doesn't wrap down.
    Is there any way for this window to show a long text string on multiple lines? If not, why does the window have a vertical line scroll bar?? Thanks.

    Hi,
    For that particular item, If you look at the properties, there is one property by name Editor. It will initially be null. You can select the system editor from the pull down for that property. After doing this, you should be able to use the system editor defined for your Forms application (For ex: in Windows, the system editor is Notepad. It can be changed to the editor of your choice by changing the value of the key Forms60_Editor in Registry).
    Once you do this, you will be able to edit the item in the way you want.
    Also, if you define an editor object and want to use that, You can set the wrap style of your editor to Word, Charecter or None. Again, the editor can support only as many charecters as your Item can accomodate. If you want to have scroll bar for the Editor, you can again do it using the property pallate by choosing Yes or no for the Show Scroll bar property.
    Try this and let me know.
    Thanks
    Magesh

  • Displaying multiples lines of an Internal table to Textedit.

    Hi,
    I have an internal table. I wish to display them in an TextEdit as multiple lines. ie, each record of an internal table (which has only one string element) should be displayed as an individual line inside the TextEdit. How do i achive that ? I tried concatenating seperated by '/', but not working. Please suggest.
    Thanks,
    Gaurav.

    Thomas is right, but supposedly (haven't tried myself yet) you could also bound the value property to a STRING_TABLE typed attribute (plain i.e. not structured string table).
    If you follow the concatenation approach, the separator to be used is NEWLINE.
    Here's the relevant help excerpt:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/06/45ee412e5e6324e10000000a1550b0/content.htm
    value
    Text to be displayed. The text can be edited.
    The attribute to be bound can be of type STRING or STRING_TABLE. With STRING_TABLE rows from TextEdit are stored as table rows. A line break is always stored as a line feed in a STRING (CL_ABAP_CHAR_UTILITIES=>NEWLINE, ASCII decimal 10). The Web Dynpro framework carries out the conversion for the client platform.
    Note that a string to be displayed in TextEdit, must only use a line feed as a line break.
    Regards

  • TS2771 My Ipod touch displays white lines across the screen.  I've turned it on and off but still shows up HELP!!!

    My Ipod touch displays white lines across my entire screen.  I've turned it on and off and it still hasn't cleared up.HELP!?!

    Try the standard fixes:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod
    If you still have the problem that points to a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • How to display multiple lines for texarea

    I have a textarea where user can type in several lines of code. I am storing it in varchar2(2000).
    When I display that textarea, it gets displayed in 1 single line that drags all the way to the right. I want it to display the text in multiple lines where each line containing no more than lets say 7 or 8 words.
    How can I do that.
    Thanks for your help

    First, expecting an answer here in just a couple hours is optimistic to say the least (and possibly pushy at most).
    To your question: You don't say which browser you're using, which could be an issue.
    Since you said the user is entering lines of code, I'll assume there are spaces between the values? If not, for example, they're entering a URL, it won't wrap the line.
    But I just edited a sample editable tabular form of mine and set the Element Width = 60 and Element Height = 10 and it worked as expected. My point being, you might want to try setting the Width, not just the height.
    Hope this helps,
    Stew
    My Oracle Community blog:
    http://www.oraclecommunity.net/profiles/blog/list?user=stewstryker

  • Hierarchial list display- multiple line selection

    hi all,
        In my program I have multiple item field records under a header field.When I select some of the item record line and press a button on application tool bar the control should be transferred to a transaction code.
        how can I accomplish this in hierarchial sequential list display.
      The code I used is:
    CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
      EXPORTING
      I_INTERFACE_CHECK              = ' '
       I_CALLBACK_PROGRAM             = GV_PROGNAME
       I_CALLBACK_PF_STATUS_SET       = 'ORDERS'
       I_CALLBACK_USER_COMMAND        = 'USER_COMMAND'
       IS_LAYOUT                      = X_LAYOUT
       IT_FIELDCAT                    = I_FCAT
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
       IT_SORT                        = LT_SORT
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
      IT_EVENTS                      =
      IT_EVENT_EXIT                  =
        i_tabname_header               = I_TAB_HEAD
        i_tabname_item                 = I_TAB_ITEM
      I_STRUCTURE_NAME_HEADER        =
      I_STRUCTURE_NAME_ITEM          =
        is_keyinfo                     = IKEYINFO
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                =
      IR_SALV_HIERSEQ_ADAPTER        =
      IT_EXCEPT_QINFO                =
      I_SUPPRESS_EMPTY_DATA          = ABAP_FALSE
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
      tables
        t_outtab_header                = I_HEADER
        t_outtab_item                  = I_ITEM
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.                    " ALV_DISPLAY
    form USER_COMMAND USING r_ucomm LIKE sy-ucomm
                 rs_selfield TYPE slis_selfield.
    *at user-command.
    case r_ucomm.
    when 'SEL'.
    *IF sy-lsind = 1 .
        DO.
          CLEAR wa_item-chk.
          READ LINE sy-index FIELD VALUE wa_item-chk.
          IF sy-subrc <> 0.
            EXIT.
          ELSE.
            CHECK wa_item-chk = 'X'.
            IF rs_selfield-tabindex <> '0'. "CHECKS IF A VALID IS SELECTED OR NOT.
            CHECK i_item IS NOT INITIAL.
            READ TABLE i_item INTO wa_item INDEX rs_selfield-tabindex.
           SET PARAMETER ID 'VST' FIELD wa_item-vstel.
           call transaction 'VL03N' and skip first screen.
           endif.
           endif.
           enddo.
    endcase.
    endform.
                Please help me out with a solution.
                          Thanks in advance.

    hi,
    if u want to go to different transactions according to different fields u have selected than there is one field u can check that
    <b>selfield-fieldname</b>
    IF <b>selfield-fieldname</b> = 'VBELN'.
       SET PARAMETER ID 'VF' FIELD itab-vbeln.
      CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.
    ELSEIF <b>selfield-fieldname</b> = 'MATNR'.
      SET PARAMETER ID 'MAT' FIELD t_mat.
      CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
    ENDIF.

  • How to create text box with multiple lines in selection screen.

    Hi,
    i need to create a text box to capture comment with 300 characters. i want to achive this without using module pool,is there any posibilities to that
    regards
    raja

    Since text on Report screens is limited basically to what's left on a line in the selection screen, you'll have to use Module Pool.
    however, you can call a screen from a report program and use the editor within a Custom Control on the screen.  Not a tough thing to do.

  • THIS CURRENTLY POSSIBLE?? - Displaying multiple psd inside editor??

    Not sure how well I can explain this. This is an idea that I would THINK photoshop would have but perhaps I am not aware and have been doing this the HARD way??
    * Let's say I am creating a website template which usually consists of a HEADER, FOOTER, (perhaps a LEFT, RIGHT) and a CONTENT center region. What I am CURRENTLY been doing is the following:
    Let's say I am working on a Decoder page called Decoder.psd and in order to create the website layout, I create 5 folders in the layers pallete which contain the contents of each region of the layout.
    1. HEADER
    2. FOOTER
    3. LEFT
    4. RIGHT
    5. CONTENT
    Now SURE I can ignore the header, footer... but it makes it MUCH EASIER to work with designing wise when I can see exactly what the finish product will look like in realtime in the same screen. Unfortuntely there is a DISADVANTAGE to this which hense the reason for this posting. If I decide I want to change something in the ie. Header and footer design, I would have to edit each of the psd files individually and basically copy/paste the HEADER and FOOTER layer pallete folders so each of my template pages are updated.
    What I am wonder is if there is a way to have say a DECODER.PSD file which only had the contents of the decoder deisgn in the layers pallete, and then be able to SHOW other layer contents (or perhaps just the end result) of another psd file in the design workspace?
    Similar to how a FRAME would work in html. You have each layout seperated into individual html files (in this case individual psd files for each part of the layout regions) and DISPLAY other html pages (in this case, other psd contents) in specific areas of the page (In this case the workspace).
    This is a feature that SHOULD be in photoshop especially for website designers so I would assume it IS and I am just not aware of??
    Thank you!

    Anyone?
    This is a much needed feature.

  • Displaying multiple records on 1 screen

    scenario:
    - search dept_head thru dept_id in screen 1 via user input (dept_id)
    - screen2 has 2 buttons BACK and NEXT
    - if dept_head is only 1:
         BACK - go back to screen 1
         NEXT - exit the screen (im done on this)
    - if dept_head is more than 1: (this is my problem)
         BACK - display previous record, if on record #1 back to screen 1
         NEXT - display next record, if last record is reached - exit.
    this is my approach...
    PAI - 1st screen
    no_of_rec = 0
    select dept_id
         into v_dept_id     
         from dept
         where dept_id = user_input.
         no_of_rec = no_of_rec + 1.
    endselect.
    PBO - 2nd screen (I have a loop to display the record(s))
    LOOP.
         ' display the records to corresponding fields'
    ENDLOOP.
    if no_of_rec = 1
         'disble NEXT button'
    else
         'enable NEXT and BACK buttons'
    endif.
    PAI (2nd screen)
    rec_num = 1.
    case sy-ucomm.
    when 'NEXT'.
         rec_num = rec_num + 1
         if rec_num < no_of_rec.
         **i need to display next record in their corresponding fields - - - - how would i be able to do this??
    do i need another loop or a select statement..
    when 'BACK'.
    i also don't know how to display the records in their correponding fields in screen2..
         **please help...
    also do i have a mistake in my approach?
    thanks so much... hope you could help!

    Hi paul,
    pls add : next_record;
    OPEN prop_cur(:TXT_BACODE);
    FETCH prop_cur INTO
    :blk_address.txt_ref
    ,:blk_address.txt_address
    ,:blk_address.txt_desc
    ,:blk_address.txt_band_value
    ,:blk_address.txt_date1 ;
    next_record;
    CLOSE prop_Cur;
    Hope this will work.
    Regards
    Anu

Maybe you are looking for

  • How do you change download preferences?

    I would like to have my downloads go into a different folder than the default "downloads" folder permanently. Can anyone help as how to accomplish this? Thnx

  • Save as PDF, allow digital signatures in Reader

    After saving the pdf from Pages, security permissions do not allow for digital signatures in Adobe Reader.  How do I change this without having to use the full version of Adobe Acrobat? ...Bruce...

  • Dbsnmp installation RH 6.0

    I just got ora8051ee installed on RH 6.0 but cannot get dbsnmp to start. I think I have the configuration files correct. When I try to start dbsnmp I get the following: LSNRCTL> start Starting /u01/app/oracle/product/8.0.5/bin/tnslsnr: please wait...

  • Transport system BADIs

    Hello, ladies and gentlemen, I have a question regarding the BADIs in the transport system. I would like to implement the code inspector check of the transport request with some additional features. I know there is the BADI called CTS_REQUEST_CHECK.

  • Tuxedo calling EJB question

    Folks, I have read some documentation about WTC and got in doubt. In order to have the EJB access from Tuxedo service, I have to make it as an EJB 2.0 putting the RemoteHome and Remote as some Weblogic Tuxedo classes. That is fine. My question: does