The stupid firefox gives me Google in Greek, just because I am in Greece at the moment. Can I change that?

the stupid firefox gives me Google in Greek, just because I am in Greece at the moment. Can I change that?
No further details

Insist all you want, Google is doing the redirection based upon the IP address you are connecting with. Did you read the Google support answer that I hyperlinked?
'''"Bookmark http://www.google.com/ncr . This is an alternative web address for Google.com that always takes you to Google.com without redirecting you."'''

Similar Messages

  • My iPhone 6 doesn't lock after being on standby for a few minutes. Where in the settings can I change that?

    sometimes I'll forget to lock my phone when I walk away from it. I'll come back to it in 10 minutes and it will still be on whatever screen I was on last and not have locked on itself. How do I change this where after x amount of minutes on standby that it locks itself?

    Settings > General > Autolock

  • TS3899 I want to put read emails in trash by swiping to the right, but it only gives me option to archive instead. How can I change that to trash?

    I want to put read emails in trash by swiping to the right, but it only gives me option to archive instead. How can I change that to trash?

    How about swiping the massage you wish to delete? Do you get a delete button? Does it work?

  • "Error:The search cannot be executed because the table has pending changes that would be lost", after DELETE

    Good day,
    On Search Page, I have searched for the record(s) then deleted a record and got confirmation message i.e. Record has deleted. Next when I search for any record I'm getting below error.
    Error
    The search cannot be executed because the table has pending changes that would be lost.
    Could you please help me to fix this issue. Your response is highly appreciated.
    Item properties:
    Item Style : Image
    Action Type: Fire Action
    Event : delete
    Below is the code using in CO and AM
    Controller (processFormRequest):
    if ("delete".equals(pageContext.getParameter(EVENT_PARAM)))
              // The user has clicked a "Delete" icon so we want to display a "Warning"
              // dialog asking if she really wants to delete the employee. Note that we
              // configure the dialog so that pressing the "Yes" button submits to
              // this page so we can handle the action in this processFormRequest( ) method.
              String visit_id = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("last_name") + ", " + pageContext.getParameter("first_name");
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName)};
              OAException mainMessage = new OAException("FND", "XXXX_EMP_DELETE_WARN", tokens);
              // Note that even though we're going to make our Yes/No buttons submit a
              // form, we still need some non-null value in the constructor's Yes/No
              // URL parameters for the buttons to render, so we just pass empty
              // Strings for this.
              OADialogPage dialogPage = new OADialogPage(OAException.WARNING,
                mainMessage, null, "", "");
              // Always use Message Dictionary for any Strings you want to display.
              String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
              String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
              // We set this value so the code that handles this button press is
              // descriptive.
    dialogPage.setOkButtonItemName("DeleteYesButton");
              // The following configures the Yes/No buttons to be submit buttons,
              // and makes sure that we handle the form submit in the originating
              // page (the "Employee" summary) so we can handle the "Yes"
              // button selection in this controller.
    dialogPage.setOkButtonToPost(true);
    dialogPage.setNoButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
              // Now set our Yes/No labels instead of the default OK/Cancel.
    dialogPage.setOkButtonLabel(yes);
    dialogPage.setNoButtonLabel(no);
              // We need to keep hold of the employeeNumber and employeeName.
              // The OADialogPage gives us a convenient means
              // of doing this. Note that the use of the Hashtable is 
              // most appropriate for passing multiple parameters. See the OADialogPage
              // javadoc for an alternative when dealing with a single parameter.
              java.util.Hashtable formParams = new java.util.Hashtable(1);
    formParams.put("visit_id", visit_id);
    formParams.put("empName", employeeName);
    dialogPage.setFormParameters(formParams);
              pageContext.redirectToDialogPage(dialogPage);
        else if (pageContext.getParameter("DeleteYesButton") != null)
              // User has confirmed that she wants to delete this employee.
              // Invoke a method on the AM to set the current row in the VO and
              // call remove() on this row.
              String employeeNumber = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("empName");
              Serializable[] parameters = { employeeNumber };
             // OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("deleteEmployee", parameters);
              // Now, redisplay the page with a confirmation message at the top. Note
              // that the deleteEmployee() method in the AM commits, and our code
              // won't get this far if any exceptions are thrown.
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName) };
              OAException message = new OAException("FND",
                "XXXX_EMP_DELETE_CONFIRM", tokens, OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(message);
    Application Module:
      public void deleteEmployee(String visit_id)
            // First, we need to find the selected employee in our VO.
            // When we find it, we call remove( ) on the row which in turn
            // calls remove on the associated EmployeeEOImpl object.
            int empToDelete = Integer.parseInt(visit_id);
              OAViewObject vo = (OAViewObject)getNonEmployeesSummaryVO1();
        NonEmployeesSummaryVORowImpl row = null;
            // This tells us the number of rows that have been fetched in the
            // row set, and will not pull additional rows in like some of the
            // other "get count" methods.
           int fetchedRowCount = vo.getFetchedRowCount();
            // We use a separate iterator -- even though we could step through the
            // rows without it -- because we don't want to affect row currency.
            RowSetIterator deleteIter = vo.createRowSetIterator("deleteIter");
    if (fetchedRowCount > 0)
              deleteIter.setRangeStart(0);
              deleteIter.setRangeSize(fetchedRowCount);
              for (int i = 0; i < fetchedRowCount; i++)
                row = (NonEmployeesSummaryVORowImpl)deleteIter.getRowAtRangeIndex(i);
                // For performance reasons, we generate ViewRowImpls for all
                // View Objects. When we need to obtain an attribute value,
                // we use the named accessors instead of a generic String lookup.
                // Number primaryKey = (Number)row.getAttribute("EmployeeId");
                Number primaryKey = row.getVisitId();
                if (primaryKey.compareTo(empToDelete) == 0)
                  // This performs the actual delete.
                  row.remove();
                    getTransaction().commit();
                  break; // only one possible selected row in this case
            // Always close the iterator when you're done.
            deleteIter.closeRowSetIterator();
          } // end deleteEmployee
    Thanks,
    Ravi

    Hi
    Check this link Getting error in search page search cannot be executed
    Regards,
    Dilip

  • I want to use my Apple watch to time my patients' vital signs. The face only stays displayed for about 7 seconds. Can I change that?

    I want to use my Apple watch to time my patients' vital signs. The watch face only stays displayed for about 7 seconds, which won't work. Can I change that?

    Linda
    I am glad that bbqdevil's *workaround* will "do the trick"
    Did you give the Timer idea a try yet? It seems to me that you are really needing to know when a certain amount of time has elapsed rather than *time how long you have being taking a reading*. Will you always have your hand free to tap the Watch? If so, why would you need the StopWatch going? - just look again at the sweep second hand on the clock.
    It still remains that one should be able to set the time elapsed before sleep on a Chronograph w/ sweep second WatchFace though. I have searched and searched, to no avail.
    I would suggest Siri, but it seems like many issues with Siri are ongoing and might just add another problem to the mix.
    If I were you, I would Call Apple Support. It is sometimes tricky to get that option in the "breadcrumb" process Apple has instituted, but I was able to test the process before suggesting this:
    Click/Tap > https://getsupport.apple.com/GetproductgroupList.action
    Choose Apple Watch
    Choose "Setup & Usage..."
    Choose "The topic is not listed"
    Enter "set sleep duration" > [Continue]
    (I know this in not exactly right, but the point is to be vague)
    Pick your poison - I would ONLY choose to talk with them on the phone
    Rehearse an "elevator pitch" statement* for the Specialist that you get AND when you get no satisfaction (likely) ASK FOR A SUPERVISOR
    I have NEVER gotten an answer from a Level 1 Specialist - they are reading from a Knowledge Base not unlike all the resources available to us online
    I have ALWAYS gotten satisfaction from a Senior Specialist (sometimes pretty high up the chain - but always)
    Here's a sample "elevator pitch" that I actually sent as Feedback on the Apple Watch User Guide page
    I need to change the duration 'before' the Watch goes to sleep while observing the Chronograph Watch Face.
    I am a healthcare provider. I need to use my Watch to assist me in taking vital signs. On a normal watch, I would start counting pulses or respirations at a 15 second interval on the Analog Chronograph sweep second hand > stop counting at the next 15 sec. interval > multiply X 4 to get rate/minute.
    The Watch goes to sleep after SEVEN (7) seconds !! Therefore I cannot see when 15 seconds has elapsed.  I use both hands regularly in the procedure, so touching the Watch is not an option - or 'raise the Watch' to my viewing position.
    I, and others in the ASC forum have searched for a Setting for the before sleep duration in vain.
    Let us know what you decide.
    ÇÇÇ

  • Error: "The search cannot be executed because the table has pending changes that would be lost."

    Hello,
    I'm working a developing an OA page that will displays the contents of an Oracle table and allows the user to update records in a table as needed.
    When I hit submit button to save the changes in the update page, the control goes back to main page (where all the table records are displayed). It displays the updated record with the new information.However when I hit "Go" button on the mainPG, I get the error "The search cannot be executed because the table has pending changes that would be lost. and the changes are not committed.
    ANy suggestions on where I should look will be greatly appreciated.
    Posting code for my controller
    =======================
              if ( pageContext.getParameter("saveRate") != null )
              personam.invokeMethod("saveRateToDatabase");
    Code from my AM
    =============
        public void saveRateToDatabase()
          getOADBTransaction().commit();
          System.out.println("40--After commit has been executed");
    Code from my VORowImpl
    ===================
    package cggv.oracle.apps.gl.server;
    import oracle.apps.fnd.framework.server.OAViewRowImpl;
    import oracle.jbo.domain.Date;
    import oracle.jbo.domain.Number;
    import oracle.jbo.server.AttributeDefImpl;
    // ---    File generated by Oracle ADF Business Components Design Time.
    // ---    Custom code may be added to this class.
    // ---    Warning: Do not modify method signatures of generated methods.
    public class xxCggGlRatesVORowImpl extends OAViewRowImpl {
        public static final int RATEID = 0;
        public static final int FROMCURRENCY = 1;
        public static final int TOCURRENCY = 2;
        public static final int FROMCONVERSIONDATE = 3;
        public static final int TOCONVERSIONDATE = 4;
        public static final int USERCONVERSIONTYPE = 5;
        public static final int CONVERSIONRATE = 6;
        public static final int MODEFLAG = 7;
        /**This is the default constructor (do not remove)
        public xxCggGlRatesVORowImpl() {
        /**Gets the attribute value for the calculated attribute RateId
        public Number getRateId() {
            return (Number) getAttributeInternal(RATEID);
        /**Sets <code>value</code> as the attribute value for the calculated attribute RateId
        public void setRateId(Number value) {
            setAttributeInternal(RATEID, value);
            //populateAttribute(RATEID, value);
        /**Gets the attribute value for the calculated attribute FromCurrency
        public String getFromCurrency() {
            return (String) getAttributeInternal(FROMCURRENCY);
        /**Sets <code>value</code> as the attribute value for the calculated attribute FromCurrency
        public void setFromCurrency(String value) {
            setAttributeInternal(FROMCURRENCY, value);      
        /**Gets the attribute value for the calculated attribute ToCurrency
        public String getToCurrency() {
            return (String) getAttributeInternal(TOCURRENCY);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ToCurrency
        public void setToCurrency(String value) {
            setAttributeInternal(TOCURRENCY, value);
        /**Gets the attribute value for the calculated attribute FromConversionDate
        public Date getFromConversionDate() {
            return (Date) getAttributeInternal(FROMCONVERSIONDATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute FromConversionDate
        public void setFromConversionDate(Date value) {
            setAttributeInternal(FROMCONVERSIONDATE, value);      
        /**Gets the attribute value for the calculated attribute ToConversionDate
        public Date getToConversionDate() {
            return (Date) getAttributeInternal(TOCONVERSIONDATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ToConversionDate
        public void setToConversionDate(Date value) {
            setAttributeInternal(TOCONVERSIONDATE, value);       
        /**Gets the attribute value for the calculated attribute UserConversionType
        public String getUserConversionType() {
            return (String) getAttributeInternal(USERCONVERSIONTYPE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute UserConversionType
        public void setUserConversionType(String value) {
            setAttributeInternal(USERCONVERSIONTYPE, value);
        /**Gets the attribute value for the calculated attribute ConversionRate
        public Number getConversionRate() {
            return (Number) getAttributeInternal(CONVERSIONRATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ConversionRate
        public void setConversionRate(Number value) {
            setAttributeInternal(CONVERSIONRATE, value);
        /**Gets the attribute value for the calculated attribute ModeFlag
        public String getModeFlag() {
            return (String) getAttributeInternal(MODEFLAG);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ModeFlag
        public void setModeFlag(String value) {
            setAttributeInternal(MODEFLAG, value);      
        /**getAttrInvokeAccessor: generated method. Do not modify.
        protected Object getAttrInvokeAccessor(int index,
                                               AttributeDefImpl attrDef) throws Exception {
            switch (index) {
            case RATEID:
                return getRateId();
            case FROMCURRENCY:
                return getFromCurrency();
            case TOCURRENCY:
                return getToCurrency();
            case FROMCONVERSIONDATE:
                return getFromConversionDate();
            case TOCONVERSIONDATE:
                return getToConversionDate();
            case USERCONVERSIONTYPE:
                return getUserConversionType();
            case CONVERSIONRATE:
                return getConversionRate();
            case MODEFLAG:
                return getModeFlag();
            default:
                return super.getAttrInvokeAccessor(index, attrDef);
        /**setAttrInvokeAccessor: generated method. Do not modify.
        protected void setAttrInvokeAccessor(int index, Object value,
                                             AttributeDefImpl attrDef) throws Exception {
            switch (index) {
            case RATEID:
                setRateId((Number)value);
                return;
            case FROMCURRENCY:
                setFromCurrency((String)value);
                return;
            case TOCURRENCY:
                setToCurrency((String)value);
                return;
            case FROMCONVERSIONDATE:
                setFromConversionDate((Date)value);
                return;
            case TOCONVERSIONDATE:
                setToConversionDate((Date)value);
                return;
            case USERCONVERSIONTYPE:
                setUserConversionType((String)value);
                return;
            case CONVERSIONRATE:
                setConversionRate((Number)value);
                return;
            case MODEFLAG:
                setModeFlag((String)value);
                return;
            default:
                super.setAttrInvokeAccessor(index, value, attrDef);
                return;
        /**Gets xxCggGlRatesEO entity object.
        public xxCggGlRatesEOImpl getxxCggGlRatesEO() {
            return (xxCggGlRatesEOImpl)getEntity(0);

    Hi,
    Check these links:
    Oracle Apps: Search cannot be executed because the table has pending changes that would be lost
    Re: Getting error in search page search cannot be executed
    http://jneelmani.blogspot.in/2009/11/oaf-search-cannot-be-executed-because.html
    --Sushant

  • HT204053 I have 2 Itunes accounts, one I don't use with money in the account, can I combine that money or account into the account I currently use?

    I have 2 Itunes accounts, one I don't use with money in the account, can I combine that money or account into the account I currently use?

    You can access, usually under the Apple (icon) menu in the main desktop
    window, note item with name "About this Mac" & click on that, to see more
    information about your computer, its OS X version, and other. The system
    version and build model are there. Do not post a serial number.
    If you are setting up Mail in a Mavericks OS X 10.9.x system, there often
    is access to information in the Help viewer from the main menu bar, or
    in an open mail application. If you have a Gmail or other account, that
    info is often on their home page where setup and help are located.
    The settings of each email account may vary according to their provider;
    so you would have to change your computer to accept them. An older
    link to a general look at that issue, change IMAP to POP, is covered here:
    https://discussions.apple.com/message/16770816#16770816
    While that may not answer your question, you could use the info in
    your Mac OS X system Help viewer and use its search; or maybe
    a Spotlight search to see an answer online.
    You have to learn some basic things in order to actually use these...
    and it helps to expand that so you won't have to pay for tech service
    on things you can do yourself in a few minutes, beyond easy stuff.
    Of course, you're hearing this from a guy with no ISP email, ever.
    So mine are web-mail only; & I never save email to a computer.
    PS: If you have a new Mac with an AppleCare plan, you may be able
    contact Support for help. Ask someone (for 90 days, or up to 3 years
    if the Plan was extended) there at AppleCare, for their guidance.
    http://www.apple.com/support/contact/
    Good luck & happy computing!
    edited

  • When I edit a song in itunes (i.e change the year) on purchased songs, the next time I return to itunes, the information has reverted back to the original information. How can I change that?

    When I edit a song in itunes (i.e change the year) on purchased songs, the next time I return to itunes, the information has reverted back to the original information. How can I change that?
    When I purchase ITunes music, and it is a song from a Greatest Hits album, the Year of the song shows the year the CD was released and not the year the song was released (i.e. a song may be from 1986, but the Greatest Hits album was released in 1999, so my songs in ITunes show 1999).    So, I go into each of those songs and change it to the year that I want to be displayed. As long as I don't exit out of ITunes, it will show the year that I changed it to (i.e. the 1986 year in this case). But if I exit out of ITunes and then return to ITunes, the year reverts back to 1999. The same happens if I change the genre of a song from, say 'Pop' to 'Alternative', it will revert back the next time I log in.
    Oddly enough, as soon as I right-click on that song to change it back, the year/genre that I had entered returns.
    How can I make it so my changes are permanently displayed as I want them?  This is pretty annoying when I try to find a song on my Ipod under a certain genre, but it doesn't appear in that genre because the incorrect information gets synched to the Ipod.

    Make sure that these two options in Edit > Preferences > Store are turned off:
    Then exit iTunes and open it up again.  Your metadata entries should then be persistent - with these options checked iTunes will be comparing what you have with the information held in the iTunes Store, and will overwrite with the latter for Store purchases (and if you have iTunes Match).  If you have any iOS devices you should also turn off Show All Music under Settings > Music.

  • HT1918 I need to change my country in the itunes store, but can' do so, because of a $0.10 credit. How can I spend that money in order to change accounts.

    I need to change my country in the itunes store, but can' do so, because of a $0.10 credit. How can I spend that money in order to change accounts.

    Click here and request assistance.
    (70172)

  • I've just brought some video from itune, but realised the I should have brought the SD version instead of HD version as my iPad didn't have enough storage. Can I change that from HD to SD?

    I've just brought some video from itune, but realised the I should have brought the SD version instead of HD version as my iPad didn't have enough storage. Can I change that from HD to SD?
    Does it mean that I can't watch it if I cannot download it?

    this helps. check it out! http://support.apple.com/kb/ht3209

  • I adobe acrobat 7.0 professional. When I open or save a PDF it reverts to Adobe Reader XI. How can I change that to the pro as it has far more editing options.

    I adobe acrobat 7.0 professional. When I open or save a PDF it reverts to Adobe Reader XI. How can I change that to the pro as it has far more editing options.

    You may want to keep Reader. You may want to select Acrobat as your default, but be able to click on a PDF (or PDF link) to open in Reader when needed. There are likely some PDFs that will not open correctly in AA 7 because of new features folks add. Just because it opens in Reader XI does not mean it is in the new format, but just that is the default opening you have. To tell the type of file, you have to open the PDF and check the properties (ctrl-D) and check Description>PDF version.

  • When i was trying to update my iphone 4s from 6.1.4 to ios 7,its asking to change the media sync  options,how can i change that option,can any one help me.........?

    when i was trying to update my iphone 4s from 6.1.4 to ios 7,its asking to change the media sync  options,how can i change that option,can any one help me.........?

    I tried powering down and re-starting the iPhone (as suggested at http://support.apple.com/kb/TS1275). This seems to have cleared the "...not connected to the Internet" problem, and iOS 6.1 is now in the process of downloading.
    Thanks very much for your feedback.

  • I would like to use the windows explorer open dialog box instead of the adobe open dialog box. How can I change that?

    I would like to use the windows explorer open dialog box instead of the adobe open dialog box. How can I change that?

    The top screenshot is the Windows Open dialog box. All File > Open... commands in all Windows programs bring it up.   Try File > Open in Notepad for example.
    It belongs to Windows not Adobe. You cannot change this because there is no such thing as an Adobe Open dialog box.
    The bottom screenshot is Windows Explorer. It is Windows' OS File Browser, not an Open dialog.  It is not called up by Photoshop or any Windows program.
    You have to click on "My Computer" or a Folder icon to get to it. You can double-click a psd, jpeg or other image file in the Explorer window so that it opens in Photoshop.
    There is Adobe Bridge and Minibridge   Alt + Ctrl + O or File > Browse in Bridge

  • All my PDF forms are automatically transformed in Word forms,how can I change that and only choose the PDF I want to transform

    All my PDF forms are automatically transformed in word forms,how can I change that and only decide which PDF to be transformed in word

    Hi Ulfsch,
    Thank you for posting on the Adobe Forums, kindly try the step mentioned below.
    1) Right click on any of the PDF file and choose the option open with
    2) Select choose default program
    3) Select Adobe Reader/Acrobat from the list
    5) Check the box "always open this type of file with selected program" (not the exact same wording)
    6) Click OK
    If you are on Mac, CTRL+Click on the file.
    Go to Get info
    Go to Open with
    Change it to Adobe Reader/Acrobat and click change all.
    Thanks,
    Vikrantt Singh

  • Select, Copy and Paste text - the iPhone can't do that either???

    Select, Copy and Paste text - the iPhone can't do that either??? OK, this is pretty lame...the iPhone does not allow you to select, copy or paste text in SMS, Notes, Safari or Mail. Is this just a oversight on the part of Apple?

    Apple left out a LOT of basic functionality from the iPhone. I think they believe that the 'sexiness factor' will far outweigh the need for functionality in getting this phone to sell. For the most part they were right. Now that most of us have realized what this phone cannot do, and that the honeymoon is over (well, for the most part) I hope that Apple will do include some of that basic functionality in future updates. I also hope that the 3G phone is not the answer to this because that will leave out a lot of users who want these basic features but who dont really want 3G.

Maybe you are looking for

  • Sound output device

    Hello, Recently I have been experiencing problems with my sound in my iMac with OS X 10.6.2 In my sound output device list, I have the following: - Headphones (Should be selected) - Soundflower (2ch) - Soundflower (12ch) To hear sound from my iMac sp

  • Converting itunes to mp3

    I downloaded some songs online into itunes and I want to convert them to an mp3 file for my mp3 player on my phone (NOT an iphone). I went to "Advanced" and "Create MP3 Version." Then I don't know where to look for the mp3 version.

  • Need Cisco VPNClient for 10.8. Available? Will OS VPN work with Cisco?

    Need to connect to VPN serve using Cisco VPNClient but cannot find client for OS 10.8. Last VPN Client I have only works in 32 bit mode. Anyway to use OS VPN?

  • Enhancing PD Infotype

    Hi all, How to enhance the Table Infotype in PD (as I know to enhance Field Infotype through PPCM) and may I know is it possible to enhance Table Infotype. If possible, pls help in this regard. Regards, V Kumar

  • Newbie layout confusion

    Hi, I have an application whose UI consists of a JSplitPane split vertically with a JScrollPane in both sides. In the left pane is a JTree, and in the right is a JPanel. The right hand side JPanel is set to BoxLayout and contains a number of sub-JPan