Hide code on lov

I have a dynamic lov. Wth lots of values - so I use a popup lov with a search option. cool.
It comes up nicerly and a user can click on the value they want. Unfortunately this then populates the apex-form with the number not the display value. So the user is surprised that what they picked in not on the form. Anyone know a simple way around this?
I was thinking of having a before insert trigger call a procedure and get the number...maybe too complicated!? Is there any other way around this?
In a sort of realted problem i now I have lov tables I cannot make a interactive report and form on the table as in order for the users to know what they are looking at they need the table to be joined to various lookups...a view is also problematic. I'm beginning to wonder about storing the data directly in the table and having a procedure on the lov table that will update the other 3 or 4 tables if the value in it is changed....nasty or at least unusual but maybe its my best simplest option given that there are never likely to be a huge number of tables usig these lovs?
Edited by: Emu on Jul 13, 2009 2:08 AM

Use popup key LOV (displays description returns key value).
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
------------------------------------------------------------------------------

Similar Messages

  • Javascript To Hide/Show Complete LOV Item On Page

    Hi All,
    I am trying to show/hide a page item which is a LOV page item type. I was using the $f_Hide_On_Value_Item which does not hide LOV image. What should I use to accomplish this ? It has to implemented in Javascript. Any help appreciated ...
    Tom

    Hello Tom,
    >> Are there other options ???
    There are usually other options :)
    Scorpio idea is a good start, although I‘m not sure his code cover the label of the LOV item. I think for that you should go one level up in the DOM. Using the ID suggestion he gave you, try using the following line:
    $x('popUp').parentNode.style.display = 'none';That should hide the entire ‘tr’ the LOV item is on.
    Hope this helps,
    Arie.

  • Can I have a PL/SQL code for LOV

    Hi,
    I apologize for this dumb question. I have been so out of touch with dev (almost 8 years). Plus new to pl/sql.
    I am creating a status report application. On the dashboard, I currently have some metrics (horizontal charts). I wanted to expose these metrics based on filter.
    I had created 2 filters. The first one will identify the type (Week, Month, Qtr or Year) and the 2nd filter would be based on the type. For e.g. if I select Month as type, the 2nd filter should show May-12, April-12 etc. Once I select the 2nd filter, I should use them to show the appropriate metrics. The metric that I currently have would show all the projects that users have worked on during the week/month/qtr or year (depending on the 1st and 2nd filter).
    On the dashboard region, I added a condition to check if the value for both 1st and 2nd filter is not null. This allows me to show the dashboard only if the 2 filters have been selected.
    For the 2nd filter, I need to write a PL/SQL code to show the LOV.
    I am assuming that the pl/sql would return a SQL query. The SQL query will be based on week, month etc. Is that right?
    Thanks
    balaji
    Edited by: user644868 on May 17, 2012 11:29 AM

    rbalaji2026 wrote:
    For the 2nd filter, I need to write a PL/SQL code to show the LOV. Doesn't appear necessary. With filter 2 cascading from filter 1, why not:
    select
            /* Week query */
    from
    where
    and     :p1_filter_1 = 'WEEK'       
    union all
    select
            /* Month query */
    from
    where
    and     :p1_filter_1 = 'MONTH'       
    union all
    select
            /* Quarter query */
    from
    where
    and     :p1_filter_1 = 'QUARTER'       
    union all
    select
            /* Year query */
    from
    where
    and     :p1_filter_1 = 'YEAR'       

  • How to hide code navigator icon in code view? DW CS5

    Hey all,
    Is there an easy way to turn the code navigator icon off in code view?  It likes to pop up at the most inconvenient times and hides parts of my code from me.  Do I have to disable 'all' tool tips?  Please help.  Thanks.

    I turn it off until I need it.
    http://forums.adobe.com/message/2829663#2829663
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Need help in completing Denes Kubicek code: cascading lov in tabular form

    Hi, I have been working off of Denes Kubicek demo for cascading lovs and have finally (!) gotten it working....sort of.
    Denes's instructions indicate that you must request an account in order to receive the code. I have done so, but have not had a response....can anyone help me on what needs to be done in oder to complete his instructions?
    thanks!!
    here is his helpful code:
    http://htmldb.oracle.com/pls/otn/f?p=31517:176:2537143614094776

    sorry. my query is now:
    select
    apex_item.hidden(11,seq_id) seq,
    apex_item.hidden (12,seq_id)||
    apex_item.select_list_from_query_XL(13,c013,'select distinct s.common_name d, s.species_itis r
    from species s, species_qc c
    where partner_id = '||:f200_issuing_agency||' and
    c.species_itis = s.species_itis order by s.common_name',
    'style="width:220px" '
    || 'onchange="f_set_casc_sel_list_item(this,'
    || 'f16_'
    || LPAD (seq_id, 4, '0')
    || ')"',
    'YES',
    '0',
    '- Select Species -',
    'f13_' || LPAD (seq_id,4, '0'),
    NULL,
    'NO'
    ) SPECIES_ITIS,
    apex_item.select_list_from_query(14,c014,'select disposition_desc d, disposition_code r
    from dispositions
    where displayed = 1 order by disposition_desc') DISPOSITION_CODE,
    apex_item.text(15,c015) reported_quantity,
    apex_item.select_list_from_query(16,c016,'SELECT DISTINCT unit_desc ,unit_of_measure
    FROM species_Qc s, units_of_measure u
    WHERE s.unit_of_measure = u.unit_measure
    AND species_itis = '||c013||'AND partner_id = '||:F200_ISSUING_AGENCY,
    'style="width:220px"',
    'YES',
    '0',
    '- Select Unit -',
    'f13_' || LPAD (seq_id, 4, '0'),
    NULL,
    'NO' ) UNIT_MEASURE,
    apex_item.SELECT_LIST_FROM_LOV(17,c017,'SALE_DISPOSITION') SALE_DISPOSITION_FLAG,
    apex_item.text(18,c018) PRICE,
    apex_item.text(19,c019) PERMIT_ID,
    apex_item.select_list_from_query(20,c020,'select market_desc d, market_code r
    FROM market_categories
    where market_code in (select distinct market_code
    from species_qc
    where species_itis = '||c013||'
    and partner_id = '||:F200_ISSUING_AGENCY||')',
    'style="width:220px"',
    'YES',
    '0',
    '- Select Market -',
    'f13_' || LPAD (seq_id, 4, '0'),
    NULL,
    'NO' ) MARKET_CODE,
    apex_item.text(21,c021) GRADE_CODE,
    apex_item.text(22,c022) trip_id
    from apex_collections c
    where collection_name = 'CATCH_C' and
    c.c022 = :F200_CURRENT_TRIP_ID
    UNION ALL
    select
    apex_item.hidden(11,null) seq,
    apex_item.hidden (12,null)||
    apex_item.select_list_from_query_XL(13,0,'select distinct s.common_name d, s.species_itis r
    from species s, species_qc c
    where partner_id = '||:f200_issuing_agency||' and
    c.species_itis = s.species_itis order by s.common_name',
    'style="width:220px" '
    || 'onchange="f_set_casc_sel_list_item(this,'
    || 'f16_'
    || LPAD (9900 + LEVEL, 4, '0')
    || ')"',
    'YES',
    '0',
    '- Select Species -',
    'f13_' || LPAD (9900 + LEVEL,4, '0'),
    NULL,
    'NO'
    ) SPECIES_ITIS,
    apex_item.select_list_from_query(14,null,'select disposition_desc d, disposition_code r
    from dispositions
    where displayed = 1 order by disposition_desc') DISPOSITION_CODE,
    apex_item.text(15,null) reported_quantity,
    apex_item.select_list_from_query(16,null,'SELECT DISTINCT unit_desc ,unit_of_measure
    FROM species_Qc s, units_of_measure u
    WHERE s.unit_of_measure = u.unit_measure
    AND species_itis = '||0||'AND partner_id = '||:F200_ISSUING_AGENCY,
    'style="width:220px"',
    'YES',
    '0',
    '- Select Unit -',
    'f13_' || LPAD (9900 + LEVEL, 4, '0'),
    NULL,
    'NO' ) UNIT_MEASURE,
    apex_item.SELECT_LIST_FROM_LOV(17,null,'SALE_DISPOSITION') SALE_DISPOSITION_FLAG,
    apex_item.text(18,null) PRICE,
    apex_item.text(19,null) PERMIT_ID,
    apex_item.select_list_from_query(20,null,'select market_desc d, market_code r
    FROM market_categories
    where market_code in (select distinct market_code
    from species_qc
    where species_itis = '||0||'
    and partner_id = '||:F200_ISSUING_AGENCY||')',
    'style="width:220px"',
    'YES',
    '0',
    '- Select Market -',
    'f13_' || LPAD (9900 + LEVEL, 4, '0'),
    NULL,
    'NO' ) MARKET_CODE,
    apex_item.text(21,null) GRADE_CODE,
    apex_item.text(22,null) trip_id
    FROM DUAL
    WHERE :request = 'ADD'
    CONNECT BY LEVEL = 2
    I have two issues:
    1. the item tab_cascading_item is not populated when the value of c013 (species) is changed.
    2. I receive an error when trying to add a row to the collection. My code for doing so is:
    begin
    for i in 1..1 LOOP
    apex_collection.add_member (p_collection_name => 'CATCH_C',
    p_c013 => null,
    p_c014 => null,
    p_c015 => null,
    p_c016 => null,
    p_c017 => null,
    p_c018 => null,
    p_c019 => null,
    p_c020 => null,
    p_c021 => null,
    p_c022 => :F200_CURRENT_TRIP_ID );
    end loop;
    end;
    I am so close on getting this....any help would be appreciated.

  • Hide Code

    How to hide source code in se38 as well as in debug mode at system level?

    Hi
    You can use FM --> EXIT_SAPLS38E_001. Activate this through CMOD.
    Regards,
    Suresh.S

  • Custom code for LOV generation in Custom.pll

    Hi All,
    I am using the custom in my custom application, I am using the following procedure in Custom.pll for LOV generation. When I use the same procedure standalone then it's working fine, But when I use it in Custom.pll then it's giving me the Error "No-Data-Found", please let me know what to do. I am assuming that it can't find the appropriate backend table, I am logging in through sysadmin/sysadmin, Also I have fully followed the procedure for Table registration and Synoym creation and assiging it to apps but even then it's giving me the above mentioned error.
    procedure event(event_name varchar2) is
    rg_id RECORDGROUP;
    query_string VARCHAR2(2000);
    crnt_item VARCHAR2(60) := name_in('SYSTEM.CURSOR_ITEM');
    crnt_type VARCHAR2(30) := GET_ITEM_PROPERTY(crnt_item, DATATYPE);
    -- Omit crnt_hint if not context sensitizing the LOVs.
    crnt_hint VARCHAR2(30) := SUBSTR(GET_ITEM_PROPERTY(crnt_item,
    HINT_TEXT),
    INSTR(GET_ITEM_PROPERTY(crnt_item,
    HINT_TEXT), ':') + 2);
    begin
    IF event_name = 'WHEN-NEW-BLOCK-INSTANCE' THEN
    IF (form_name = 'FRM_EXPATIENTMASTER' and block_name = 'REG_EXPATIENTMASTER' and item_name = 'DEFENCECODEFK')
    then
    crnt_item := SUBSTR(crnt_item, (INSTR(crnt_item, '.') + 1));
    query_string := 'SELECT DISTINCT reg_defencecategory.defencecodepk'
    || ' AS holder_value '
    || ' FROM hms.reg_defencecategory'
    || ' ORDER BY 1';
    IF NOT ID_NULL(FIND_GROUP('generic_lov_rg')) THEN
    DELETE_GROUP('generic_lov_rg');
    END IF;
    rg_id := CREATE_GROUP_FROM_QUERY('generic_lov_rg', query_string);
    SET_LOV_PROPERTY('generic_' || crnt_type || '_lov',
    GROUP_NAME, rg_id);
    IF FORM_SUCCESS THEN -- >From "IF" to "END IF" may be omitted
    -- if not context sensitizing the LOVs.
    SET_LOV_PROPERTY('generic_' || crnt_type || '_lov',
    TITLE, 'Available ' || crnt_hint || ' values');
    SET_LOV_COLUMN_PROPERTY('generic_' || crnt_type || '_lov',
    1, TITLE, crnt_item);
    END IF;
    LIST_VALUES;
    /* IF name_in('control.holder') IS NOT NULL THEN -- Holder is set to null in Lov_Btn WBP trigger
    COPY(name_in('control.holder'), crnt_item); -- Depends upon implicit conversions for non character
    -- datatype values (in this example, NUMBER and DATE). Create a 'holder' for/of each datatype
    -- required to avoid implicit conversions.
    END IF;*/
    end if;
    end if;
    exception
    when no_data_found then
    message('No Data Found, try Again');
    null;
    end event;

    Hi John,
    I got the same issue. Is yours being resolve yet?
    Can you share the solution.
    Thanks.

  • How do I hide code in email

    all (alomost a whole page) of the code comes up on emails coming, forwarded, and sent

    From the Menu Bar select''' View-Headers-Normal'''
    No menu bar? Press the alt key.

  • Interactive objects/gaming code within LOVE magazine iPad app. How do they do it?!

    I am referring to a folio within the LOVE Magazine iPad app, which is free in most part. It is called 'Kusama & Louis Vuitton'.
    When a finger is placed on the iPad a randomized ball appears, then this may be 'flung' about the page and it interacts with other balls created. On some pages they give the balls some sort of gravity simulation meaning they always fall downwards.
    ANY help on finding out how to start playing with these interactions and getting them onto the iPad would be amazing.
    Thanks.

    Its gonna be tough using HTML and Canvas probably.  Here is an article outlining implementing gravity in HTML5...
    http://codetheory.in/basics-of-implementing-gravity-with-html5-canvas/
    Good Luck,
    Joe

  • Hide Code Group code as selection

    When we develop Code Groups and Codes, after a period of time the Code is no longer to be used. I understand that it can not be deleted as it has usage, but why can't one flag similar to the Code Group itself so it will not be visible for selection. Right now we change description to DO NOT USE, but users still select code.

    Hi,
    It is possible to delete the catalog codes inside the group.
    For that, first you have to define your own catlog type (as SAP recommends not to change the settings for the SAP defined catalog types).
    Procedure:
    - Define catalog type say 'Z'
    - In config set the check box Deactivate. (Read F1 help on this checkbox)
    - Now define the codes for this type in QS41.
    - Use the code somewhere (e.g. Notification)
    - If u check QS41 again, it will have usage indicator.
    - But you can delete the entry ignoring the warning message.
    Let me know if this fulfills the reqmnt.
    regards

  • PL/SQL code problem for LOV

    Hi,
    I have developed an application using Apex 4.0
    Now, i am trying to make a LOV for two columns in my table. Say column A and column B.
    Column A has four different values under it say x,y,z,w and column B has around 3 different values say 1,2 and 3.
    How do i write a code for LOV for A and B.
    SO that it shows me a drop down list for each and then display results accordingly.
    Thanks

    user13280446 (mind setting your name?),
    The fix for this error is to find the subquery in your SQL that's returning more than one row; generally, you'll want to fix the subquery to return only one row, though in some rare situations it's appropriate to change an = to an in clause.
    Example:
    select *
    from a_table a
    where a.col1 = ( select b.col1
                     from b_table b
                     where b.col2 = 42 );Unless b.col2 is guaranteed to be unique (either PK or enforced through a unique constraint), sooner or later that subquery is going to return more than one row, producing the error you're seeing. These variations will all avoid this, though which one (if any) is/are correct is dependent on the data:
    select *
    from a_table a
    where a.col1 = ( select min(b.col1) -- Ensure one row returned
                     from b_table b
                     where b.col2 = 42 );
    select *
    from a_table a
    where a.col1 in ( select b.col1
                     from b_table b
                     where b.col2 = 42 );
    select a.*
    from a_table a,
        b_table b
    where a.col1 = b.col1
        and b.col2 = 42;This is a very contrived example, of course, but without seeing the SQL for your LOV, we can't be any more specific than that...
    -David

  • Show/hide based on Multiple selections in a select box

    In my http header I have the following code...
    it works great as long as only one value is selected:
    if you highlight the ARRAMO value the DUNS field appears...
    if you highlight anything else the DUNS field disappears...
    but if I highlight both ARRAMO and another field, I want the DUNS to SHOW and it DOESNT..
    how do I fix this?
    <script type="text/javascript" src="#WORKSPACE_IMAGES#jquery-1.3.2.min.js"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    htmldb_delete_message='"DELETE_CONFIRM_MSG"';
    //-->
    </script>
    <script type="text/javascript">
    $(document).ready(function(){
    $('#P1_DUNS_NUMBER').attr("disabled", true);
    $('label[for=P1_DUNS_NUMBER],#P1_DUNS_NUMBER').hide();
    $('#P1_APP_REQUESTED').change(function(){
    if($(this).val() == 'ARRAMO'){
    $('#P1_DUNS_NUMBER').attr("disabled", false);
    $('label[for=P1_DUNS_NUMBER],#P1_DUNS_NUMBER').show();
    }else{
    $('#P1_DUNS_NUMBER').attr("disabled", true);
    $('label[for=P1_DUNS_NUMBER],#P1_DUNS_NUMBER').hide();
    </script>

    Using LOV, you can have multiple selection.
    For this you can write code in the KEY-LISTVAL trigger.
    Create an LOV for store code.
    In the text-item of store_code (where you want mul. selection), you assign the LOV to that item.
    In key-listval trigger,
    You can have something like
    Declare
    m_val varchar2(1000);
    a boolean;
    Begin
    m_val := :store_code;
    a := show_lov('STORE_LOV');
    if a then
      If m_val is null then
         m_val := :store_code;
      else
          If instr(','||m_val||',' ,||','||:store_code||',') = 0   /*check whether store code already selected, to get excat string comma is concatenated*/
             m_val := m_val||','||:store_code;
          end if;
      end if;
    end if;
    :store_code := m_val;
    End;Note :To check for validation, additional coding is required...

  • Error While Running LOV

    Hello,
    I am using APEX 4.0.1.00.03 and 11g DATABASE, and I'll explain my problem on the following lines.
    I've started using functions in PACKAGES to return results to my LOVS in APEX, so that I can change the code of LOV without having to make any change in the application (I've created a generic table type t_varchar_number). The problem is I've started to get this error:
    "ORA-06550: linea 1, columna 71: PL/SQL: ORA-0947: no hay suficientes valores ORA-01007: la variable no está en la lista de selección ORA-06550: línea 1, columna 7: PL/SQL: SQL Statement ignored ORA-01007: la variable no está en la lista de selection".
    Strangely it doesn't appear every time and if I push F5 a given number of times it will disappear and stop giving the error for a time. I've also placed a logging mechanism on the code so that I can see the query strings I use on my "execute immediate" instructions, when the error appears and there is no difference from when it doesn't give the error. Also if I run the string I place on the log manually there is no error.
    On each LOV I use the following code:
    select * from table(PACKAGE_NAME.function_name(args))
    Can anyone help me out? What other steps can I take to try and track this problem?
    Thank you,
    Miguel

    Hi Scott,
    I'm also facing the same problem as Monika.
    I have an LOV with the following query which returns 8774 records, when I copied and pasted those records into a text file it shows as 220KB in size.
    SELECT
    p.name d,
    p.pers_id r
    FROM people p,
    people_contacts pc
    WHERE SYSDATE BETWEEN NVL(start_date,SYSDATE) AND NVL(end_date,SYSDATE)
    AND     p.used_by_orc = 'Y'
    AND     pc.pers_id = p.pers_id
    AND     pc.group_id IN ('ORC','SHARED')
    ORDER BY 1
    After searching the forum, I think there's a 32K limitation on the fetched rows in tabular forms, can you please let me know how to overcome this problem?
    I'm selecting the persid in the (tabular form) SQL query updatable report.
    I'm trying to display the field as Name instead of PERSID by changing it to select list(based on named LOV) or whichever way it can work.
    Please help me.
    Thanks in advance.
    - Pradeep

  • Hiding code in ABAP programs

    I curious if in ABAP is possible to hide code.
    What I exacly mean?
    In other programming languages e.g. C++ when we want to hide some part of implementation, we just simple make an library (dll file) and we join it to complilation code.
    Is included in ABAP similar functionality?`

    Hi Tomasz,
       Check this code:
    This is not my own code.
    PROGRAM ZHIDE NO STANDARD PAGE HEADING.
    This program hides any ABAP's source code and protects it with a
    password in this source code. So the first candidate to be hidden
    should be ZHIDE itself.
    After hiding, you can still run the abap (the load version is intact)
    but it cannot be displayed, edited, traced, transported or generated.
    If the ABAP is not hidden, the program hides it, if it is hidden, it
    unhides it.
    To execute this program, change the user name and password in this
    source code first.
    SELECTION-SCREEN BEGIN OF BLOCK BLOCK.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(8) PWD.
    SELECTION-SCREEN POSITION 35.
    PARAMETERS: PASSWORD(8) MODIF ID AAA.
    SELECTION-SCREEN END OF LINE.
    PARAMETERS: PROGRAM(8).
    SELECTION-SCREEN END OF BLOCK BLOCK.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'AAA'.
    SCREEN-INVISIBLE = '1'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    INITIALIZATION.
    PWD = 'PASSWORD'.
    START-OF-SELECTION.
    TABLES: TRDIR.
    User name and passsword check
    IF SY-UNAME <> 'SAP' OR PASSWORD <> 'PASSWORD'.
    WRITE: / 'Wrong password'.
    EXIT.
    ENDIF.
    SAP owned?
    IF NOT PROGRAM CP 'Z' AND NOT PROGRAM CP 'Y'.
    WRITE: / 'Do not hide original SAP programs!'.
    EXIT.
    ENDIF.
    Exists?
    SELECT SINGLE * FROM TRDIR WHERE NAME = PROGRAM.
    IF SY-SUBRC <> 0.
    WRITE: / 'Program does not exists!'.
    EXIT.
    ENDIF.
    Does it have a current generated version?
    DATA: F1 TYPE D, F3 TYPE D.
    DATA: F2 TYPE T, F4 TYPE T.
    EXEC SQL.
    SELECT UDAT, UTIME, SDAT, STIME INTO :F1, :F2, :F3, :F4 FROM D010LINF
    WHERE PROG = :PROGRAM
    ENDEXEC.
    IF F1 < F3 OR ( F1 = F3 AND F2 < F4 ).
    WRITE: / 'The program has no recent generated version!'.
    EXIT.
    ENDIF.
    Compose a new program name
    DATA: NEW_NAME(8), I TYPE I, J TYPE I.
    NEW_NAME = PROGRAM.
    DO 8 TIMES.
    I = SY-INDEX - 1.
    NEW_NAME+I(1) = '_'.
    Search for acceptable program name variations
    J = 0.
    SELECT * FROM TRDIR WHERE NAME LIKE NEW_NAME.
    J = J + 1.
    ENDSELECT.
    IF J = 1.
    EXIT.
    ENDIF.
    NEW_NAME = PROGRAM.
    ENDDO.
    Cannot generate appropriate program name
    IF J > 1.
    WRITE: / 'Cannot generate appropriate program name'.
    EXIT.
    ENDIF.
    Check if it is already in d010s (already hidden)
    DATA: F5(8).
    EXEC SQL.
    SELECT PROG INTO :F5 FROM D010S WHERE PROG = :NEW_NAME
    ENDEXEC.
    IF F5 IS INITIAL.
    There is no such hidden program, hide it
    EXEC SQL.
    UPDATE D010S SET PROG = :NEW_NAME WHERE PROG = :PROGRAM
    ENDEXEC.
    ELSE.
    There is already a hidden program there, unhide it
    EXEC SQL.
    UPDATE D010S SET PROG = :PROGRAM WHERE PROG = :NEW_NAME ENDEXEC.
    ENDIF.

  • Code View Wordwrap Bug

    In code view window, with wordwrap, dreamweaver hides code characters on the right edge of window.
    It only hides 3-4 last character of the largest line.
    Is it a bug? Does anyone notice it?

    I have also faced this issue where if code's line is large and WordWrap is enabled, then it Dreamweaver CS6 actually wrapped it but hides 3 to 4 characters which is not select able or even view able. See the attached screenshot, you will see Dreamweaver CS6 hides some characters of my line which is definitely something wrong with the DreamWeaver.
    Can anybody found the way to avoid it..??..I cant allow the WordWrap to be disabled and scroll it with that pathetic horizontal scroll.

Maybe you are looking for