How to change "last opened" to "last modified" in Spotlight?

Spotlight's window shows when search result items were "Last Opened", which is of no use to me. Is there any way to change this to the common Finder category "Last Modified"?

Never mind; I found the answer in another thread: use Cmd-J as in other Finder windows.

Similar Messages

  • How to change "Date Added" to "Date Modified"in Open a File dialoge

    Ever since updating IOS to the latest version the option to sort by "Date Modified" in the open a file dialog has been changed to "Date Added". How can I change this back to "Date Modified"?

    Hmm, in OpenSolaris and Solaris Express, the date format is a preference in the Nautilus Preferences dialog. But I don't see it back in JDS 3.
    One way (assuming you're using a bash shell) is:
    % gnome-session-remove nautilus
    % LANG=de_DE nautilus &
    which works, but also switches the rest of the nautilus UI into German.
    Setting LC_TIME rather than LANG in the second command should work better, because it changes only the dates/times into German. But it still uses the 12 hour clock, with "vorm." and "nachm." instead of "am" and "pm". I suppose that might be considered a bug...

  • How to get last modified date and time of a file which is in apache server.

    Hi ,
    I need to get last modified date and time of a file in remote machine.
    This file is in remote machine which has apache server installed.
    I am trying to get this information by connecting to apache server from client by giving absolute URI of the file to file object.
    URI is got from apache server URL by using toURI method.
    when I use lastModified method , its throwing exception , because scheme of URI is not file.
    I can't give scheme as file because ftp server is not installed on that server
    Is there any other way to get this information .

    No, unless you can use an FTP client.

  • How to change the open quantity of PO / STO using  BAPI_PO_CHANGE

    Hi Friends,
    How can I change the open quantity in ME22 using the BAPI BAPI_PO_CHANGE...
    I am getting some errors..The values I am passing to the BAPI are:-
    *-- Purchase Order document
        lv_purchaseorder = tbl_join-ebeln.
    *-- Calculate Open quantity
        lv_quantity = ( tbl_join-menge - tbl_join-wemng ).
    *-- Fills Schedule quantity to be processed.
        tbl_poschedule-po_item      = tbl_join-ebelp.
        tbl_poschedule-sched_line   = tbl_join-etenr.
        tbl_poschedule-quantity     = lv_quantity.
        APPEND tbl_poschedule.
    *-- Marks the Schedule quantity to be processed.
        tbl_poschedulex-po_item     = tbl_join-ebelp.
        tbl_poschedulex-sched_line  = tbl_join-etenr.
        tbl_poschedulex-po_itemx    = c_true.
        tbl_poschedulex-sched_linex = c_true.
        tbl_poschedulex-quantity    = c_true.
        APPEND tbl_poschedulex.
    CALL FUNCTION 'BAPI_PO_CHANGE'
          EXPORTING
            PURCHASEORDER                = lv_purchaseorder
          POHEADER                     =
          POHEADERX                    =
          POADDRVENDOR                 =
            TESTRUN                      = 'X'
       IMPORTING
          EXPHEADER                    =
          EXPPOEXPIMPHEADER            =
         TABLES
           RETURN                       = tbl_return
           POSCHEDULE                   = tbl_poschedule
           POSCHEDULEX                  = tbl_poschedulex.
    Is there any other required fields needs to be passed to change the open quantity..
    I am checking in ME22...
    The scheduled quantity is 20.
    Delivered quantity is 15.
    Open quantity is 5   and ( this field is in non-editable display )
    Delivery date  is 10.10.2002  ( which is in past )
    Now using this BAPI ..I want to post the remaining open quantity which is " 5 "
    How can i do this ?? Please help.

    Hi Hari
    Please check after making the following changes:
    *-- Marks the Schedule quantity to be processed.
    tbl_poschedulex-po_item = tbl_join-ebelp.
    tbl_poschedulex-sched_line = tbl_join-etenr.
    <b>tbl_poschedulex-po_itemx = 'U'. "c_true.
    *tbl_poschedulex-sched_linex = c_true.</b>
    tbl_poschedulex-quantity = c_true.
    APPEND tbl_poschedulex.
    If still you do not get the desired function working add the below code:
    tbl_poitem-po_item = tbl_join-ebelp.
    tbl_poitem-quantity = lv_quantity.
    append tbl_poitem.
    tbl_poitemx-po_item = tbl_join-ebelp.
    tbl_poitemx-po_itemx = 'U'.
    tbl_poitemx-quantity = c_true.
    append tbl_poitemx.
    Hope this helps.
    Kind Regards
    Eswar

  • How to change the opening page, when we open a new tab?

    When I open a new tab, it opens the babylon search (which is annoying). How to change it to the thumbnail view showing most visited pages?
    PS: I have not installed anything Babylon related to my PC. I checked the control panel nothing Babylon related is there.

    Hi,
    You can try to right-click and '''Reset''' the '''browser.newtab.url''' key in [http://kb.mozillazine.org/About:config about:config].
    [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites New tab page]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    If the problem persists please see [https://support.mozilla.org/en-US/kb/removing-babylon-searchqu-or-mystart Removing Babylon, SearchQU or MyStart].

  • How to change last page header under TOP-OF-PAGE in a report

    hi,
    there are 20 pages in the report for which same header is diplayed for 20 pages by using follow.
    TOP-OF-PAGE.
    PERFORM write_doc_header.
    now the requirement is to change the last page heading. for this i've another perform statement.
    so plz let me know the syntax sh be to place this perform statment.
    plz let me know tht am i thinking right by luking at below??
    TOP-OF-PAGE.
    if sy-index = last page.
    perform lastpage_header.
    else
    PERFORM write_doc_header.
    endif.

    Hi,
    Use:
    TOP-OF-PAGE.
    IF SY-PAGNO = 20.               " sy-pagno will give you th current pagno
    Perform LAST_PAGE_HEADER.
    ESLE.
    Perform LIST_HEADER.
    ENDIF.
    hopr this resolves your issue.
    Regards,
    Gurpreet

  • How to change default open and close effect in JavaFX TabPane

    I'm interested how I can change the default effect of closing and opening a tab in JavaFX TabPAne. I found that this can be configured by using:
        tabPane.setEffect(Effect ????);
    But which effects are available?

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • How to Change Default 'Open with' Program

    Right now my default pdf viewer is epdfview. When I click on a downloaded file in the 'Downloads' it opens using epdfview. How can I make AcrobatReader default for this action?
    What I am NOT writing about: I don't want to change the Action what happens, when I click on a pdf file, because this Action is 'preview in Firefox' right now. I would like to change the associated DEAFULT program, which opens a DOWNLOADED file.
    I know how to choose 'Other...' programs in the 'Open with...' dialogue, I want to see AcrobatReader as a DEAFULT in the 'Open with...' dialogue.

    This will not affect media embedded in a web page - only links to the files themselves.
    # Click the menu button [[Image:New Fx Menu]] and choose '''Preferences'''.
    # Select the {menu Applications} panel.
    # The Applications panel will display. Select the type of file for which you want to change the default action. '''Multiple entries for the same [http://en.wikipedia.org/wiki/File_format file format or extension]?''' Some file types can include more than one Internet Media type.
    # The Action column will give you a drop-down menu, with options on action to take, whenever you click that type of file.
    #;[[Image: ApplicationsDropPDFWin]]
    #*'''Always ask''': will prompt you to select what action you want Firefox to take when you click on that type of file. This can be useful if Firefox is automatically saving a file type or is always opening it with a certain program and you want to be asked what to do.
    #*'''Save File''': will always save the file to your computer using the [[Find and manage downloaded files|Downloads window]], whenever you click that type of file.
    #* Open the file with an application or plugin of your choosing.
    # Click '''Close''' to close the Preferences window.
    See also: https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file

  • How to change 'always open with' file settings with parallels desktop 4?

    Hi all.
    here's my problem; parallels desktop 4 has hijacked file association on some of my file types and wont let me change them back to their mac equivilants
    Accidentally clicking on one of these parallels associated apps causes the virtual machine to boot up, slowing my pc down dramatically and causing me grief.
    Setting certain files to 'always open with' the equivilant mac app [eg. trying to get text documents to open with textedit as oppose to xp's notepad, hasn'thelped]
    any suggestions ? - i am stumped
    Thanks!

    Delete Windows Applications folder in Virtual Machine folder (it's from Mac Side); disable Shared Applications from Configuration Editor.
    ---or---
    ...other permanent solution to try on Mac side
    1 select a file in your finder (e.g. .doc)
    2 press <cmd>
    3 go to 'open with' option...
    4 select the correct application (e.g. Microsoft Word)
    5 click 'change all' - done...go try
    When Microsoft Word is already selected, change that to another app, click 'change all', then set it back to Microsoft Word again and once more click 'change all'.
    If still no joy, try strong language....

  • Check the date of last modified procedure

    Hi,
    could you please tell me how to check last modified function or procedure.
    for example: INVO_75.PCK.PrintInvoices_fct
    Thanks in advance.

    891933 wrote:
    could you please tell me how to check last modified function or procedure.Well, depends on what you mean by modified. In any case, use LAST_DDL_TIME column in DBA/ALL/USER_OBJECTS:
    SQL> create or replace
      2    procedure p1
      3      is
      4      begin
      5          null;
      6  end;
      7  /
    Procedure created.
    SQL> select  to_char(created,'mm/dd/yyyy hh24:mi:ss'),
      2          to_char(last_ddl_time,'mm/dd/yyyy hh24:mi:ss')
      3    from  user_objects
      4    where object_name = 'P1'
      5  /
    TO_CHAR(CREATED,'MM TO_CHAR(LAST_DDL_TI
    10/17/2012 10:55:57 10/17/2012 10:55:57
    SQL> create or replace
      2    procedure p1
      3      is
      4      begin
      5          null;
      6  end;
      7  /
    Procedure created.
    SQL> select  to_char(created,'mm/dd/yyyy hh24:mi:ss'),
      2          to_char(last_ddl_time,'mm/dd/yyyy hh24:mi:ss')
      3    from  user_objects
      4    where object_name = 'P1'
      5  /
    TO_CHAR(CREATED,'MM TO_CHAR(LAST_DDL_TI
    10/17/2012 10:55:57 10/17/2012 10:55:57
    SQL> create or replace
      2    procedure p1
      3      is
      4      begin
      5  null;
      6  end;
      7  /
    Procedure created.
    SQL> select  to_char(created,'mm/dd/yyyy hh24:mi:ss'),
      2          to_char(last_ddl_time,'mm/dd/yyyy hh24:mi:ss')
      3    from  user_objects
      4    where object_name = 'P1'
      5  /
    TO_CHAR(CREATED,'MM TO_CHAR(LAST_DDL_TI
    10/17/2012 10:55:57 10/17/2012 10:56:28
    SQL> Keep in mind, LAST_DDL_TIME didn't change when I issued CREATE OR REPLACE without any actual changes in procedure body. And, by actual changes I mean at least one character in procedure body is different from original. In the above example the only difference is there are no spaces in line
    null;SY.

  • Changing Last Mod Dates and Duplicate Worksheets

    Recently it was discovered that several of our production Discoverer workbooks has duplicate worksheets in them.  I.e. there were two or more copies of each worksheet in the workbook.  Each workbook showed a last modified date more recent than when the workbook was migrated to production.  The copies in our QA environment did not have the duplicates.  So, it does not appear to me that the duplication happened when the workbooks were migrated, but at some later time.  How does the last modified date get changed when the owner of the workbook has not made any changes?  And does anyone know what sequence of events would create the duplicate worksheets?  This is Discoverer 11.1.1.7 and an Apps-mode EUL, although I'm not sure that has anything to do with it.
    Also, I note that Discoverer Plus will not permit you to name two worksheets in a workbook with the same name, so I don't see how we could have accidentally created the duplicates through Plus.
    Thank you, Scott

    You can batch change the date and time of the photos and files using the Photos->Batch Change or Photos->Adjust Time and Date menu options. The first option allows you to put a user selected delta time between the photos, i.e. 1 second, etc.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Spotlight question: Difference between "Modified" & "Last Modified Date" ??

    In a Spotlight window, you can add many types of search criteria. Among them are two pairs of criteria that sound nearly identical. Can someone explain exactly what the differences are?
    1st pair: "Modified" & "Last modified date"
    +They're described this way:+
    Modified: "Date the file content was last changed"
    Last modified date: "Date when the content of this item was modified"
    2nd pair: "Created" & "Created date"
    +They're described this way:+
    Created: "Date the file was created"
    Created date: "Date when the content of this item was created"
    I found nothing via Google, and David Pogue's "Missing Manual" doesn't mention these either. Very curious what the distinctions are here.
    Thanks!

    Modified: "Date the file content was last changed"
    I would hazard a guess at the difference, "Date the file content was
    changed" would be the date the content was changed - obviously.
    Last modified date: "Date when the content of this item was modified"
    I would read this to mean the date any other details of the file were
    modified e.g. a rename would change this item but not the content, use
    of the touch command to change a date, moving the file from one directory
    to another, changing permissions i.e. anything that changes any aspect of
    the file except the content.
    As I said, just a guess.
    Dave

  • In a search...how do I change "Last Opened" to "Date Modified"

    This has been driving me crazy for a long time and I want to fix it. When I do a search for a file the menu lists:
    File name | Kind | Last Opened
    I really couldn't care less when the last time a file was opened. As a matter of fact I don't even understand why this is tracked. What I do want is when the file was last modified. As it is now if I open the wrong file from 3 years ago and determine it is not the correct file. It then shows up at the top of the list. Last opened is not something I care about.
    I'm sure there is a way to change this but I can't seem to find where.
    Thanks in advance.

    Select the footnote number and go
    What have you tried that didn't work?

  • Change the FIND display from LAST OPENED to LAST MODIFIED.

    When I search for a folder/file, I want to sort by date and view when the folder/file was LAST MODIFIED. I find LAST OPENED to be useless. Someone in the Dept. may have opened a file just to see what it was, but so what. That tells me nothing about the time frame when the file was created or worked on.
    For instance I want to find the most recent logo for joe's muffler shop. I search for "joe's muffler" and find several items. What looks to be the most recent (OPENED "yesterday") was actually MODIFIED in June 25, 2004.
    How can I change a spotlight Find to show me the last MODIFIED date?

    AFAIK, you can't. See http://www.pinkmutant.com/articles/Leopard/leospot.html and http://www.thexlab.com/faqs/stopspotlightindex.html then my mod to Finder's Find at http://www.macosxhints.com/article.php?story=20080229204517495 for what you can change so you can find stuff excluded by the default structure.

  • "Last modified" attribute changes when opening a Excel-document

    Hi
    We are running Server 2008 R2 as terminal servers and fileserver. 
    When opening an Excel document stored on the fileserver so changes "date modified" at the opening regardless if you save the document or not. This is a problem for users who want to keep track of when the document has been changed "for real".
    Now, "last modified" changes when the document was last read instead, this confuse the users...
    If we test the same procedure on our older terminal server environment, Server 2003 or on our clients (Windows 7) it works how we wanted. The "last modified" only changes when you save the document, and not when you are opening it. Office
    2007 is installed on both our new terminal server environment (Server 2008 R2) and the old one (Server 2003). 
    Can someone explain to me why it behaves like this? And if anyone got a solution? It's only occur on Excel-documents and not the others Office documents...
    Thanks in advance

    Hi tomburken,
    It seems that this is not a server issue .
    This issue may due to the " automatically save " executed by some office scripts .
    To get the accurate assistance please post this issue to Microsoft office forum :
    http://social.technet.microsoft.com/Forums/zh-CN/home?category=officeitpro&filter=alllanguages
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Inserting Rows in SQL

    Hello All, I'll try to insert 100 rows at through SQL command at a time, is it possible ? Data should be in following manner : Emp_ID, Emp_Name, Emp_Address, EMP_Info How should I do this? Thanx in advance. San

  • Errors with Scripted Fill

    this is a question-i seem to be haveing problems with my PS-CC WHEN I GO TO THE FILL BOX AND TRY TO GET A TREE OR FRAME I GET ERRORS SOMETHING ABOUT WIDGETS NOT WORKING AND I ALSO GET THIS SORT OF THING IN AUTOMATE/CAN I RELOAD A NEW PHOTOSHOPcc and

  • Help on combining varray with a record

    Dear Readers, I am trying to use a varray of a record. I can't seem to get the access statement correct, so I wondering if this is valid PL/SQL. Here is the declaration, which occurs in a package header (not in the body of a package): TYPE finstmnt_t

  • How can I retrieve my document from pages

    I need to recuperare my documenta from pages, from a previos iclou account

  • Get the path of the running java program

    Hi, Is it possible to get the path of the main java class that I am running. For example if I am running myProgram.class can I get the path of that class from itself. Best regards, Chamal.