The point list - record group Query - bad alignment order

Dear all,

When I try to concatenate two columns using the query of the record group and display in the list item, the alignment is not in good condition.

For example; Here are the columns and data used in the process:

SHORT_DESC CODE_VALUE DESCRIPTION
---------------------------------------------------------------------------------------------------------------------------------------------------
ROLL1 customer - No accidental Production, by booking with another carrier, bad projection.
Roll2 client project - accidental l/c, B/L, customs, samples, AMS, LAR.
ABC - lack of vacuum ROLL3 lack of empty units.
ABC CDE ROLL4 - Roll on decision of the AGR RRR.
ROLL5 ABC XXX - Accidental IMO or denied OOG, operational problems, Cut & Run.
ROLL6 ABC YYY - booking fictitious material buffer, dummy booking.

This is the query of the record group used in forms:
----------------------------------------------------------------
PROCEDURE p_when_new_form_instance
IS
GROUP_ID recordgroup;
list_id question: = FIND_ITEM ('BLK_CONTROL.) LI_ROLL_REASON');
rg_name VARCHAR2 (20): = "LI_ROLL_REASONS";
status NUMBER;
l_query VARCHAR2 (4000);
BEGIN
l_query: =.
' SELECT rpad (short_desc, 50, "") | "| ''|| description of the description, code_value code_value OF codes WHERE code_value IN ("ROLL1", "roll2", "ROLL3", "ROLL4", "ROLL5", "ROLL6")';
GROUP_ID: = CREATE_GROUP_FROM_QUERY (rg_name, l_query);
status: = POPULATE_GROUP (GROUP_ID);
POPULATE_LIST (list_id, GROUP_ID);
EXCEPTION
WHILE OTHERS
THEN
pl_common.when_others;
END;
-----------------------------------

In addition, I have my property list item as the default "" MS SANS SERIF"fonts and when I run in Forms Builder get the alignment as below.

Result:
====
DESCRIPTION CODE_VALUE
Customer - Non-accidental. Production, by booking with another carrier, bad projection.     ROLL1
Customer - Accidental | L/c, B/L project, customs, samples, AMS, LAR.     ROLL2
ABC - lack of vacuum | Lack of empty units.     ROLL3
ABC ORDER - to the reversal. Decision of the AGR RRR.     ROLL4
ABC XXX - Accidental | IMO / denied OOG, operational problems, Cut & Run.     ROLL5
ABC YYY - booking fictitious | Reservation of equipment, fake buffer.      ROLL6

More high of the order is not the desired result because all the | (vertical bar) should display in the correct order as below.
Expected result:
==========
DESCRIPTION CODE_VALUE
Customer - Non-accidental. Production, by booking with another carrier, bad projection.     ROLL1
Customer - Accidental | L/c, B/L project, customs, samples, AMS, LAR.     ROLL2
ABC - lack of vacuum | Lack of empty units.     ROLL3
ABC ORDER - to the reversal. Decision of the AGR RRR.     ROLL4
ABC XXX - Accidental | IMO / denied OOG, operational problems, Cut & Run.     ROLL5
ABC YYY - booking fictitious | Reservation of equipment, fake buffer.      ROLL6


I tried and RPAD LPAD the alignment problem is still there; I know that the issue is due to the fixed length of the police.
But is there a solution to replace it it will be a great help.



So please help!


Thank you...

Kind regards
Sunil.G

If you can not use non proportional fonts, then forget about having any special alignment, because with proportional fonts, room occupied by each letter is different.

François

Tags: Oracle Development

Similar Questions

  • With the help of record group in the report server 11.1.1.2 is possible?

    Hello.

    I m triying to call report forms using the command RUN_REPORT_OBJECT, whith a record group (DATA_PARAMETER).

    allways show the error ' FRM-41214: cannot run reports.

    Possible to use this type of parameters int´s?.

    Thnaks and sorry for my English.

    DATA_PARAMETER does not work in Forms 10 G due to the change in the form of c/s to web architecture, so I don't think it will work again in form 11 G.

  • HP Pavilion 15: bought and returned the faulty HP laptop - how désenregistrez the point of records of HP?

    Hello

    Last week, I bought a laptop HP, therefore, I explored with enthusiasm and registered the product on the HP website.

    Unfortunately, it was a "bad order" element that the dealer had neglected and sold to me.

    Therefore, how to unregister the article...?

    See you soon!

    Hello

    Support HP members contacted me - solved.

    See you soon!

  • dynamically populate a record group on fly uisng LOV

    Hello

    I want to create dynamically populate a group of disks on the fly uisng LOV.


    1. here's how resemble the subject of record RG_BANKNAME group

    Subject: Folder group

    Name: RG_BANKNAME

    Record group Query: SELECT NAME, SHORT_NAME OF C_BANKS


    2. I create the button and when the user clicks on it will appear the LOV.



    DECLARE
    RG_ID RecordGroup;
    ERRCODE NUMBER;
    BOOLEAN status;
    BEGIN
    RG_ID: = Find_Group ('RG_BANKNAME');

    IF Id_Null (rg_id) THEN
    Message ("no such group: ', acknowledgement of RECEIPT");
    RAISE Form_Trigger_Failure;
    ON THE OTHER
    Errcode: = POPULATE_GROUP (rg_id);

    SET_LOV_PROPERTY ('LV_NAME', TITLE, 'My own LOV');
    SET_LOV_PROPERTY (groupname, 'LV_NAME', rg_id);

    SET_LOV_COLUMN_PROPERTY ('LV_NAME', 1, 'NAME', title);
    SET_LOV_COLUMN_PROPERTY ('LV_NAME', 1, width, 150);
    SET_LOV_COLUMN_PROPERTY ('LV_NAME', 2, title, 'SHORT NAME');
    SET_LOV_COLUMN_PROPERTY ('LV_NAME', 2, width, 100);

    status: = Show_LOV ('LV_NAME', 10, 20);

    In the CONTRARY CASE the status THEN
    Message ("you have not selected a value.");
    Bell;
    END IF;
    END IF;
    END;


    My question is should I create name object LOV 'LV_NAME "? given that I do not have it
    create on my design time, because I thought that it can be done dynamically on the fly.

    The problem is consistent that the Lov Id is not valid.

    Thank you


    David

    Published by: user445990 on May 24, 2011 21:19

    OK, so the LOV MUST exist at the time of the design, because you cannot create it dynamically.

    François

  • Development of the selection list after refresh using jQuery

    Hi all

    I have an Express Application 4.1.1.00.23 application that runs on a server, Oracle 10 g R2.

    In the application, I have a page (suppose it to be Page 10) that has a drop down (let's call it P10_PARENT). Next to the dropdown menu, I have a button that when clicked opens another window popup with page 11. This 11 page is used to create many of the points listed by the P10_PARENT drop down. When enter us the data P11 and click OK, we have a javascript to call a process application that creates the object in the database. Now select the P10_PARENT list is updated to reflect this new object. So after the application process is running, the JavaScript on the Page 11 calls a function in Page 10, using window.opener.functionName. This Page 10 function performs an apex to help refresh

    $('#P10_PARENT').trigger('apexrefresh');
    

    This function returns the Page 11, the page is closed using the Window.Close ().

    It works fine up until this point. Now, there are also by default the value selected in the select list of the newly created object. We made a function for it. But he calls immediately after the outbreak of the updating of the apex does not work because he probably did not updated the list since the back end still.

    Therefore link us an apexafterrefresh event to this element and making the default here. Like this:

    $('#P10_PARENT').bind('apexafterrefresh',function(){
      setdefault('P10_PARENT',newCreatedObjVal);
      alert('Refresh completed!');
    });
    

    But this event does not seem to be triggered. I've tested in IE and Chrome. In Chrome, it started once, but never after that.

    The relevant code on page 10 looks like this. The refreshBusList function is called Page 11 with the value of the newly created object.

    function refreshBusList(pDefault)
    {
      newCreatedObjVal = pDefault;
       $('#P10_PARENT').trigger('apexrefresh');
    }
    
    $('#P10_PARENT').bind('apexafterrefresh',function(){
      setdefault('P10_PARENT',newCreatedObjVal);
      alert('Refresh completed!');
    });
    

    I would like to know what we're doing wrong. Is it still the right way to do it? I can't use dynamic actions here because the logic of javascript page is too complicated be properly implemented using the declarative logic like DAs (we tried once and had to leave after a week. has become a nightmare to manage).

    Any help would be much appreciated!

    Thank you!!

    Aalami

    What does setDefault? Have you tested this feature by running it from the console? It doesn't have the required behavior?

    Can what newCreatedObjVal value contain? What is an object? A string?

    Are you sure that the selection list is updated?

    I would also like to rewrite your refresh logic. On the one hand, you declare a variable of global scope: horrible! There is no need of it. You can also control refreshing after a little better by simply acting on it once.

    function refreshBusList(pDefault)
    {
      // not really necessary. But use "var" to declare scoped variables!
      var newCreatedObjVal = pDefault;
    
      // bind a one time afterrefresh event handler
      // then, trigger the refresh
      $('#P10_PARENT')
      .one('apexafterrefresh',function(){
        setdefault('P10_PARENT',newCreatedObjVal);
        alert('Refresh completed!');
      })
      .trigger('apexrefresh');
    }
    
  • Performance issue with the point of SHUTTLE with 2000 records

    Hello

    I have a FORM with a SHUTTLE item based on a LOV which is to have about 2000 records.
    When I submit this page (CREATE/APPLY the CHANGES), ask it something about 3-4 seconds to submit.

    When I delete the SHUTTLE of the form point, the sending process is very fast... say 1 sec...
    so it takes more time when we have a SHUTTLE point with 2000 records.

    So, how do I fix this perfomance?... any suggestions?


    Thank you
    Deepak

    Deepak,

    When you have more number of records to select the list, Select Multi, elements of the shuttle, then it will take more time to render the page. In most cases, you cannot remove it.

    Check the performance of the underlying query LOV. If it is a complex query, no doubt, you can see his plan to explain and you can enter.

    Alternatively, you can move this deadline to the popup page. I want to say, create a custom page to pop up and provide multi select such items from the shuttle on this page. Allow the user to select the point of shuttle options in the popup page and return values selected to main page shape :)

    See you soon,.
    Hari

  • Save the tank exhaust group query...?

    Hi all
    I'm new to forms and try to use the Record Group by Create_Group_From_Query (rg_name, query) runtime. The problem is that I'm FRM-41072 cannot create the Record Group and FRM-41076 complete group.
    After doing lots of research and reading the forums everyone says because of the columns of the query or table of error.
    I'm sure that columns and tables are right, but I just want to know is my query is good or bad.

    The actual query is:
    Select short_name, name, products where prod_name = 'CAR' or prod_type = 'GAS '.


    RG_ID: = Create_Group_From_Query (rg_name,

    "Select short_name, name, of".
    : ' products where prod_name ='

    ||' Tank (39) | CAR | Tank (39)' | 'or prod_type ='
    ||' Tank (39) | GAS | Tank (39)' | '
    );
    I also tried with the following but little still a mistake

    RG_ID: = Create_Group_From_Query (rg_name,

    "Select short_name, name, of".
    : ' products where prod_name ='

    ||''' CAR "' | 'or prod_type ='
    ||''' GAS "'
    );
    So I just want to know what is the escape char that I use when I create Group Record with a query.

    Published by: user730926 on April 7, 2009 23:07

    Not sure I understand your requirement, but, why is it wrong?

     'select short_name, name, from ' ||
    ' products where prod_name = '||
    
    '''CAR''' || ' or prod_type = '||
    '''GAS''';
    
  • Microsoft SQL Server 2014 (SP1 - CU4) (KB3106660) query failed with error ORDER BY items must appear in the select list if SELECT DISTINCT is specified.

    Hello
    I use Microsoft SQL Server 2014 (SP1 - CU4) (KB3106660) Enterprise Edition (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)

    SELECT DISTINCT A.PI_LOOKUP_CATEGORY_ID,
    REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_') AS CATEGORY_TECH_NAME,
    A.LOOKUP_CATEGORY_NAME,
    A.LOOKUP_CATEGORY_DESCR,
    COUNT (B.PI_LOOKUP_CATEGORY_ID) AS USAGE_COUNT
    FROM [PI_LOOKUP_CATEGORY] A LEFT OUTER JOIN B [PI_INSIGHT_COLUMN] WE
    A.PI_LOOKUP_CATEGORY_ID = B.PI_LOOKUP_CATEGORY_ID
    A.PI_LOOKUP_CATEGORY_ID GROUP,
    REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_').
    A.LOOKUP_CATEGORY_NAME,
    A.LOOKUP_CATEGORY_DESCR
    ORDER TO REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_')

    above request is failed with error ' ORDER BY items must appear in the select list if SELECT DISTINCT is specified. " Microsoft SQL Server (SP1 - CU4) 2014 (KB3106660)

    same query works fine with older versions of SQL servers like (2008R2, or 2012)

    Please let me know the resolution of this problem...

    Thank you
    Touria

    Ask here:

    MSDN - SQL Server - Microsoft forums

  • FRM-30187: size of the column of type CHAR in the record group must be between 1 and 2000.

    Hi, forms 6i, db 10g

    I created a lov based on this query

    select * from items_qty_vu -- database view
    

    and the view code is

    CREATE OR REPLACE FORCE VIEW items_qty_vu (serial, item_id, expiry_date, qty)
    AS
       WITH item_units_plus AS
            (SELECT item_id, unit_id, factor,
                    LEAD (factor, 1, 1e99) OVER (PARTITION BY item_id ORDER BY factor)
                                                                   AS next_factor,
                    ROW_NUMBER () OVER (PARTITION BY item_id ORDER BY factor DESC)
                                                                           AS rnk
               FROM item_units)
       SELECT     ID.serial, ID.item_id, ID.expiry_date,
                  SUBSTR
                     (SYS_CONNECT_BY_PATH (   TRUNC (  MOD ((  ID.qty
                                                             - ID.qty_allocated
                                                            ),
                                                            iup.next_factor
                                                           )
                                                     / iup.factor
                                                    )
                                           || ' '
                                           || u.unit_name,
                                           ', '
                                          ),
                      3
                     ) AS qty
             FROM item_detail ID JOIN items i ON i.item_id = ID.item_id
                  JOIN item_units_plus iup ON iup.item_id = ID.item_id
                  JOIN units u ON u.unit_code = iup.unit_id
            WHERE CONNECT_BY_ISLEAF = 1
       START WITH iup.rnk = 1
       CONNECT BY iup.rnk = PRIOR iup.rnk + 1 AND ID.serial = PRIOR ID.serial
         ORDER BY ID.serial;
    
    

    When I compile the form, I face the error FRM-30187,

    If I replace my query "select * from items_qty_view" with "select item_id, serial, expiry_date of items_qty_vu", it compiles successfully.

    As salamualikum, Salem,.

    You must follow my instructions carefully.

    1. Select the record group.

    2. go in the record group property

    3. Select and open the column specifications

    4. highlight the column and check the decrease of the length, the bellows of the size that you cross more than 2000 then 2000.

    Compilation of now and you're done.

    Wow. you did.

    Hamid

  • Request of the record group.

    Hello
    I have a group record Forms 4.5 created with CREATE_GROUP_FROM_QUERY. How to use this record group as a source of records for a block?

    Thanks in advance.

    "query record group ' means that you fill out the Group Record with a query values not static.

    François

  • change the record group for a lov

    Dear Sirs,
    I have a list of value (LOV) and I have 2 record group, and I want to associate each of these group record depends on the conidition
    for example

    If condition 1
    associate the record group 1 LOV
    on the other
    associate the record group 2 LOV
    end if;

    Please help me
    Thanks in advance

    Check the built-in SET_LOV_PROPERTY, you can use this then assign a recordgroup to a lov.

  • Strange results, of the points within the polygon query

    Hi all -

    This weekend I upgraded to 11.1.0.7 and apply the latest patch for 64-bit Windows (which seems to include that of space, ORA-13243 )

    To recall a previous post, I have two tables:
    GEO_POINTS:
    (
    DEP_ID NUMBER (12) NOT NULL,
    LINE NUMBER 4 NOT NULL,.
    MDSYS. POINT_LOC SDO_GEOMETRY
    )

    and POLYGON_AREAS:
    (
    POLY_NAME VARCHAR2 (120 CHAR),
    POLY_DESC VARCHAR2 (120 CHAR),
    MDSYS POLY_POINTS. SDO_GEOMETRY
    )

    Can I get an application to work correctly for the points at a distance from another point, but I can't now get a list of all the points in a polygon. I tried all sorts of different permutations without success. I either recover all or none.

    On a previous thread I saw where someone (reggie?), suggested to someone that they check the data with SDO_RELATE, and that is what I have:
    SELECT   poly_name, dep_id, SDO_GEOM.RELATE (P.point_loc,
                                          'determine',
                                          poly_points,
                                          0.0005) relation, point_loc
      FROM   polygon_areas A, geo_points P
     WHERE   poly_name = 'Test polygon 2'
     and sdo_within_distance (
    point_loc, poly_points,
    'distance=.5 unit=KM') = 'TRUE';
    
    Test polygon 2     10033733     DISJOINT     MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(-122.99056,40.134829348511,null),null,null)
    Test polygon 2     10214613     INSIDE     MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(-123.0094,40.1389892964955,null),null,null)
    Say most of the records returned "INSIDE" a handful only seem to say "DISJOINT".

    My polygon (3D) is defined as:
    INSERT INTO polygon_areas (poly_name, poly_desc, poly_points)
    VALUES)
    "Polygon of test 2',
    "Polygon"
    sdo_geometry (3003, 8307, null, sdo_elem_info_array (1,1003,1),)
    sdo_ordinate_array (-122.0964560075894,46.30771933405131,0)
    -122.0972586160512,46.30776603954445,0-122.0979453045886,46.30775572181209,0
    -122.0985334819956,46.30786533360153,0-122.099123700718,46.30779394701457,0
    -122.0998599545021,46.30764987505434,0-122.1005382096634,46.30746110208141,0
    -122.101326745694,46.30725380166289,0-122.1020786809103,46.30711506779254,0
    -122.1026951262488,46.30700016188705,0-122.1035181114156,46.30708532675261,0
    -122.1040365310453,46.30718342118976,0-122.1046786530477,46.30731880865087,0
    -122.1052722538113,46.3074574038917,0-122.1059987733943,46.30759676662286,0
    -122.1066135560114,46.30762026982092,0-122.107424410801,46.30770302649447,0
    -122.1080550935476,46.30762084571995,0-122.108746234047,46.30740774945418,0
    -122.10937359006,46.30729761128382,0-122.1100646417299,46.30714433883676,0
    -122.1105582889429,46.3069148535724,0-122.1112424328653,46.30673924798984,0
    -122.1118583117779,46.30655124816924,0-122.1123792992415,46.30625620936262,0
    -122.1129469500482,46.30586492598907,0-122.1133879475662,46.30552644690658,0
    -122.1138881417885,46.30519890535538,0-122.1142563739051,46.30478653178479,0
    -122.1145727728044,46.30435698252731,0-122.1149405876922,46.30400540617813,0
    -122.1152438944599,46.30353655099154,0-122.1153926533235,46.30310263815314,0
    -122.1154930418943,46.3026438525083,0-122.1155465318717,46.30227910845313,0
    -122.1155460578878,46.30184016484801,0-122.1155125313209,46.3014098821799,0
    -122.1155096519663,46.30093026865168,0-122.1155608294837,46.30049629380712,0
    -122.1156091083421,46.30009499519977,0-122.1157053861092,46.29972055773055,0
    -122.115760057761,46.29927471296439,0-122.1157313924571,46.2988898486807,0
    -122.1156359044943,46.29845780132688,0-122.1155964027547,46.29806176680103,0
    -122.115497397242,46.29766481786432,0-122.1152629640372,46.29730033931028,0
    -122.1149123880282,46.2969384915262,0-122.1146047092177,46.29660813484444,0
    -122.1142729906227,46.29610218210313,0-122.114129480908,46.29568258694918,0
    -122.1140445631658,46.29522306882703,0-122.1137792523926,46.29476638544778,0
    -122.1133991541599,46.29439487649638,0-122.1129044572885,46.29410744244564,0
    -122.1124115408205,46.29382101043342,0-122.1120258682855,46.29341113849787,0
    -122.1115713280984,46.29308325131224,0-122.1109310112231,46.29287767817464,0
    -122.1103502973562,46.29267460727225,0-122.1096675994897,46.29267107652063,0
    -122.1090662864219,46.29266881956065,0-122.1085381831469,46.2928983897998,0
    -122.1083085173859,46.2932820188678,0-122.1083135200142,46.29366815074521,0
    -122.1083216917668,46.29405755081569,0-122.1081500113631,46.29444132056023,0
    -122.1083937683288,46.29480203039793,0-122.1087590296771,46.29517019740266,0
    -122.1090062022728,46.29553641921602,0-122.1091433251551,46.29598906324692,0
    -122.1092197934307,46.29640318538178,0-122.1090473697216,46.29684097388007,0
    -122.1088741842866,46.29723867989154,0-122.1085733732482,46.29749920125438,0
    -122.108275429804,46.29791598573875,0-122.1079835519625,46.29830261263341,0
    -122.1077454788967,46.29867221178163,0-122.1075069644332,46.29899213519031,0
    -122.1071579725203,46.29935618253118,0-122.106754980223,46.29960929039363,0
    -122.1064686406685,46.29997605830629,0-122.106412384199,46.30031570325313,0
    -122.1061858294833,46.30073313120077,0-122.1057885702821,46.30104316873193,0
    -122.1052779521816,46.30125865231757,0-122.1049388492519,46.30160047014105,0
    -122.1046010364788,46.30193421026415,0-122.1043767457976,46.30231141703782,0
    -122.1040954619466,46.30269248072795,0-122.1039221949925,46.3031055071681,0
    -122.1034669714409,46.30330597227303,0-122.1028484841032,46.30331988824609,0
    -122.1021910294617,46.3032493533724,0-122.101711761657,46.30294476023612,0
    -122.1011645802931,46.30280256913363,0-122.1005447743755,46.30281600088056,0
    -122.099927372097,46.30282247816702,0-122.0993034748202,46.3028386313971,0
    -122.0986869119303,46.3030411668907,0-122.0980410374456,46.30335216401479,0
    -122.0975276320658,46.30386407205707,0-122.0971770391533,46.3042659531001,0
    -122.0969551928034,46.3047699651079,0-122.0967233514249,46.30525030573208,0
    -122.0964414955943,46.3058054153648,0-122.0960589774954,46.30642296217163,0
    -122.0958540181483,46.30709385539263,0-122.0962198823426,46.30753180536824,0
    -122.09646054927,46.30766952392737,0-122.0964560075894,46.30771933405131,0
    ))
    );


    So, how can we the second returned row above say "INSIDE" when the degrees are - 123.xxxxx, and none of the polygon dimensions fall into this longitude?

    A I saw something with the insert statement? I know as I don't need that level of precision (it's pretty ridiculous), but I'm prototyping how a user can create a polygon in Google Earth and then paste the information into a box in my application so I can "convert" Oracle format. Near as I can tell, there isn't an easy way to enter the coordinates 3D GE creates in a simpler 2D coordinate, so I created the column like 3D polygon (hopefully correctly).

    I have something simple and obvious to those who know what you are missing.

    Thank you

    Bill Ferguson

    could you please email me (baris kazar at oracle dot com dot) your sql script?
    I would like to see what you do exactly.
    Thank you

  • What is the point of groups on bike g

    Hi all, I am new to android this is my first ever smart phone and also of new forums etc, so please be gentle with me. And sorry if this is in the wrong section/place?

    For the last two days, I searched for an app (free of course) which will help me to multi/Group text and messaging multi/group.

    I love my motorcycle G 2nd gen, but these missing tools, contact base are a real let down for me because I need and what I understand, have to manually enter the details to say around time of 20 contacts each wished to text or e-mail, is a good PITA bread, and not always with success.

    This should have been included even on stock android sytems. Even my old Samsung E2600 offered these features!

    Anyway, I've created a group of my 'People' file and cannot do something with it, so what's the point of 'grouping '?

    BTW, I told you that I love my bike and two of my friends came out and I bought one after playing with mine.

    There is an application called 'Contact group' which will give this feature for you. I've used this in the past and it seems to work pretty well. There are other applications like 'DW Contacts and Dialer' which will also give you these features, but you don't have to abandon your application of those default to get the features using this application.

    I'm sure that there are other applications available, but these two are the ones I've personally used and I am prepared to recommend. I hope this helps.

  • When you save the playlist, error - "Windows Media Player has encountered a problem during the creation or recording of the reading list.".

    When I try to save a playlist, I get an error message "Windows Media Player has encountered a problem during the creation or recording of the reading list.".

    Hello

    • Will there be any changes made prior to this issue?
    • What version of Windows are you using?

    Step 1: I recommend to run the Windows Media Player settings Troubleshooter and check.

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-settings-Troubleshooter

    Step 2: If the problem is to uninstall and reinstall Windows Media Player. Here's how.

    Uninstalling and reinstalling Windows Media Player:

    (A) uninstall Windows Media Player:

    a. go to start and in the search type 'Turn Windows has or not'.

    b. click on "Turn Windows features on or off".

    c. find multimedia and uncheck the brand in the face of Windows Media Player.

    d. restart the computer

    (B) reinstall Windows Media Player:

    a. go to start and in the search type 'Turn Windows has or not'.

    b. click on "Turn Windows features on or off".

    c. find the multimedia functions and place a check mark in front of the Windows Media Player.

    d. restart the computer.

    For more information, see the article below:

    http://Windows.Microsoft.com/en-us/Windows7/turn-Windows-features-on-or-off

  • How can I print the individual lists in a group of Windows Mail?

    Original title: Group of Windows Mail in Vista

    How can I print the individual lists in a group of Windows Mail?

    There is no printing functionality in Windows Vista Mail group.

    However, if you highlight all the individuals that you want to print, then click Print in the toolbar, it will print out them pretty much the same way that you would expect from a group.

    Click here to enlarge this photo.

Maybe you are looking for

  • Poor quality of Macbook or iMac streaming

    My 3rd generation recently bought Apple TV has caused some grief. Basically, the streaming quality is terrible - choppy playback and sound distortion. This happens when a Macbook or an iMac (the current two El Capitan 10.11.6 enforcement) are used to

  • Toshiba 32L4333D cannot access the homepage of cloud

    When TV put on the internet by Wi - Fi, he began to date.So far no problem. After the touch the Home button on cloud, he wanted to go step by step in the commercial register.After step 2, thus giving the device a backgroundcolor name it freezes.Not e

  • Hi, I bought 6 Iphon from another country and it does not work in the USA help please!

    Hi recently I went to South Korea and I bought the iphone 6 in there and used it And I'm back to try from the USA at the same use iphone 6, but it does not work with my verizon sim card So I went to the verzion store to find the problem but they coul

  • Re: Need Satellite L30 - 105 Vista - power calibration error - new firmware

    Hey guys =) Ive got a Satellite L30-105 running a Vista 32 bit. And even if I try several different (Imageburn, Nero) burning software, and with the TDK - CD, I get an error in the burning software, saying "power calibration error". Satellite L30 - 1

  • G62 - support of recovery with the recovery partition

    Hi all I have looked around a bit and can not find specific answers for the problem I have, so I was wondering if anyone here has experience... basically, I'm trying to create recovery DVDs because I want to get rid of the recovery partition (I want