Popup2 in SQL don't Report not to the values of the fields in table

Hi all

Can someone help me with this instruction box in the pop-up window 2.

Instead of the values behind the transmitted fields the literal text of 'A.Metric' & 'A.Month' are being passed in the new page instead.

A.Metric has a value of 10 and A.Month has the value of 1 May 2008.
----------------------------------------------------------------------------------------------------------------------
WHEN PARSING IS NOT NULL THEN
"< a href ="javascript:popUp2(''e) "
|| ' f ? p = & APP_ID.:305: & SESSION. : & DEBUG. ::'
|| "P305_METRIC_TYPE, P305_METRIC_MONTH:A.METRIC_TYPE, A.MONTH.
|| (', 890, 460); style = "text-decoration: underline;" color: black; do-size: 90% ">"
|| "< img src =" #APP_IMAGES #notes.jpg ">"
|| "< /a >" END "analysis."
----------------------------------------------------------------------------------------------------------------------

Frank

Well, first of all try with | «, » || So tell me if you have the error, please do - send your entire query (also remove the quotes of the alias of the analysis of the column - they are not mandatory).

Ben

Tags: Database

Similar Questions

  • Insertion of multiple values in the report (not in the database)

    Hello!

    I have a procedure that shows example of 50 people and for each text element three different person I access values and submit to the database. There is a check box for each line. I have a selection list of Pentecost that you choose the column and a text element where you enter the value to insert. What I want to do is insert this value just in the lines that have a selected check box. I would like to insert this value just in the report (not in the database) when I click on a button.

    What do I have to use javascript? I really have no idea how to do that.

    Thanks for any help!

    This will give you an idea on how to handle the selected lines:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:95

    Other examples show how to use tabular forms.

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • Windows 7 ultimate has received 29 updates today, now when the user icon, click on do not see the field of password for sign on

    Windows 7 ultimate has received 29 updates today, now when the user icon, click on do not see the field of password for sign on

    Hi Richard,

    Thanks for posting your query on the Microsoft Community.

    Thank you for details on the issue and we are happy to help you.

    I suggest to refer to the following article from Microsoft regarding Solutions to problems with the Windows logon and check if it helps.

    http://Windows.Microsoft.com/en-us/Windows7/solutions-to-common-problems-with-logging-on-to-Windows

    Please let us know if you need help with Windows. We are happy to help you.

    Thank you.

  • I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

    I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

    Find the serial number of your Adobe product quickly

  • Compare the report not showing the changes

    I modified an app engine select commenting on a line. I then did a report compares against a database that do not have the code

    CODE.jpg

    The comparison report shows no difference between the two DB

    What Miss me?

    RPT.jpg

    If you change only the SQL, then you need compare SQL objects. The report you are looking at is only for the engine program of Application objects. This will only show the changes made to the program properties (things like the records of State or temporary tables, attached to the program).

    Another report will show the changes for Application Sections of the engine, which would include things like the addition of new sections, adding or removing a step of a section or changing the properties of a step or a section.

    Also, to see changes made to the Application Engine PeopleCode, you'd have to glance at the Application Engine PeopleCode compare report (note that peoplecode types are detailed in separate reports, but all the SQL types appear in the same report).

    Kind regards

    Bob

  • Performance problem on the SQL query that does not use the primary key index

    Hello!

    I have some performance issues on a single SQL query (Oracle 10 g).
    I could solve the problem by using the INDEX indicator, but I would like to know WHY this is happening.

    * Tables *.
    create table jobs)
    ID number (5) not null,
    name varchar2 (100),
    primary key constraint Job_PK (id)
    )
    /
    -Record count: 298

    create table Comp)
    integer ID not null,
    name varchar2 (100),
    primary key constraint Comp_PK (id)
    )
    /
    -Record count: 193

    -Relation m: n
    create table JobComp)
    integer ID not null,
    id_job integer not null,
    id_comp integer not null,
    primary key constraint JobComp_PK (id),
    unique key constraint JobComp_UK (id_job, id_comp),
    Constraint JobComp_FK_Job foreign key (id_job) refers to Job (id),
    Constraint JobComp_FK_Comp foreign key (id_comp) makes reference Comp (id)
    )
    /
    create index JobComp_IX_Comp on JobComp (Cod_Comp)
    /
    create index JobComp_IX_Job on JobComp (Cod_Job)
    /
    -Record count: 6431

    * Ask *.

    When I run this query, the execution plan shows the index using (JobComp_PK and JobComp_IX_Comp).
    No problem.

    Select JobComp.*
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    But when I add the field 'name' of the work table the plan uses full access table to the table of work

    Select JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in the 2.70 dry

    With the help of the index

    Select / * + INDEX (Job Job_PK) * /.
    JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    * Doubt *.

    This behavior is correct?

    PS. : I tried to recalculate the statistics, but nothing changes:

    analyze the job calculation table statistics.
    /
    change the statistical calculation of index Job_PK reconstruction;
    /
    Start
    dbms_utility.analyze_schema (sys_context ('userenv', 'current_schema'), 'CALCULATE');
    end;
    /

    [of]
    Gustavo Ehrhardt

    Gus.EHR wrote:
    Hello.
    I'm sorry for the plan unformatted.
    The execution time of the querys "without field name' and 'with the field name with suspicion" are equal.
    He has no problem caching, because I get the plans of the sequence different from the querys and repeated the performance. The result is always the same.

    I don't think that there is no problem with oracle crossing LOOP IMBRIQUEE to the HASH JOIN when you include the field name and this should be the expected behavior. But it seems that your WORKING table has a degree of parallelism set against what is causing the query to run in parallel (as JOB table is now available with full table scan, instead of indexed access earlier). It could be that the parallel execution is contributor to extra Runtime.
    (a) do you know why the degree of parallelism on the WORK table has been defined? Do you need it?

    You can see if the following query provides a better response time?

    select /*+ NOPARALLEL(JOB) */ JobComp.*, Job.Name
      from JobComp
      join Job
        on Job.id = JobComp.id_job
     where JobComp.id_comp = 134
    
  • the sql XML query report conversion - sound the alarm

    Hi all

    I have a custom report based on an sql query (method-sql * more) I need to convert this report in XML. I followed these steps
    I have generated the xml file by opening this request in the rdf generator (file > > generate > > xml)
    I open this XML file in word and do the rest of the treatment
    Copy the original simultaneous program (copy to option in set the window)
    changed the short name and the type of output as XML (the same method and executable retention)
    Add newly build it program at thr group asks even the original program in conc
    now, if I run this program it will show a warning when I checked the journal (Journal of the conc program manager administer) it displays following error
    > > caused by: oracle.xdo.parser.v2.XMLParseException: beginning of the element root waited.

    When I checked the XML code (from diagnostics) I was following the text by giving parameters
    > > whitespace is not allowed at this location. Error processing resource
    > > Semi colon character was expected. Error processing resource

    I checked the preview while I was preparing the model in word, it was a weather display data
    by giving the same parameters for which I generated the XML code, it shows the same warning in apps
    The log file also has the data...

    I use reports 6i, XML 5.6.2 and apps 11.5.10.2

    kindly help me to solve this

    Thanks in advance

    Shivdeep Singh

    first question - did you just change the output format of your concurrent request (with the executable, type SQL * more) in XML format and add a template to it?

    If this is the case, I'm not surprised, you get an error. You must ensure that you generate actual XML output. If you run the query and then click on the "Diagnostics" button, you will see a button saying 'display XML '. Click on this to see what you get. If you get an error, then it is not correct XML.

    This is the case, you have several options:

    1. create a data model and use it to create the XML file
    2 use the XML features in your query to generate XML (never tried so cannot guarantee this will work)
    3. use file rdf reports to generate the XML file
    4 generate the XML of PL/SQL file

    I suggest that you try option 2 first of all it should be pretty fast & easy to test, then use option 1 as the best solution if it does not work.

    Good luck!

  • Saved file opens in him program-don't watch not in the Explorer search finds but said then it isn't there

    Example - saved a Word .doc file in a folder that I created myself. Later using Windows Explorer I naviagte in this folder and the file is not there. Are there other files .doc, but not one that I just saved. Open Word chose to navigate open a file in this folder and that's where.

    I actually have a navigation program to open a valid file from a folder open on the part of the screen and windows Explorer open, on the other hand, showing the exact same file and the file is not there.

    I then get the file fron the search box of the start menu. The file comes up and I can click right and select properties and it shows the correct location but if try the location of the open file or try one of the tabs under properties, I get an error telling me the location of the file is not valid. If I try and click on the file found in the search, he travels trying to find that it then tells me it can not.

    What is happening in the different programs - Microsoft Word in the example above and also a program I use called Page Cool, which is a Web site design program.

    I have screenshots showing this problem.

    This makes our computer unusable. Rebooting does nothing. Did a scan disk, which was very good. Disc is only 1% temptation of power. We have 2 user accounts on our system, and both have administrator privileges. What is happening on both accounts.

    Have no idea where to go with this problem. Anyone have any ideas what could help?

    Thanks in advance!

    Hi Khaled has,

    Not received the notice of your post, sorry for my delay in answering.

    One thing I did recently was a registry clean, so I restored back to the top of that.

    I still couldn't see the files I had saved before navigating to them with Windows Explorer or my computer and saw them go through the programs that I saved in. I could see the file using the file open and open the file in the program - Word, for example - but when he looked in my computer or Explorer, it did not show.

    But when I saved the files again once it worked fine.

    It was something the registry cleaner has or some weird glitch it above - have been see a bunch of those in Win7 :-) as only being able to 'snap' on the left side and windows somehow stuck off the screen.

    Thanks for writing back!

  • Why don't XMLIndex not used in slow queries against an XMLType Table?

    We have a slow queries based on XML with the help of XMLTable shown here running on 11 g Rel 2 (11.2.0.1) - basis for SUNOS:

    select xcust.eid, xmi.ami, xmi.memberNum, xmi.accountNum
    from CROUTREACH.acme_cust cust,
       XMLTable( XMLNAMESPACES(default 'http://www.cigna.com/acme/domains/customer/customerprofile/2011/11'),
           '$doc/customerProfile'
            passing cust.object_value as "doc"
            columns 
               eid varchar2(50) path '@eid'
       ) xcust,
       XMLTable(XMLNAMESPACES(default 'http://www.cigna.com/acme/domains/customer/customerprofile/2011/11'),
           'for $i in /customerProfile/memberInfos/memberInfo return $i'
            passing cust.object_value
            columns
               ami varchar2(15) path 'ami',
               memberNum varchar(20) path 'clientRelationship/memberNum',
               accountNum varchar(20) path 'clientRelationship/accountNum'
      ) xmi
    *where xmi.accountNum = '3174016'*
    *and xmi.memberNum = '07646258301'*
    The development team noted:

    "It worked for a while (minutes)." I'm not familiar with indexing on XML tables, but if we can somehow index by Member num/acct num (even temporarily), I think that it would speed up the process considerably. »

    We have team added Oracle DBA fields num num/acct members to this xmlindex to recreate:
    CREATE INDEX ACME_CUST_XMLINDEX_IX ON ACME_CUST (OBJECT_VALUE) 
          INDEXTYPE IS XDB.XMLINDEX  PARAMETERS ('XMLTABLE ACME_CUST_IDX_TAB 
             XMLNamespaces (''http://www.cigna.com/acme/domains/commoncontact/2011/11'' as "cm",
                 default ''http://www.cigna.com/acme/domains/customer/customerprofile/2011/11''),
             ''/customerProfile'' 
            columns
               DOB date  PATH ''personInformation/cm:birthDate'',
               FIRSTNAME varchar2(40)    PATH ''name/cm:givenName'',
               LASTNAME varchar2(40)  PATH ''name/cm:surName'', 
               SSN varchar2(30) PATH ''identifiers/ssn'',
               MEMBERINFOS XMLType path ''memberInfos/memberInfo'' VIRTUAL 
    
           XMLTable acme_cust_lev2_idx_tab 
           XMLNAMESPACES(default ''http://www.cigna.com/acme/domains/customer/customerprofile/2011/11''),
           ''/memberInfo'' passing MEMBERINFOS 
           columns 
              ami varchar2(40) PATH ''ami'',
              subscId varchar2(50) PATH ''clientRelationship/subscriberInformation/subscriberId'', 
              employeeId varchar2(50) PATH ''systemKeys/employeeId'', 
              clientId varchar2(50) PATH ''clientRelationship/clientId'',
              *accountNum varchar2(50) PATH ''clientRelationship/accountNum''*,
              *memberNum varchar2(50) PATH ''clientRelationship/memberNum'''*) PARALLEL 16;
    Unfortunately, when we run the query XML is slow; a full table scan occurs on the query and the xmlindex do not get used.
    We are at a lost as to why the xmlindex serves not - before and after collecting pass them on the underlying table for the ACME_CUST?
    Especially with highly selective predicates in the WHERE clause.


    Here is the definition of table ACME_CUST:
    CREATE TABLE "CROUTREACH"."ACME_CUST" OF XMLTYPE
      (
        CONSTRAINT "ACME_CUST_ID_PK" PRIMARY KEY ("ACME_CUST_ID") USING INDEX
        PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS STORAGE(INITIAL 65536
        NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
        FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE
        DEFAULT) TABLESPACE "ACME_DATA" ENABLE
      )
      XMLTYPE STORE AS SECUREFILE BINARY XML
      (
        TABLESPACE "ACME_DATA" ENABLE STORAGE IN ROW CHUNK 8192 CACHE READS LOGGING
        NOCOMPRESS KEEP_DUPLICATES STORAGE(INITIAL 106496 NEXT 1048576 MINEXTENTS 1
        MAXEXTENTS 2147483645 PCTINCREASE 0 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT
        CELL_FLASH_CACHE DEFAULT)
      )
      ALLOW NONSCHEMA ALLOW ANYSCHEMA VIRTUAL COLUMNS
      (
        "EID" AS (CAST(SYS_XQ_UPKXML2SQL(SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                               
    /customerProfile/@eid'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2) AS VARCHAR2(15))),
        "ACME_CUST_ID" AS (CAST(SYS_XQ_UPKXML2SQL(SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                               
    /customerProfile/@id'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2) AS VARCHAR2(50))),
        "CRET_DT" AS (SYS_EXTRACT_UTC(CAST(TO_TIMESTAMP_TZ(SYS_XQ_UPKXML2SQL(
        SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                                                                                                       
    /customerProfile/@create_dt'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2),'SYYYY-MM-DD"T"HH24:MI:SS.FFTZH:TZM') AS TIMESTAMP
    WITH
      TIME ZONE)))
      )
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
      (
        INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0
        FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT
        CELL_FLASH_CACHE DEFAULT
      )
      TABLESPACE "ACME_DATA" ;
    Any help on this is much appreciated to say the least!

    Kind regards
    Rick Blanchard

    Could you post an explain plan?

  • invalid do not repaint the field?

    I have an extended RichTextField and want to change the font color on a certain event. I am able to get the event, but when you call the method of point culminating my domain color is not being updated.

    My code fields:

    public void paint (Graphics g) {}

    if (highlighted) {

    g.setColor (Color.WHITE);

    } else {}

    g.setColor (0 x 818181);

    }

    Super.paint (g);

    }

    public Sub {point culminating (Boolean isHighlighted)

    Highlight = isHighlighted.

    this. invalidate();

    }

    How to force paint it? I thought that this is done by invalidating the field?

    The field is added to a table view, as shown in http://supportforums.blackberry.com/t5/Java-Development/highlight-field-when-row-in-table-is-selecte...

    well the only way I found was to use the extent TableController.navigationMovement which REMOVES and ADDS the line with highlightet label field. I wasn't able to deal with this without add/remove lines...

    It is not nice but works now. Speed is normal, no difference compared to before. Since it is a vector in the end, and we work with index numbers, it is fast enough for the GUI.

    If you find that another way please let me know!

  • Did not update the field lengths

    All,

    I changed the lengths of field forms all day to IOM 9.1, and it does not update the actual column length when the form is activated. I came back to directly update to the sizes of the column in the database to get things to work. I missing something here, or are completely useless in IOM field length variations?

    S

    My experience is the same. You cannot change just reliable lengths using the client interface design.

    Slightly irritating and very dangerous if you don't know the question.

    Best regards
    / M

  • Disable (= update not allowed) the field ordered_quantity in Oracle Apps R12 using FP

    Hi friends,

    Please help me with this requirement - Oracle Apps R12 - related forms-

    Obligation:

    Disable the option to update - user should not update the quantity fields on the tabs IE (price, delivery, returns, Service, other, addresses) if it meets a given condition.

    If someone tries to update - just pop - up error message "update not allowed here!"

    I think we can do this using the form of customization.

    But I'm not actually (event trigger, Trigger, Condition object) - how to disable particular field

    Kindly help.

    Let me know if you need input more

    Thank you and best regards,

    AT

    Business people are generally concerned about the results rather than how to run the task.

    The functionality of constraints treatment is there for these requirements.

    We use it to do many kinds of validations.

    Kind regards

    Bashar

  • dynamic SQL for OPEN will not take the SQL string in the form of a string variable

    Hello

    I use "OPEN-for", not "EXECUTE IMMEDIATE" because I want to do multi lines request. However, 'OPEN-for' won't take a variable "strSQL' in the clause, it only took fixed ropes?

    create or replace function fnEnumSystemUser
    (
    LogonFilter nvarchar2,
    ...
    AdditionalWhereClause nvarchar2,
    OrderByClause nvarchar2
    )
    RETURN xxxxx.cursorType
    AS
    strSQL nvarchar2 (2000);

    FormatAdditionalWhereClause nvarchar2 (2000);
    FormatOrderByClause nvarchar2 (2000);

    SystemUserCursor xxxxx.cursorType;
    BEGIN

    If AdditionalWhereClause IS NULL THEN
    FormatAdditionalWhereClause: = ' ';
    ON THE OTHER
    FormatAdditionalWhereClause: = TRIM (AdditionalWhereClause);
    END IF;

    If OrderByClause IS NULL THEN
    FormatOrderByClause: = ' ';
    ON THE OTHER
    FormatOrderByClause: = TRIM (OrderByClause);
    END IF;

    strSQL: = 'select Id, FirstName, MiddleName, LastName, PrimaryEmail, PersonType, CreateDate, CreatedBy, LastUpdate, LastUpdateBy, connection, PasswdHash, IsSuspended, had left join SystemUser person on SystemUser.PersonId = Person.Id';
    -It won't work, just says "WARNING: compiled, but with compilation errors" when I tried to create the function
    Open SystemUserCursor for strSQL;

    -This is to call "ORA-01006: bind variable does not exist.
    Open SystemUserCursor
    ' select Id, FirstName, MiddleName, LastName, PrimaryEmail, PersonType, CreateDate, CreatedBy, LastUpdate, LastUpdateBy, connection, PasswdHash, IsSuspended, had left join SystemUser person on SystemUser.PersonId = Person.Id WHERE SystemUser.Logon like: x: y ' using LogonFilter, OrderByClause;

    -This failed also (on call, "ORA-00900: invalid SQL statement")
    Open SystemUserCursor
    ' select Id, FirstName, MiddleName, LastName, PrimaryEmail, PersonType, CreateDate, CreatedBy, LastUpdate, LastUpdateBy, connection, PasswdHash, IsSuspended, had left join SystemUser person on SystemUser.PersonId = Person.Id WHERE SystemUser.Logon like: x' | OrderByClause using LogonFilter;

    RETURN SystemUserCursor;
    END;

    That's how I invoked:
    declare
    Int NumItemsSelected;
    lstResult xxxxx.cursorType;

    TYPE SystemUserRecordType IS RECORD
    (
    ID numeric (19.0),.
    FirstName nvarchar2 (50).
    MiddleName nvarchar2 (50).
    LastName nvarchar2 (50).
    PrimaryEmail nvarchar2 (190),
    PersonType int,
    CreateDate timestamp,
    CreatedBy numeric (19.0),.
    LastUpdate timestamp,
    LastUpdateBy numeric (19.0),.

    Logon nvarchar2 (75).
    PasswdHash int,
    IsSuspended tank,
    Display timestamp
    );
    SystemUserRecordType oUser;
    Start

    lstResult: = fnEnumSystemUser (...) '%',... Person.PrimaryEmail like '% a %', "order by ASC Logon", 0, 10, NumItemsSelected);
    LOOP
    extract lstResult in oUser;
    When the output lstResult % notfound;
    dbms_output.put_line ('Id: ' | oUser.Id);
    END LOOP;
    end;

    I need the ability to add to the SQL string because ultimately say I need to join:
    1. ORDER BY section
    2 call a FUNCTION in WHERE Clause
    3 pagination and ROW_NUMBER() clause

    What can I do? Thank you!

    1. why you use NVARCHAR2 to the SQL string. Use VARCHAR2 or LONG.

    2. use

     tags to preserve formatting of your code.
    
    3. In the bind variable does not exist example it looks like you have one bind, :y, but are trying to bind two variables logonfilter and orderbyclause.
    
    4. In the third example, try logging the sql string in a table or dbms_output and running it in sql - you should get the same error and it might then be easier to diagnose.
    
    Cheers,
    Dominic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    
  • FN + ESC don't work not after the new update coming in windows 8.1

    I have HP G6 2304tx windows 8.1 update for later. 12 of 2014 microsoft publishes an update to 800 MB on windows 8.1 as soon as I updated I found a lot of changes and I love too, but today, I found that the combination fn + esc does not work I know not the reason is due to launch fast hp software .i already installed in my pc but I think after this 800 HP MB update should update quick launch HP... If you have any alternative but to tell me please...

    Thank you!

    Microsoft release, an updated day today and the fn + esc problem solves thaks to microsoft

  • BlackBerry Smartphones don't SMS not clearing the homescreen

    Under the home screen daily view on my phone, I have a message that was read and deleted, however it will not clear off the screen. All the other messages that I received since then have worked correctly a way to make this message disappear?

    Thank you.

    OK, normal to erase a message unread... tips try them in the order.

    If you have a new icon rogue Message on your home screen, or a negative number (-1), one of these solutions could erase or reset:

    Try these options:

    • * Hard Reset BlackBerry now ALT CAP (right Shift key) and DEL (or with the BlackBerry power, remove the battery and reinsert the battery)
    • Messages > saved Messages
    • Messages > view folders, check each folder (calls, SMS and MMS, and boxes, saved missed boxes, browser, phone logs etc.)
    • * Scroll at the top of the folder, on the title menu, click or tap to MARK PRIOR OPEN date
    • Change your theme and see if it persists and return to your desired theme. (Options > theme > select.)
    • * Clean and reload your OS.

Maybe you are looking for

  • my look of the IPad 2 is locked. I want to erase and reset

    my air pad 2 is locked, erased before using my itunes. i tunes won't recognize device not

  • Portege R100 and Windows 7

    Hello I have a portege R100, which, with the new 1 GB memory is very good. I want to update from XP to Win7.All the world does? Any suggestion? Win 7 slow down the system? Richy

  • How do you start "help and support" everytime I try the? Mark my computer says to start the program

    I must have deleted at one time or another, I have re-installed my updated windows program in place the disc but it says to start the program, how can I do this?

  • HP Pavilion dv7-6153

    My HP Pavilion dv7-6153nr notebook AMD Quad Core computer, using Windows 7 Home Premium does not work... It turns on, try to start, but I got Oxc000000f on the screen with the message that says: the starting system failed because a required device is

  • Cloning of SSDS for SSD

    I just bought a HP Zbook 1517 that works great on Windows 7. It has a 256 Gb Solid State Drive (SSD). After having used it for a few days and put away there files and folders I commonly use, I wanted to have a back up. So I bought a new SSD 256 GB an