What keys can I use to change user?

What keys can I use to change user?

I am not aware of a keyoard shortcut to change between users. You can click on the current users name in the upper right of the menu bar and it shild drop dowm with the user list and you can click on that user for a quick change.

Similar Messages

  • I have a power mac g4 with mac os 10.4. 11 , I want to change the hard-drive ,what program  can I used  to transfer one hard-drive  to another  hard- drive  on this mac pc.

    I have a power mac g4 with mac os 10.4. 11 , I want to change the hard-drive
    ,what program  can I used  to transfer one hard-drive  data to another  hard- drive  on this mac pc.

    The Disk Utility, Carbon Copy Cloner, SuperDuper, or similar software. For best results, place the second drive inside the computer or in a FireWire enclosure and boot the computer from it before removing the internal drive.
    (66989)

  • HT1343 When I want to highlight a column what shortcut keys can I use in Excel:Mac 2011 to go to bottom of column

    I have replaced Microsoft Office with Microsoft Office:MAC 2011.
    What short ut keys can I use to select a column of data from a cell to the bottom of the column.
    In Microsoft Office I used Shift+Ctrl+End

    Have you checked on the Microsoft forums, or the excel help file?
    On a Macbook Pro keyboard, fn+right arrow is End
    I believe ctrl-right arrow is also End.

  • I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    A calendar is not difficult nor does it take long once you know where the dates fall.
    Start with a basic month template table.
    1. Click on the table icon on the Toolbar to create a basic table for one month
    2. Click on the resultant table > Inspector > Table > Headers & Footers > 2nd button > 1
    3. Inspector > Table > Body Rows: 6 > Body Columns: 7
    4. Inspector > Metrics > Size > Width: 7 cm/in > Height: 7 cm/in
    You can drag resize the whole month to your liking afterwards
    5. Select the entire header row > Inspector > Table > Edit Rows & Columns > Merge Cells > Type in a month
    6. Type Mon in first cell & Tue in 2nd cell of of 2nd row > Select both cells and drag the white dot in the bottom right corner sideways to fill the cells with the days
    7. Do the same with the dates in the cells below
    8. You can fill the spare dates at the beginning and end of the month if you like and maybe change them to a paler grey.
    9. Style and position the text as you like it.
    10. If you don't want to see the grid or want different strokes, colors etc:
    Inspector > Table > Cell Borders/Cell Backgrounds etc
    When you have the first month looking the way you want, option drag out copies sideways to make the rest of the months.
    Peter

  • What else can be used

    Hi all,
    am having problem to iterate to next record when using when validate record trigger.
    what else can be used instead of next_record to iterate through?
    thanks.

    following is the problem where i have to calculate backlog by comparing it with the value presented in the database and that of the changed by user.
    for exmaple in ven_share table share_quota defined was 100% and user changes it to 40 backlog should contain 60
    upto this my logic is working fine but when i iterate to next record i want backlog to show previous + newly changed value..
    can you suggest now how can it work in any other way??
    declare
         v_share number(3);
         bck number(4);
    --     total_bck number(3);
    cursor c1 is select share_quota from ven_share where vendor_code=:ven_share.vendor_code;
    begin
              first_record;
    --open c1;
    --fetch c1 into v_share;
    for i in c1
    loop
         v_share:=i.share_quota;
         if v_share<>:ven_share.share_quota--,:system.cursor_record
              then
              if v_share>:ven_share.share_quota
                   then
                   :ven_share.backlog:=v_share-:ven_share.share_quota;
                   bck:=:ven_share.backlog;
                   --next_record;
    --     total_bck:=bck+v_share-:ven_share.share_quota;
              end if;
         end if;
    --          if :ven_share.vendor_code is null
    --               then
    --                    null;
                        --bck:=:ven_share.backlog;
              --     else
              --     if v_share>:ven_share.share_quota then
                                       --     message(v_share);
         --     message(:ven_share.share_quota);
              --          :ven_share.backlog:=bck+v_share-:ven_share.share_quota;
         --     end if;     
    --          end if;
         --     end if;
    --     end if;
    EXIT WHEN :SYSTEM.LAST_RECORD ='TRUE';
    --NEXT_RECORD;     
    end loop;
    end;
    thanks

  • What else can I use beside Compressor?!

    Compressor is now useless to me. Unknown time remaining will not fix. What else can I use? Anyone know?

    Look, we understand your frustration and, since we've been hanging out here a long time, we differentiate newbie issues as separate from actual or legitimate problems by seeking information newbies refuse or simply do not understand how to supply. You've added significant information that will allow us to assist you.
    Compared to the hundreds of thousands of successful and happy Compressor users, "plenty of people" is not significant.
    The next post in this thread suggests your only hope is a complete system wipe and reinstallation. Do you want to try that and report back to us?
    It is useless if it doesnt work and yes I've never gotten to use it. I have used lessons on lynda.com. It's not that I don't know what I'm doing. Try a simpler batch, I was using the simplest of batches. The setting is conventional. I spent time on the phone with 2 different Apple tech people who know compressor. I assure you I have spent the entire day trying to fix this to no avail.
    I've learned that plenty of other people have this same problem with no solution being offered here or from Apple.
    <
    bogiesna

  • What function can be used to give a "count of occurrences of values" ?

    I would be very appreciative if someone in the user community could save me a few months of work....I've already been neck deep in my old statistics and calculus manuals. What function can be used to get the count of occurrences of the value of an item. Ex: Item is Status and possible values are "Published", "In Production", "Construction". In one report, I want to report all records of a table and list the Status (among other items) but at the total, I would like to see a count of each value for the item Status....something like Sum(Count(Status = "Published")) Sum(Count(Status = "In Production")) Sum(Count(Status = "Construction")). I know I could run the report 3 times counting a unique value, but I'm trying to be more efficient in my reporting. Thanks all for any help given.

    Hi
    In addition to John's answer, inside Discoverer you can do this:
    Let's assume you have a Status item and it has the values you mention. If you create the following new calculation SUM(ROWNUM) and name it Status Count you only need to include the Status and the Status Count in the worksheet. You will now see a count for each status.
    Best wishes
    Michael

  • What keys can duplicate the "option", "command", and "escape" keys

    Am having to use an 
    ONN  external keyboard and would like to know what keys can duplicate the "Option", "Command" and  "Escape" functions.... Thank you

    krisserz,
    Actually, yes, a lot of things are similar on MACs, but for example, on this page: http://www.bugge.com/Family-and-friends/Illy/illy.html it says to find the folder Adobe Illustrator [X] Settings and there is none on my computer.
    The Move the folder hint says:
    Up to version 10, the name of the folder is Adobe Illustrator [X],
    From version CS on, the name of the folder is Adobe Illustrator [X] Settings.
    [X] is the version number; up to 10, it is just a number, and above that the Creative Suite version number, CS, CS2, CS3, CS4, and so on, is used (the corresponding standalone versions still have simple numbers, CS is called 11, CS2 is called 12, CS3 is called 13, and CS4 is called 14, but the version numbers with CS are used in the folder name).
    So in your case it would be Adobe Illustrator CS3 Settings.
    It may be worth going through all the Other options and try whichever may be relevant (Entorurage is mentioned under 7, along with quite a few others).
    One of the less nice options is to reinstall, in which case the Clean Script should be used. http://www.adobe.com/support/contact/cs3clean.html

  • I try to download  Adobe digital Edition on my PC but it doesn't reconize my user name and my password, it's says ERROr and i can't use de CurrentPC User beacause i need some rigts ...

    it's says ERROr and i can't use de CurrentPC User beacause i need some rigts ...

    If the old ID ("username") is an earlier version of your current ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • HT3224 What cable can I use to transfer data from a 2008 MacBook Pro to a new MacBook Pro with thunderbolt?

    What cable can I use to transfer data from a 2008 MacBook Pro to a new MacBook Pro with thunderbolt?

    You should also ask this in the MacBook Pro forum. This is the forum for the 13” white and black plastic MacBooks that were discontinued in 2010. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/notebooks/macbook_pro

  • Dead Hard Drive - What replacement can I use for iBook G4?

    I have a
    Machine Model: iBook G4
    CPU Type: PowerPC G4 (3.3)
    Number Of CPUs: 1
    CPU Speed: 933 MHz
    L2 Cache (per CPU): 256 KB
    Memory: 384 MB (Upgraded to 1Gig)
    Bus Speed: 133 MHz
    Mac OSX 10.3.9.
    The hard drive died. What type and manufacrure do I need. Is it a Serial, ATA or IDE? What sizes can I use 40G, 60G, 80G, or 100G?
    Thanks for your help.

    but if your ibook was made before 2003 the limit for hard drives is 128GB any mac made before 2003 has this limit.
    heres a take aprt manual
    http://www.sterpin.net/uk/ddibookg4uk.htm

  • What program can I use to...

    What program can I use to screen record things on my mac?

    You can use QuickTime Player. Open QuickTime Player and go to File > New Screen Recording. Also, you can purchase Screenflow in the App Store because it's more advanced

  • I received a ms publisher file what program can i use to open and edit

    i received a ms publisher file what program can i use to open and edit

    There is no program that can open Publisher files except Publisher. It doesn't matter whether you use Windows or a Mac, Publisher files must have Publisher.
    Publisher does not have a Mac version so you will need Windows (and Publisher)

  • What program can I use to open documents

    What program can I use to open documents with; if I am running OSX 10.6.8 and only have Text edit?

    What kind documents of documents do you want to open? Just to read or write too?
    Besides TextEdit, you also have Preview that can display a wide gamut of document types as well.
    As for office documents, may want to download and install LibreOffice to deal with the usual suspects: .doc, .xls, .ppt   http://www.libreoffice.org/

  • What program can i use to type papers/essays on my MacBook

    What program can i use to type papers/essays on my MacBook? (Mac OS X) Version 10.5.8

    IRIS0321 wrote:
    What program can i use to type papers/essays on my MacBook? (Mac OS X) Version 10.5.8
    You can use Textedit, it's on your Mac in the Applications folder, or you can download any of the ones suggested by shldr2thewheel, also Google for Bean, a free word processor for the Mac.

Maybe you are looking for

  • Safari cuts the page !! Not displaying fully

    This is happening since i updated to 2.2.1 firmware, still continues in 3.0 The webpages are not loading fully, it loads half & stops ! Like - say there is a forum, topic like this(an apple discussion forum like this), comprising 10 or more posts in

  • Write function inside edge ?

    How do I write a function to "display Off" of some of my symbols, so that I can call this function when a button is pressed. Currently I am using this. sym.$("Symbol_1").hide(); Since I have many symbols to be turn off at once,  manually turning off

  • Dreamweaver MX 2004 Crashes at Startup

    The following has been performed: Removed dreamweaver preferences from library. uninstalled and reinstalled dreamwweaver updated application.

  • I sycned my photos to my itouch now i can't delete it help

    i tried to put photos into my itouch. i got that too work but when i wanted to delete it it didn't let me (no options to delete) help

  • OIM 11.1.1.5 software for Windows 64 bit

    Hi, I have installed weblogic server 10.3.5 and SOA 11.1.1.5 on my windows 64 bit machine. I am having hard time to find the software for OIM 11.1.1.5. Can you please let me know the url where I can download it? I found 11.1.1.2 and patch 11.1.1.5. D