[Desktop] Bring Back Local File Info Editing and Dates Added!

I would like to see the functionality for changing the track info for local files and the sorting of when the local file was added to come back. I used these functions a lot because I have a large amount of music saved on my computer, and I add more often. I liked the ability to change the track's info to make it easier to search for and more organized. The date added function was also essential for organizing my local files because I would have to search through thousands of files just to find the file that I just added. Since these functions were on an older version of Spotify, I don't understand why they would be omitted in the newer versions. Also, fixing the bugs that prevent local files to be synced to my phone for offline playing would be helpful as well.

Updated: 2015-07-09Hi and thanks for your contribution! A similar idea has also been suggested here:
https://community.spotify.com/t5/Live-Ideas/Desktop-Restore-Option-to-Edit-Local-File-Information/idi-p/1045037
Add your kudos and comments there please!

Similar Messages

  • Mail the local files as attachment and some body text

    hello Exprests
    I have a requirement where i have to mail the local files as attachment and some body text also...
    I am using the following code, and the problem is that i am getting a blank TXT as an attachment.
    Please help me solve this issue, if u change the spool request no., client & put ur mail id and execute it u will find that apart from the pdf we get an un wanted attachment also..
    Please suggest me the solution..
    WORK TABLE AREAS
    TABLES: tsp01.
    INTERNAL TABLES
    DATA: lt_rec_tab LIKE STANDARD TABLE OF soos1 WITH HEADER LINE,
    lt_note_text LIKE STANDARD TABLE OF soli WITH HEADER LINE,
    lt_attachments LIKE STANDARD TABLE OF sood5 WITH HEADER LINE.
    DATA: lt_objcont LIKE STANDARD TABLE OF soli WITH HEADER LINE,
    lt_objhead LIKE STANDARD TABLE OF soli WITH HEADER LINE.
    DATA: pdf_format LIKE STANDARD TABLE OF tline WITH HEADER LINE.
    TYPES: BEGIN OF y_files,
    file(60) TYPE c,
    END OF y_files.
    DATA: lt_files TYPE STANDARD TABLE OF y_files WITH HEADER LINE.
    DATA: l_objcont LIKE soli OCCURS 0 WITH HEADER LINE.
    DATA: l_objhead LIKE soli OCCURS 0 WITH HEADER LINE.
    STRUCTURES
    DATA: folder_id LIKE soodk,
    object_id LIKE soodk,
    link_folder_id LIKE soodk,
    g_document LIKE sood4,
    g_header_data LIKE sood2,
    g_folmem_data LIKE sofm2,
    g_header_data LIKE sood2,
    g_receive_data LIKE soos6,
    g_ref_document LIKE sood4,
    g_new_parent LIKE soodk,
    l_folder_id LIKE sofdk,
    v_email(50).
    DATA: hd_dat LIKE sood1.
    VARIABLES
    DATA: client LIKE tst01-dclient,
    name LIKE tst01-dname,
    objtype LIKE rststype-type,
    type LIKE rststype-type.
    DATA: numbytes TYPE i,
    arc_idx LIKE toa_dara,
    pdfspoolid LIKE tsp01-rqident,
    jobname LIKE tbtcjob-jobname,
    jobcount LIKE tbtcjob-jobcount,
    is_otf.
    DATA: outbox_flag LIKE sonv-flag VALUE 'X',
    store_flag LIKE sonv-flag,
    delete_flag LIKE sonv-flag,
    owner LIKE soud-usrnam,
    on LIKE sonv-flag VALUE 'X',
    sent_to_all LIKE sonv-flag,
    g_authority LIKE sofa-usracc,
    w_objdes LIKE sood4-objdes.
    DATA: c_file LIKE rlgrap-filename,
    n_spool(6) TYPE n.
    DATA: cancel.
    DATA: desired_type LIKE sood-objtp,
    real_type LIKE sood-objtp,
    attach_type LIKE sood-objtp,
    otf LIKE sood-objtp VALUE 'OTF', " SAPscript Ausgabeformat
    ali LIKE sood-objtp VALUE 'ALI'. " ABAP lists
    CONSTANTS
    CONSTANTS: ou_fol LIKE sofh-folrg VALUE 'O',
    c_objtp LIKE g_document-objtp VALUE 'RAW',
    c_file_ext LIKE g_document-file_ext VALUE 'TXT'.
    *=======================================================================
    *=
    *=========
    *z_send_email_fax2
    *function z_faian_mail_fax2.
    ""Interface local:
    *" IMPORTING
    *" REFERENCE(SRC_SPOOLID) LIKE TSP01-RQIDENT
    *" REFERENCE(FAX_MAIL_NUMBER) TYPE SO_NAME
    *" REFERENCE(HEADER_MAIL) TYPE SO_OBJ_DES
    *" REFERENCE(OBJECT_TYPE) TYPE SO_ESCAPE
    *" TABLES
    *" LT_BODY_EMAIL STRUCTURE SOLI
    *" EXCEPTIONS
    *" ERR_NO_ABAP_SPOOLJOB
    Fist part: Verify if the spool really exists
    *select single * from tsp01 where rqident = src_spoolid.
    DATA src_spoolid TYPE tsp01-rqident VALUE '23242'.
    DATA header_mail TYPE so_obj_des.
    DATA lt_body_email TYPE STANDARD TABLE OF soli WITH HEADER LINE.
    DATA l_t VALUE '1'.
    header_mail = 'Subject line of mail'.
    IF l_t = '1' .
    RAISE err_no_abap_spooljob. "doesn't exist
    *ELSE.
    client = '200'."tsp01-rqclient.
    name = 'SPOOL0000023242'."tsp01-rqo1name.
    CALL FUNCTION 'RSTS_GET_ATTRIBUTES'
    EXPORTING
    authority = 'SP01'
    client = client
    name = name
    part = 1
    IMPORTING
    type = type
    objtype = objtype
    EXCEPTIONS
    fb_error = 1
    fb_rsts_other = 2
    no_object = 3
    no_permission = 4
    OTHERS = 5.
    IF objtype(3) = 'OTF'.
    desired_type = otf.
    ELSE.
    desired_type = ali.
    ENDIF.
    CALL FUNCTION 'RSPO_RETURN_SPOOLJOB'
    EXPORTING
    rqident = src_spoolid
    desired_type = desired_type
    IMPORTING
    real_type = real_type
    TABLES
    buffer = l_objcont
    EXCEPTIONS
    no_such_job = 14
    type_no_match = 94
    job_contains_no_data = 54
    no_permission = 21
    can_not_access = 21
    read_error = 54.
    IF sy-subrc EQ 0.
    attach_type = real_type.
    ENDIF.
    CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET'
    EXPORTING
    owner = sy-uname
    region = ou_fol
    IMPORTING
    folder_id = l_folder_id
    EXCEPTIONS
    OTHERS = 5.
    fill out informations about the header of the email
    CLEAR: g_document.
    g_document-foltp = l_folder_id-foltp.
    g_document-folyr = l_folder_id-folyr.
    g_document-folno = l_folder_id-folno.
    g_document-objtp = c_objtp.
    g_document-objdes = header_mail.
    g_document-file_ext = c_file_ext.
    g_header_data-objdes = header_mail.
    CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
    EXPORTING
    method = 'SAVE'
    office_user = sy-uname
    IMPORTING
    authority = g_authority
    TABLES
    objcont = lt_body_email
    attachments = lt_attachments
    CHANGING
    document = g_document
    header_data = g_header_data
    EXCEPTIONS
    OTHERS = 1.
    folder_id-objtp = l_folder_id-foltp.
    folder_id-objyr = l_folder_id-folyr.
    folder_id-objno = l_folder_id-folno.
    object_id-objtp = c_objtp.
    object_id-objyr = g_document-objyr.
    object_id-objno = g_document-objno.
    link_folder_id-objtp = l_folder_id-foltp.
    link_folder_id-objyr = l_folder_id-folyr.
    link_folder_id-objno = l_folder_id-folno.
    REFRESH lt_rec_tab.
    CLEAR lt_rec_tab.
    lt_rec_tab-sel = 'X'.
    lt_rec_tab-recesc = object_type. "This field for FAX/MAIL
    lt_rec_tab-recnam = 'U-'.
    lt_rec_tab-deliver = 'X'.
    lt_rec_tab-not_deli = 'X'.
    lt_rec_tab-read = 'X'.
    lt_rec_tab-mailstatus = 'E'.
    lt_rec_tab-adr_name = fax_mail_number.
    lt_rec_tab-sortfield = fax_mail_number.
    lt_rec_tab-recextnam = fax_mail_number.
    lt_rec_tab-sortclass = '5'.
    APPEND lt_rec_tab.
    lt_rec_tab-recextnam = ."Email id .
    lt_rec_tab-recesc = 'U'. "object_type.
    lt_rec_tab-sndart = 'INT'.
    lt_rec_tab-sndpri = 1.
    APPEND lt_rec_tab.
    c_file = 'C:\Documents and Settings\abgupta\Desktop\Abhinav\zpk.txt'.
    lt_files-file = c_file.
    APPEND lt_files.
    begin of insertion by faianf01
    hd_dat-objdes = header_mail.
    CALL FUNCTION 'SO_ATTACHMENT_INSERT'
    EXPORTING
    object_id = object_id
    attach_type = attach_type
    object_hd_change = hd_dat
    owner = sy-uname
    TABLES
    objcont = l_objcont
    objhead = l_objhead
    EXCEPTIONS
    active_user_not_exist = 35
    communication_failure = 71
    object_type_not_exist = 17
    operation_no_authorization = 21
    owner_not_exist = 22
    parameter_error = 23
    substitute_not_active = 31
    substitute_not_defined = 32
    system_failure = 72
    x_error = 1000.
    IF sy-subrc > 0.
    ENDIF.
    end of insertion by faianf01
    lt_note_text-line = 'test prgram for email'.
    APPEND lt_note_text.
    send email from SAPOFFICE
    CALL FUNCTION 'SO_OBJECT_SEND'
    EXPORTING
    folder_id = folder_id
    object_id = object_id
    outbox_flag = outbox_flag
    link_folder_id = link_folder_id
    owner = sy-uname
    check_send_authority = 'X'
    TABLES
    receivers = lt_rec_tab
    note_text = lt_note_text
    EXCEPTIONS
    active_user_not_exist = 35
    communication_failure = 71
    component_not_available = 1
    folder_no_authorization = 5
    folder_not_exist = 6
    forwarder_not_exist = 8
    object_no_authorization = 13
    object_not_exist = 14
    object_not_sent = 15
    operation_no_authorization = 21
    owner_not_exist = 22
    parameter_error = 23
    substitute_not_active = 31
    substitute_not_defined = 32
    system_failure = 72
    too_much_receivers = 73
    user_not_exist = 35.
    ENDIF.
    COMMIT WORK AND WAIT.

    Hi!
    Add the actual body right after the line, you have created the Multipart object.
    // create and fill the first message part
    MimeBodyPart mbp1 = new MimeBodyPart();
    mbp1.setText(this.text); //body of message
    Multipart mp = new MimeMultipart();
    // Adding the body
    mp.addBodyPart(mbp1);
    //adding attachments
    //... and so on...-Raine-

  • Is Apple bringing back the "buy a mac and get a free iTouch" deal?

    Is Apple bringing back the "buy a mac and get a free iTouch" deal?

    We're all end-users here, not Apple. Like Thomas said....

  • How to read a data file combining strings and data

    Hello,
    I'm having a data file combining strings and datas to read. I'm trying to read the filename, time, constants and comments into four seperate string indicators (the lines for the comments varies for different files). And read the data into a 2-D numeric array. How can I do this? Is there any function that can serch special characters in the spreadsheet file so I can exactly locate where I should start reading the specific data. The following is how the data file appears. Thank you very much.
    Best,
    Richard
    filename.dat
    14:59:00 12/31/2009
    Sample = 2451
    Frequency = 300, Wait time = 2500
    Temperature = 20
    some comments
    some comments
    some comments
    some comments
    some comments
    7.0000E+2    1.5810E-5
    7.0050E+2    1.5400E-5
    7.0100E+2    1.5500E-5
    7.0150E+2    1.5180E-5
    Message Edited by Richard1017 on 10-02-2009 03:10 PM
    Solved!
    Go to Solution.

    Hi,
         I'm fairly new to the NI forums too and I think you just have to wait longer.  Your post was done right.  I do a similiar function as to what you are talking about except I read in numbers from a file.  I create an ini file (just a notepad file of type *.ini) that is is set up with sections inside brackets [] and keys with whatever name followed by an = sign.  You may be able to use a *.dat file too, I just haven't.  Then the vi attached goes to that file and reads the keys from those sections.  You just repeat for the different sections and keys you want to read.  You can use similar provide VI's to write to that same file or create it.  Let me know how that works. 
    Attachments:
    Help1.ini ‏1 KB
    Help1.vi ‏10 KB

  • Creation date info - how do i delete this useless info bar and date?

    creation date info - how do i delete this useless info bar and date?creation date info - how do i delete this useless info bar and date?

    Is that in iPhoto for iOS?
    The iPhoto for iOS forum is here
    https://discussions.apple.com/community/app_store/iphoto_for_ios
    Regards
    TD

  • Hey my iphone was working perfectly and then i sent it to check up and it came back with the itunes icon and data cable on it. so i tried plugging it in the computer and a message on itunes came up saying theres a problem with your phone. HELP PLEASE!!

    hey my iphone was working perfectly and then i sent it to check up and it came back with the itunes icon and data cable on it. so i tried plugging it in the computer and a message on itunes came up saying theres a problem with your phone and it may be damaged and cannot be activated. HELP PLEASE!!

    Why on earth send a Worning phone for service sounds like cutting up a Heaththy PET to see how it looks on the inside

  • Ok, so while we all wait for ever, is there a way to revert back to the previous os and data?

    Ok, so while we all wait for ever, is there a way to revert back to the previous os and data?  I could wait a week for this mess to get worked out and I need my telephone. problem is I'm stuck in the loop too.  will not connect and there I have a brick.  sort of a shoot yourself in the foot process if you have a wiped phone previous to updating it.  useless
    anyone know how to revert?  Verizon btw, had 4.2.10, tried for ios 5, tried for the gold, no win
    Thx

    I'm seriously thinking of downgrading back to Mavericks for one very specific reason - the Mail app. As a long-time Mail user, I've always had the Address Panel open down the left side of the Mail app, selected from the Window/Address Panel menu item. It showed a simple list of all contacts, or groups, and only the email address(es) associated with each one. Could select a group then click BCC or TO: or whatever.  Could also select multiple addresses and pop them into the CC: list or wherever you liked. And within a Group (eg Work) could do multiple select, and also choose which email address to use for those who have more than one (eg work vs personal).
    But - Apple seems to have removed it in Yosemite. The Mail app has NO WAY - at least that I can find - to access a simple list of contacts and email addresses from within the Mail app. What an absolutely stupid move, unless it's just me being dense and can't find it!
    If anyone can point me to where or how to show that Address Panel in the Mail app, I'd be most grateful. Having Contacts app open all the time just doesn't cut it either, apart from not enough screen real estate. Contacts won't show you a simple list of people and email addresses like the Address Panel in Mail did. It shows you the full details, one at a time, for each contact. Which is absolutely NO good if I have to send out emails to 50 work colleagues, for example.
    Why does Apple DO stuff like this? Like removing the sidebar in iTunes, for another example?
    If I can't find an Address Panel for Mail, I'm going back to Mavericks.  Anyone got any clues?

  • [Desktop] Link & Unlink Local Files

    This recent update is really ruining my playlists by linking completely different files on my computer to albums that I am trying to stream.
    For instance, Babymetal's Red Night album. If you look at the picture I attached, every single one of the songs on Black Night where the artist name of Babymetal is white instead of grey has been linked to Red Night, even though they are completely different versions of the songs. When I am trying to play a Red Night track, instead of playing the Red Night track, it just says it is and plays the linked Black Night track instead as if I can't notice a difference. So, essentially, despite the fact that I am paying the premium fee, nearly the entire Red Night album is unavailable to me because I have completely different local files being linked to it. This is completely asinine. There used to be an absolutely necessary feature in which you could rightclick on a song and select an option to unlink it from a local file. This needs to be brought back immediately.
     

     I can't agree more to have this unlink feature installed as soon as possible.I now have to use two players (spotify for music I do not have) and poweramp (for music I have local)This is the only I know way to be able to have all the music off line.  If I download my local music (4000 songs) through spotify, my music is replaced by spotify music resulting in reaching the download limit of 3333 songs. Maybe they have to limit this feature to premium customers if that would make sense from business point of view.Major drawback of my approach - I can't shuffle all the music anymore and have to choose which collection I'm going to take before start playingSo I'm willing to tolerate this for some time, but thius has to be solved within the coming months or I will look for alternatives. 

  • Problems with Custom File Info Panel and Dublin Core

    I'm creating a custom file info panel that uses the values of the dublin core description and keywords (subject) for two of it's own fields.  I'm having problems with the panel saving if they enter the description on the custom panel first, and with the keywords not echoing each other, or reappearing after a save.<br /><br />Here is the code for the panel<br /><br /><?xml version="1.0"><br /><!DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0"><br /><panel title="$$$/matthew/FBPanelName=Testing for Matthew" version="1" type="custom_panel"><br />     group(placement: place_column, spacing:gSpace, horizontal: align_fill, vertical: align_top)<br />     {<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/keywords = Keywords', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/keywordsFB = Keywords', locked: false, height: 60, v_scroller: true, horizontal: align_fill, xmp_ns_prefix: 'dc', xmp_namespace: <br />'http://purl.org/dc/elements/1.1/', xmp_path: 'subject');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/description = Description', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/descriptionFB = Description', locked: false, height: 60, v_scroller: true, horizontal: align_fill, xmp_ns_prefix: 'dc', xmp_namespace: <br />'http://purl.org/dc/elements/1.1/', xmp_path: 'description');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/season = Season', font: font_big_right, vertical: align_center);<br />               popup(fbname: '$$$/matthew/seasonFB = Season', items: '$$$/matthew/Season/Items={};option 3{option 3};option 2{option 2};option 1{option 1}', xmp_namespace:'http://monkeys.com/demo/testingmatthew/namespace/', xmp_ns_prefix:'matthew', xmp_path:'season');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/ltf = Limited Text Field', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/ltf = Limited Text Field', locked: false, horizontal: align_fill, xmp_namespace:'http://monkeys.com/demo/testingmatthew/namespace/ ', <br />xmp_ns_prefix:'matthew', xmp_path:'ltf');<br />          }<br />     }<br /></panel><br /><br />Thanks for the help

    To answer my own question:
    The documentation really sucks.
    I found this reply from Adobe <http://forums.adobe.com/message/2540890#2540890>
    usually we recommend to install custom panels into the "user" location at:
    WINDOWS XP: C:\Documents and Settings\username\Application Data\Adobe\XMP\Custom File Info Panels\2.0\panels\
    WINDOWS VISTA: C\Users\username\AppData\Roaming\Adobe\XMP\Custom File Info Panels\2.0\panels\
    MAC OS: /user/username/Application Data/Adobe/XMP/Custom File Info Panels/2.0/panels/
    The reason why your panels did not work properly was a missing Flash trust file for that user location. Without such a trust file the embedded flash player refuses to "play" your custom panel.
    Please see section "Trust files for custom panels" in the XMPFileInfo SDK Programmer's Guide on page 50 for all details on how to create such trust files.
    After many wasted hours I have now the simple panels running.
    Cheers,
    H.Sup

  • WebDAV file info, type and last modification empty

    I am using LV2013 SP1 and working to replace existing FTP functionality with WebDAV. 
    For this task, I need to get a listing of files (*.tdms) on the RT (cRIO) and allow the user to select those for transfer.
    My current FTP method displays name, date & size in a listbox for sorting and selection.
    Regardless of whether I use WebDAV Synchronous or Asynchronous VIs to retreive a directory list, the file info's cluster type and last modification elements are empty.  The RT has WebDAV Server 13.5.0 installed.
    I did notice that the type is populated for text files (text/plain), but last modified is still empty.
    I'm guessing the MIME type of TDMS files doesn't exist?  I don't require that information for sorting.
    However, the last modified information is very important for my applications & users for sorting the file list.
    Could this possible be an issue with any RT settings or missing software?
    Thanks for any suggestions/assistance.
    James
    Systems Engineering
    LabVIEW 5.0 - 2014
    Solved!
    Go to Solution.

    Hi Thomas,
    Thanks for the response.
    You can use the NI Example Finder and enter "WebDAV" to locate the WebDAV Data Acquisition.lvproj and simply run the Windows WebDAV Sync.vi to see the problem with WebDAV Asynchronous VIs.  
    I decided to use WebDAV Synchronous VIs in my application, but see the same problem.
    Here's the WebDAV section of my code.
    Thanks for any suggestions.
    James
    Systems Engineering
    LabVIEW 5.0 - 2014

  • What do you do with source file after edit and export

    Hi
    i wounder what people do with the source file after edit, they are taking up a lot of space on my computer. I can hardly bring myself to delete them, but neither can i save them, beacuse of space on Hdd. have thought of, only export those clip you have used in your timeline, uncompressed?

    Hi,
    i wounder what people do with the source file after edit, they are taking up a lot of space on my computer. I can hardly bring myself to delete them, but neither can i save them, beacuse of space on Hdd.
    If you don't need them at all, you can delete them. People usually store them in external drives if they need them.
    have thought of, only export those clip you have used in your timeline, uncompressed?
    Didn't really get this part. Do you mind explaining this?
    Thanks,
    Rameez

  • Location IPTC field LR- PS survives file info edit...?

    Hello all.
    I like to put exact location information and notes into a file (within LR2) using the "location" field.
    When I export these images I do not want this field to be included inthe jpeg's meta data.
    I generally run a watermarking droplet/action after the LR export so can set that to remove the data via the File Info dialog in PS CS4.
    However, it removes it fine and upon reopening the finished file in PS, the file info dialog shows that that the location field (in IPTC) is empty. All good.... Opening the image in photomechanic shows the field is still populated. Also looking at the jpeg in a text editor shows the info is indeed there.
    The procedure above works fine for the "City", "State", and "Country" fields, it is just "location" that survives.
    I have tried it all manually (rather than as part of an action) as well and the problem persists.
    Any help appreciated!
    Thanks,
    Richard

    Just made some investigations with ExifTool. Files saved as jpegs from photoshop somehow retain their location in IPTC, but no XMP (so it's the other way around my original assumption):
    C:\>exiftool -iptc:sub-location "C:\20080715_1569.jpg"
    Sub-location                    : Delfin Market
    C:\>exiftool -xmp:location "C:\20080715_1569.jpg"
    ... nothing here ...
    This happens on both JPEGs exported from Lightroom and original JPEGs that simply had their xmp metadata saved in Lightroom.
    And by the way, if the JPEG is then saved in Photoshop via Save For Web, both IPTC and XMP get blank. So, if you modify your droplet to save for web (with All Metadata included), that could solve your problem.
    Everything points to a bug in Photoshop.

  • File Info window and Spotlight comments

    I typed somme comments in File Info Window, box titled Spotlight comments.
    All these comments are gone after System restart (Snow Leopard 10.6.8) and I am unable to read them again. But STRANGE... when I do a Spotlight research with one word I typed in Spotlight comments, the file name is displayed and I can open its Info Window, but no luck the Spotlight comments are still empty.
    The chain I typed are still there in the file info but hidden to my eyes, is there a mean to retrieve these comments?
    Best regards and thanks, please excuse me language as I'm wrting from France.
    JfS

    I typed somme comments in File Info Window, box titled Spotlight comments.
    All these comments are gone after System restart (Snow Leopard 10.6.8) and I am unable to read them again. But STRANGE... when I do a Spotlight research with one word I typed in Spotlight comments, the file name is displayed and I can open its Info Window, but no luck the Spotlight comments are still empty.
    The chain I typed are still there in the file info but hidden to my eyes, is there a mean to retrieve these comments?
    Best regards and thanks, please excuse me language as I'm wrting from France.
    JfS

  • All my local files are missing and I don't have a "sent" command on my side bar either.

    What has happened to my local files on my side bar and my "sent" command as in searching sent mail?

    I think a screenshot would be useful.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

  • Download local file using Servlet and JSP

    Hello,
    I will like to use a browser to download file on local system using serlvet and Jsp technology. Does anyone have any idea how to do it?
    Any comment will be appreciate.
    Thanks

    Well you can just put the file in a folder that is accessible to the web server. Then have a link point to that file. That will cause the web browser to download the file.
    hattan

Maybe you are looking for

  • Help In Export Database

    Hello All I just finished developing my application using oracle application express (APEX) in order to upload it online as a web site. I have some problems in moving the database from my machine to the server. I'm not familiar with DBA task like exp

  • Any FM available for partial payment for FB05 and F-36 transaction?

    Dear All, Is there any function module available that can post the partial payment for FB05 and F-36 transactions? Please let me know if any function module doing the same. I have searched in SDN but could not find any. Best wishes, Atanu

  • Authorization check in CRM ISA

    Dear All, I need some small help. We have SAP CRM ISA MSA 5.0 SP8. We need to create some roles for the end users who access the system via the CRM Webshop. But we are not able to trace what authorization a user requires or lack. Like when I give a r

  • Auto Logout

    Hi Expert! I have been set the rdisp/gui_auto_logout for the 20 minutes to kill the idle sessions, rdisp/keepalive already set to 20 minutes. My users are complaining that when they are doing the foreground / background processing, users sessions are

  • Frieght data in a table

    Hi For an ABAP development I need the table that stores Frieght data for sales transaction(quotation). Thanx in advance. Cheers Hits