I need to write in Portuguese.

My keyboard does not have the right symbols like ~ he gets a space like this m ~ ao - the symbol must be above a, in Portuguese, it still does not, I changed the regional options. What can I do?

Hi PatSB,

Follow the suggestions below for a possible solution:

To change the language used for menus and dialog boxes

a. open regional and Language Options in the Control Panel.

b. tab language , in the language used in menus and dialog boxes, click the Portuguese language .

c. click apply and OK

Also define Portuguese as your default language on the Advanced tab.

You can also see the article for more information on changing the language locale:

 

To change the language used for menus and dialog boxes

http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/int_pr_mui.mspx?mfr=true

I hope this helps.

Tags: Windows

Similar Questions

  • I have a generator of two impulses. I need to write to a file the three intervals Ao0

    I have a two train pulses a 6009. They are Ao0 Ao1. Ao0 output will produce the total time on my meter. The façade shows 3,1,3. I can run the relay very well. I need to write about my 'Write to file - LVM' the same 3 intervals in time. Write after 3 seconds, the overall data. After 1 second, then after 3 seconds more.

    Thank you

    Philippe

    wrong file

  • Hi, I need to install Adobe Flash Player, because the version I have installed on my Mac Os is old, but I can´t because I need to write my email and my password and I Don t remember my password, what can I do?

    Hi, I need to install Adobe Flash Player, because the version I have installed on my Mac Os is old, but I can´t do it because I need to write my email and my password and I Don t remember my password, what can I do? Thank you

    Email and the password will be the security of your computer, not something for all Adobe products.  You may need to consult the Mac clients if you are unable to determine the required information.

  • I need to write a vbscript script to retrieve the size of an access database

    Could someone help me write a vbscript script to retrieve the size of an access database. I need to put this in my schedular system to run every morning.

    Hi Rob,

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Office IT Pro. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/officeitpro/threads

  • Need to write a different SQL query

    Oracle version: 11.2.0.4

    create visitors from the table (name varchar2 (10), dated $vdate);

    Insert values ('John', sysdate-3) visitors;

    Insert values ('John', sysdate-2) visitors;

    Insert values visitors ('John', sysdate + 1);

    Insert values visitors ('Thomas', sysdate-5);

    Insert values visitors ('Thomas', sysdate-4);

    Insert values visitors ('Thomas', sysdate + 2);

    Insert values visitors ('Adam', sysdate + 1);


    Now I need to find the max for each visitor with the name $vdate. I wrote the query below and I'm
    My expected results.

    My query:

    Select * from (name, $vdate, dense_rank (select) on mxdate (partition by name $vdate desc order)
    visitors)
    where mxdate = 1;

    Output:

    NAME $VDATE
    John May 14, 2015
    Thomas may 15, 2015
    Adam, 14 may 2015

    Can someone write this query using the EXISTS or NOT EXISTS with below terms?

    1. without using the aggrgeate function
    2. without using the analytic function

    Thanks for your help in advance...

    Note: This is not the original data. This is only the test data...

    Something like

    Select * from v1 visitors

    where does not exist (select 1 of visitors v2 where v1.name = v2.name and v1.vdate<>

    NOT TESTED.

  • Satellite Pro L10 - need DVD writer part number

    Could someone with a satellite and a dvd burner Pro L10 please give me the part number for the drive as I want to replace my dvd rom with a writer. Thank you very much

    Hello

    I Don t part number, but I discovered this Mat * a UJ - 830 s should be compatible with your device. Google around a bit and verify this info.

    Good bye

  • Need to write custom code to cancel extracting content

    Hi all

    I'll have to take actions on the undo of content command event. I can't find any java filter on the undo check event. Could you please help me how can I add custom code to cancel the extraction of content.

    Thank you in advance...

    If you turn on tracking of full services detailed in section and run a undo the check and then review the output of server, it shows you all the available filters?

    If this isn't the case, you may need to replace the undo checkout service and insert your custom code if there is not an available filter. Usually I recommend is not the substitution of service, but instead to substitute the ServiceHandler that contains the code for the service and insert a new filter when you need. This way do you less harm than any diversion he (and allow others a way to place nice with your customization).

    Jonathan

    https://jonathanhult.com

  • Need to write a query


    Hi Master,

    SELECT A.MESSAGE_TYPE,

    A.SENDER_ID, B.LICENSE_TYPE,

    B.CUST_SALES_ORDER_NO,

    B.BUID,

    B.WORK_ORDER_NO,

    B.SERVICE_TAG,

    B.PRODUCT_KEY_SERIAL_NUMBER,

    B.REF_ID,

    B.HARDWARE_HASH,

    B.ERROR_CODE,

    C.ERROR_DESCRIPTION,

    D.WARNING_CODE,

    A.CREATED_BY,

    A.CREATION_DATE

    OF LK_MD_MESSAGE_STAGING,.

    B LK_MD_MESSAGE_UNIT_STAGING,

    LK_MM_OEM_ERROR_CODE C.

    LK_MD_MESSAGE_UNIT_WARNING D

    WHERE A.MESSAGE_STAGING_ID = B.MESSAGE_STAGING_ID

    AND B.ERROR_CODE = C.ERROR_CODE - need to left outer join

    AND B.MESSAGE_UNIT_ID = D.MESSAGE_UNIT_ID - need to left outer join.

    Please help me

    Concerning

    AR

    Can be

    select a.message_type
         , a.sender_id
         , b.license_type
         , b.cust_sales_order_no
         , b.buid
         , b.work_order_no
         , b.service_tag
         , b.product_key_serial_number
         , b.ref_id
         , b.hardware_hash
         , b.error_code
         , c.error_description
         , d.warning_code
         , a.created_by
         , a.creation_date
      from lk_md_message_staging a
      join lk_md_message_unit_staging b
        on a.message_staging_id = b.message_staging_id
      left join
           lk_mm_oem_error_code c
        on b.error_code = c.error_code
      left join
           lk_md_message_unit_warning d
        on b.message_unit_id = d.message_unit_id;
    
  • Need to write a cursor to the following requirement

    Dear all.

    I have the design of the table as follows

    SQL > SELECT * FROM THE Department;

    ID_NO DEPARTMENT FROM_DT TO_DT

    ---------  --------------------        -----------           ---------

    100. IT AUGUST 17, 93 MARCH 31 02

    100 BANKS 1 APRIL 02.

    SQL > SELECT * FROM DESG.

    ID_NO DESIGNATION FROM_DT TO_DT

    ---------    --------------------              ---------            ---------

    100 INTERNS AUGUST 17, 93 31 OCTOBER 00

    DEVELOPER OF 100 1 NOVEMBER 00 31 MARCH 03

    HEAD OF TEAM 100 1 APRIL 03 30 JUNE 05

    MANAGER OF 100 1 JULY 05.

    I need the output voltage

    100 TRAINEE COMPUTER AUGUST 17, 93 31 OCTOBER 00

    100 DEVELOPER COMPUTER 1 NOVEMBER 00 31 MARCH 02

    100 BANKS DEVELOPER ON APRIL 1 02 31 MARCH 03

    100 BANKS TEAM LEADER 1 APRIL 03 30 JUNE 05

    MANAGER BANKING 100 1 JULY 05-

    The problem is that the same person working as a DEVELOPER in IT and BANKING, so I can't get the right output.

    I tried this with cursor set, even if I do not have the correct result.

    with

    Dept as

    (select 100 ID_NO, "IT" DEPARTMENT, to_date('17-AUG-93','DD-MON-RR') FROM_DT, to_date('31-MAR-02','DD-MON-RR') TO_DT of all double union

    Select 100, 'BANK', to_date (1 April 02 ',' DD-MON-RR'), double null

    ),

    DESG as

    (select 100 ID_NO, "INTERN" DESIGNATION, to_date('17-AUG-93','DD-MON-RR') FROM_DT, to_date('31-OCT-00','DD-MON-RR') TO_DT of all the double union)

    Select 100,'DEVELOPER',to_date('01-NOV-00','DD-MON-RR'),to_date('31-MAR-03','DD-MON-RR') in all the double union

    Select 100, 'TEAM LEADER',to_date('01-APR-03','DD-MON-RR'),to_date('30-JUN-05','DD-MON-RR') union double all the

    Select 100, 'MANAGER', to_date (1 July 05 ',' DD-MON-RR'), double null

    )

    Select x.id_no,

    y.Department,

    x.DESIGNATION,

    Greatest (x.from_dt, y.from_dt) from_dt.

    NULLIF (less (nvl (x.to_dt, date ' 9999-12-31'), nvl (y.to_dt, date ' 9999-12-31')), date' 9999-12-31) to_dt

    of master's level x,.

    y Dept

    where x.id_no = y.id_no

    and greatest (x.from_dt, y.from_dt)< least(nvl(x.to_dt,date="" '9999-12-31'),nvl(y.to_dt,date="">

    order by 4

    ID_NO DEPARTMENT DESIGNATION FROM_DT TO_DT
    100 HE INTERN 17/08/1993 31/10/2000
    100 HE DEVELOPER 01/11/2000 31/03/2002
    100 BANKING SERVICES DEVELOPER 04/01/2002 31/03/2003
    100 BANKING SERVICES TEAM LEADER 01/04/2003 30/06/2005
    100 BANKING SERVICES MANAGER 01/07/2005 -

    Concerning

    Etbin

  • Need to write the cursor to update the column

    Hi all

    I want to write a cursor in the CALC_TAX of the PP_TAX of the UPDATE table column
    Currently I use following update instructions to update the CALC_TAX column.

    UPDATE PP_TAX P
    SET CALC_TAX = ROUND (((P.ACTV_AMT * 5)/100), 2)
    WHERE PROV_DEC_FOR_TAX ("AB", "NT", "YT", "NAKED", "NV");

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 5)/100), 2) + Round (((P.ACTV_AMT + Round (((P.ACTV_AMT * 5)/100), 2)) * 8.5) / 100), 2)
    WHERE PROV_DEC_FOR_TAX ("QC");

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 5)/100), 2) + (((P.ACTV_AMT * 7)/100), 2nd round)
    WHERE PROV_DEC_FOR_TAX IN ("MB");

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 5)/100), 2) + Round (((P.ACTV_AMT + (Tower (((P.ACTV_AMT * 5)/100), 2)) * 10) / 100), 2)
    WHERE PROV_DEC_FOR_TAX IN ('PE');

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 5)/100), 2) + (((P.ACTV_AMT * 5)/100), 2nd round)
    WHERE PROV_DEC_FOR_TAX ('SK');


    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 13)/100), 2)
    WHERE PROV_DEC_FOR_TAX IN ('WE', 'NB', 'NL', 'YY');

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 12)/100), 2)
    WHERE PROV_DEC_FOR_TAX IN ("BC");

    UPDATE PP_TAX P
    SET CALC_TAX = Round (((P.ACTV_AMT * 15)/100), 2)
    WHERE PROV_DEC_FOR_TAX IN ('NS');

    Kindly help.

    This is what it would look like for the first two,

    UPDATE pp_tax p
    SET    calc_tax =
             CASE
               WHEN prov_dec_for_tax IN ('AB', 'NT', 'YT', 'NU', 'NV') THEN
                 ROUND ( ( (p.actv_amt * 5) / 100), 2)
               WHEN prov_dec_for_tax IN ('QC') THEN
                 ROUND ( ( (p.actv_amt * 5) / 100), 2) + ROUND ( ( ( (p.actv_amt + ROUND ( ( (p.actv_amt * 5) / 100), 2)) * 8.5) / 100), 2)
             END
    WHERE  prov_dec_for_tax IN ('AB', 'NT', 'YT', 'NU', 'NV', 'QC');
    

    Just add several WHEN clauses and include in the list of in WHERE clause.

    Concerning
    Peter

  • Need to write a function to help.

    I'm using Oracle 11 g and SQL Plus. I am a complete newbie, so I need some help here in writing a function. I guess my question is more on the writing of trigonometric functions within the service.


    latA, longA Banff, longB / / these are the four input parameters.

    Theta = longA - longB

    distX = sin (latA * PI / 180) * sin (Banff * 180 FT) + cos (latA * PI/180) * cos (Banff * PI/180) * cos (theta * PI / 180)

    Gefrierschrank = acos (distX) / / this is arc cosine

    distZ = Gefrierschrank * 180 / PI / / PI refers to the mathematical PI

    distP = distZ * 60 * 1.1515; This value should be returned. Of course do not import the names of intermediate variables.

    Help, please. Thank you.
    CREATE OR REPLACE FUNCTION fucntion_name(latA IN NUMBER, longA IN NUMBER, latB IN NUMBER, longB IN NUMBER) RETURN NUMBER
    
    IS
    pi      CONSTANT NUMBER:=3.14159;
    theta NUMBER;
    distX  NUMBER;
    distY  NUMBER;
    distZ  NUMBER;
    distP  NUMBER;
    BEGIN
    
    theta :=longA - longB;
    
    distX :=sin( latA * PI /180) * sin ( latB * PI /180) + cos ( latA * PI/180) * cos ( latB * PI/180) * cos ( theta * PI / 180);
    
    distY :=acos(distX); --this is arc cosine
    
    distZ :=distY * 180/PI;  --PI refers to the mathematical PI
    
    distP :=distZ * 60 * 1.1515; --this value should be returned. Of course the intermediate variable names don't matter.
    
    RETURN distP;
    END;
    

    Published by: Ora may 3, 2011 23:46

  • Help! Newbie here.  I need to write under the photo.

    I just Photoshop elements.  I thought I ordered the regular photoshop, so maybe I can't do what I bought it to do.  I need to create a page, similar to an advertisement around a photo.  In others, I would put a picture or two on a page with a writing probably under photos.  I can't seem to find a way to do it in this items 8.  Thank you very much for your help!

    1. Open the EP Editor
    2. Go to file > new > empty file. Assign values of width & height (in inches). Set the resolution 300px / in for printing. Mode: RGB. Background: white.
    3. Open an image file and drag it to the location of the project in the file created in step 2. Alternatively, you can copy and paste the image.
    4. Repeat for the second picture. It is preferable that the resolution of each of the 2 images is about the same as the file empty of the step #2
    5. Each photo is on its own layer. Access the tool move and position each photo.
    6. Access the tool Horizontal text, select font, color and size, type your message below the image, or wherever you want. There is also a Vertical type tool.
  • Do I really need to write code to create menus

    I need to create an enhanced CD. You know... a CD, which, when it in a computer appears with menus and options for playing music, videos, goto a site display a PDF etc...

    I know steering is doing this, because the last CD improved, I saw was a lillte "d" in the upper left corner and a message that says MADE WITH MACROMEDIA (now Adobe).

    So my question is if I buy the Director, will it know any code or Lingo? I know very little HTML, but that's all. Was something like this created through a process of slide / move, or do I have to be a genius... or maybe a super genius?

    For any help or suggestion would be greatly appreciated!

    Chaz


    How to use the product? >>>

    This is the real question. I think I'll be better off with a program that specializes in the Enhanced CD. They are hard to find, and I saw that the Director can do. I appreciate your help. Thank you!

    Chaz

  • Need to write a query that takes more than 2 minutes to run

    Hello

    I use Oracle 10 g in my database.
    I am writing a small program for test purposes, my requirement is to write a query that takes more than 2 minutes to run. Right now I have only a small Table, called 'Users' with very less data.

    Please let me know how I can get this thing?

    Thank you.

    How to make a request for execution for more than 2 minutes with basic data.

    as below
    Select * from $ source, $

    or any generic query of CARTESIAN PRODUCT

  • Where's NOTEPAD on Windows 8?... Need to write a letter!

    Cannot find the NOTE PAD in Control Panel command or any other application for Windows 8, so please help.

    Right to charm > Search > notebook > click

Maybe you are looking for

  • Photosmart HP 7520: scan hp connects to the scanner

    I have a new MacBook Pro that came with installed Yosemite.  I think that HP Scan frequently does not connect to my scanner HP Photosmart 7529 using my wifi.  I get an error indicating that the scanner... is currently unavailable.  I called the servi

  • How to access the value of the 'createTime', or any other property root?

    I would like to focus on the value of the property Root 'createTime' in a custom property so that when I load and edit the file, I can still see when the original file was created. I'm sure there is a simple solution, but I can't make it work. My cod

  • Error code for Reader 8 x 80070052 thumb

    Backup files on a 1 GB USB key, I started having an error code 8 x 80070052 and don't load no more files, but the USB is only half full. Anyone had this happen? No idea what means this error code?

  • Old 90's games

    How can I the old games like spider-man cartoon maker and former zoo/roller coaster tycoons to run on windows 7? It won't work for me. any ideas?

  • product key for widows xp wt4yq-yw400

    I need the product key for widows xp Party No.X 08-48124