[Sorting Problem In The GridView]

I'm using the oracle 10.2.02 beta client with the VisualStudio.NET 2005.
The problem is that the sorting function in the GridView doesn't work.
Is there any way to "connect" the SqlDataSource tool with the oracle connection through a DataSet ? That is to say, the only way to enable sorting in the GridView is to connect it with the SqlDataSource object (accordind to the MSDN help). The SqlDataSourceMode enable us to use a DataSet into the SqlDataSourse but I can't fint HOW....
Any suggestions?

Thanks Peluka.
But even I don't enhance the vendor search help, I still found that the original standard version has this problem after sorting.
Is that the program bug?
Have anyone encountered this problem before?

Similar Messages

  • Sorting problem in standard vendor search help

    Hi all,
    I'm enhancing the vendor search help.
    I found that there is a sorting problem in the original standard search help.
    The 1st time to search vendor in the search help returns a correct list, then I just sort the vendor in ascending order. This time the column name of the hit list changes and mismatch the actual values.
    Any one faced this problem before?
    What's wrong are there ?
    Thanks.

    Thanks Peluka.
    But even I don't enhance the vendor search help, I still found that the original standard version has this problem after sorting.
    Is that the program bug?
    Have anyone encountered this problem before?

  • Problems with the CrossTable Function "Sort"

    Hello,
    I have a Problem with the "nice" crosstabfunction of the DesignStudio.
    When I create from a datasource the crosstab and enable the function for sorting it is only possible to sort the first column.
    The other columns get the sign into the Header for the sort function, too. But if I click on it, it won't work and sort nothing.
    I'm sure with the old Version of SAP Design-Studio (1.2) it has worked!
    Now we are using 1.4 and u can only sort the first column?????
    Do I anything wrong? I set only the value for the crosstab (Sorting enabled) on true.
    Thank you for help.
    Greets,
    André

    Hello again,
    The Application Looks like:
    Settings:
    Structure:
    I don't have any further JS Coding for this case implemented. I think that this would be not necessary because of the Settings of the crosstab or?
    Greets,
    André

  • HT4972 People cannot hear me properly on my iPhone 4, although I can hear them very well. Would upgrading to iOS 5 perhaps sort this out, or any other software matter, or is it more likely to be a problem with the microphone?

    People cannot hear me properly on my iPhone 4, although I can hear them very well. Would upgrading to iOS 5 perhaps sort this out, or any other software matter, or is it more likely to be a problem with the microphone?

    Please... Anyone

  • I have a major problem regarding Itunes mismatching sort-artists to the actual artist and reverting edits i make

    this has been ongoing for about one and a half years, it started when one day i signed in and discovered that nearly everly. single. song was mismatched all over the place, it took me a while to understand why because i'm not tech savvy, but discovered that the sorting on each song had changed (for example, a piece by Beethoven would have the artist as Beethoven, but the Sort Artist under David Bowie etc...) I spent a year redoing everything, going through every single artist manually and changing it, hoping that would be the end of it. But now it's happening again, I do a thing where I change the Sort Artist and the Viewed Artist of an album to a certain classical composer so that it's all under his name in one place, however every week or so when i sign into itunes, it's all reverted back to the original artist name (IN NAME ONLY) by that i mean when i click on the piece of music, it immediately resets and jumps back down to where it should be (Händel for example) this is extremely frustrating as each time i sync my ipod it gets the mismatched artist info again, how in ** name do i stop this?
    for clarification: with the pieces on which i click to revert back to normal, when i check their info, they have not only the correct artist, but also the correct sorting artist in place which i have put there, so it makes no sense why they would revert

    tsdagg wrote:
    for clarification: with the pieces on which i click to revert back to normal, when i check their info, they have not only the correct artist, but also the correct sorting artist in place which i have put there, so it makes no sense why they would revert
    Are making the changes in iTunes or using an external app? Do you use "update iTunes Match"?
    Jim

  • Problem with the control break statement  - AT END OF

    data : IT_DATA   TYPE STANDARD TABLE OF /BIC/OH0SPA_OHD WITH  KEY /B28/S_D1DVOX5 ,
    FIELD-SYMBOLS :   <ls_data> TYPE any,
    SELECT * FROM (c_open_hub) INTO TABLE IT_DATA .
    *IF sy-subrc = 0.
    *ENDIF.
    Create the GUID for header
    CALL FUNCTION 'GUID_CREATE'
      IMPORTING
        EV_GUID_32 = LV_GUID.
    TRY.
        CALL METHOD CL_GDT_CONVERSION=>GUID_OUTBOUND
          EXPORTING
            IM_GUID_C = LV_GUID
          IMPORTING
            EX_VALUE  = LV_UUID.
      CATCH CX_GDT_CONVERSION  INTO go_exc .
        gv_text = go_exc->get_text( ).
    Application log for errors
        IF gv_text IS NOT INITIAL.
          PERFORM add_msg_to_log CHANGING lt_return.
          CALL FUNCTION '/SPA/APPL_LOG'
            EXPORTING
              LV_OBJECT    = '/SPA/APPL'
              LV_SUBOBJECT = '/SPA/ESOA'
              IT_RETURN    = lt_return.
        ENDIF.
    ENDTRY.
    OUTPUT-TRADE_PROMOTION_CRMBULK_CREATE-MESSAGE_HEADER-ID-CONTENT = LV_GUID.
    OUTPUT-TRADE_PROMOTION_CRMBULK_CREATE-MESSAGE_HEADER-UUID-CONTENT = LV_UUID.
    SELECT * FROM DD03T INTO TABLE lt_dd03t WHERE TABNAME = c_open_hub AND DDLANGUAGE = 'E' AND AS4LOCAL = 'A'.
    *IF sy-subrc = 0.
    *ENDIF.
    Sort the delta table
    SORT it_data.
    populate the output structure
    LOOP AT IT_DATA ASSIGNING <ls_data>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_keyfigures.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_keyfigures>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_signdata.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_signdata>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_bbtype.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_bbtype>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_customer.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_customer>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_product.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_product>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_territory.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_territory>.
    READ TABLE lt_dd03t INTO ls_dd03t with KEY DDTEXT = c_time.
    ASSIGN COMPONENT ls_dd03t-FIELDNAME OF STRUCTURE <ls_data> to <l_time>.
      CASE <l_keyfigures>.
        WHEN c_sd.
          PERFORM DATE_CALC USING <l_signdata> CHANGING  LV_DATE.
          ls_period_term-start_date = lv_date.
        WHEN c_ed.
          PERFORM DATE_CALC USING <l_signdata> CHANGING  LV_DATE.
          ls_period_term-end_date = lv_date.
        WHEN c_uplift.
          LS_PRODUCT_KF-ID-CONTENT = c_uplift_qyts.
          LS_PRODUCT_KF-VALUE = <l_signdata>.
         LS_PRODUCT_KF-YEAR = lv_week(4).
         LS_PRODUCT_KF-CALENDAR_PERIOD_ORDINAL_NUMBER = lv_week+4.
          APPEND LS_PRODUCT_KF TO LT_PRODUCT_KF.
        WHEN OTHERS.
        PERFORM DATE_CALC USING <l_signdata> CHANGING  LV_DATE.
         ls_period_term-start_date = lv_date.
    Get week
         CALL FUNCTION 'DATE_GET_WEEK'
           EXPORTING
             DATE = LS_PERIOD_TERM-START_DATE
           IMPORTING
             WEEK = LV_WEEK.
    append Keyfigure
          LS_PRODUCT_KF-ID-CONTENT = <l_keyfigures> .
          LS_PRODUCT_KF-VALUE = <l_signdata>.
         LS_PRODUCT_KF-YEAR = lv_week(4).
         LS_PRODUCT_KF-CALENDAR_PERIOD_ORDINAL_NUMBER = lv_week+4.
          APPEND LS_PRODUCT_KF TO LT_PRODUCT_KF.
    append tradespend
          SELECT SINGLE * FROM /SPA/SPEND_MAP INTO CORRESPONDING FIELDS OF LV_/SPA/SPEND_MAP
                 WHERE KEY_FIGURE = <l_keyfigures>.
          IF sy-subrc = 0.
            LS_TRADE_SPEND-TYPE_CODE-CONTENT = LV_/SPA/SPEND_MAP-SPEND_TYPE.
            LS_TRADE_SPEND-CATEGORY_CODE-CONTENT = LV_/SPA/SPEND_MAP-SPEND_CATEGORY.
            LS_TRADE_SPEND-METHOD_CODE-CONTENT = LV_/SPA/SPEND_MAP-SPEND_METHOD.
            APPEND LS_TRADE_SPEND TO LT_TRADE_SPEND.
          else.
            lv_flg = 'X'.
          ENDIF.
      ENDCASE.
    AT END OF /B28/S_D1DVOX5.   "
        SELECT SINGLE * FROM  /SPA/SO_TER_MAP INTO LS_/SPA/SO_TER_MAP WHERE TERRITORY = <l_territory>.
        IF sy-subrc = 0 AND lv_flg IS INITIAL.
    Create the GUID for TP's
          CALL FUNCTION 'GUID_CREATE'
            IMPORTING
              EV_GUID_32 = LV_GUID_MESSAGE.
          TRY.
              CALL METHOD CL_GDT_CONVERSION=>GUID_OUTBOUND
                EXPORTING
                  IM_GUID_C = LV_GUID_MESSAGE
                IMPORTING
                  EX_VALUE  = LV_UUID_MESSAGE.
            CATCH CX_GDT_CONVERSION .
          ENDTRY.
    populate the product
          LS_PRODUCT-ID-CONTENT = <l_product>.
          LS_CUSTOMER-ID-CONTENT = '300022'.
          LS_CUSTOMER-ROLE_CODE = '00000105'.
          LS_PRODUCT-KEY_FIGURE = LT_PRODUCT_KF.
          APPEND LS_PRODUCT TO LT_PRODUCT.
          APPEND LS_CUSTOMER TO LT_CUSTOMER.
          APPEND LS_DESCRIPTION TO LT_DESCRIPTION.
          APPEND LS_PERIOD_TERM TO LT_PERIOD_TERM.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-SALES_AREA-ORGANISATIONAL_CENTRE_ID = LS_/SPA/SO_TER_MAP-SALES__ORG.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-SALES_AREA-DISTRIBUTION_CHANNEL_CODE-CONTENT = LS_/SPA/SO_TER_MAP-DIST_CHANNEL.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PLANNING_ACCOUNT-CUSTOMER_INTERNAL_ID = <l_customer>.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PLANNING_PROFILE_GROUP_CODE-CONTENT = '4TPM'.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-TYPE_CODE-CONTENT = 'Z002'.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-UPLIFT_ACTIVE_INDICATOR = 'X'.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PLANNING_INFORMATION-MARKETING_PROJECT_PLANNING_PRO = '5'.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PLANNING_INFORMATION-CALENDAR_UNIT_CODE = 'WEE'.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-TRADE_SPEND = LT_TRADE_SPEND.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PARTY = LT_CUSTOMER.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-DESCRIPTION = LT_DESCRIPTION.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PLANNING_INFORMATION-PRODUCT = LT_PRODUCT.
          LS_TRADE_PROMOTION-TRADE_PROMOTION-PERIOD_TERM = LT_PERIOD_TERM.
          LS_TRADE_PROMOTION-MESSAGE_HEADER-ID-CONTENT = LV_GUID_MESSAGE.
          LS_TRADE_PROMOTION-MESSAGE_HEADER-UUID-CONTENT = LV_UUID_MESSAGE.
          LS_/SPA/REPORT_TAB-SPA_TP_ID = <l_bbtype>.
          LS_/SPA/REPORT_TAB-MESSAGE_ID = LV_GUID_MESSAGE.
          LS_/SPA/REPORT_TAB-CREATE_DATE = SY-DATUM.
          INSERT /SPA/REPORT_TAB FROM LS_/SPA/REPORT_TAB.
          APPEND LS_TRADE_PROMOTION TO LT_TRADE_PROMOTION.
          OUTPUT-TRADE_PROMOTION_CRMBULK_CREATE-TRADE_PROMOTION_CRMCREATE_REQU = LT_TRADE_PROMOTION.
          CLEAR : LT_DESCRIPTION, LT_PERIOD_TERM,LT_CUSTOMER, LT_PRODUCT, LT_PRODUCT_KF, LT_TRADE_SPEND,LS_/SPA/HEADER_TAB.
        ENDIF.
        CLEAR lv_flg .
      ENDAT.
    ENDLOOP.
    My problem is AT-END OF STATEMENT IS executing for each and every record of same /B28/S_D1DVOX5.
    Please help me from this problem

    Hello,
    First of all to know clearly about AT END.
    Let's say In IT_DATA fields are F1 F2 F3 /B28/S_D1DVOX5 F5.
    then AT END of /B28/S_D1DVOX5 means for each new value of this field at the end it will trigger.
    Please ensure thet IT_DATA is sorted by this field and then used Control break.
    Thanks,
    Pramod

  • The "Cover Flow" / "Album Artist" duplicate albums problem on the iPod

    Hi Guys,
    I've made some research about this issue and got to some interesting conclusions.
    DISCLAIMER:
    1. I searched the web and found people describing this problem since 2006 till 2009 and the solution always revolved around not using the "Artist" and the "Album Artist" tags like they should be used.
    2. I did a lot of testing, including re-writing the ID3 tags in different versions and formats to rule out any issues around the tags themselves.
    3. If the stuff I'm going to describe is already well known than sorry about that, I just couldn't find it anywhere.
    PROBLEM:
    An album that has a single Album Artist and different Artists appears several times in the iPod Cover Flow although it looks just fine in iTunes.
    Tagging the tracks as "Part of a Compilation" only partially solves the issue since the album will appear in the iPod Cover Flow as a Compilation showing up in the end and not together with the "Album Artist" like in iTunes and like it should.
    It seems to be a simple issue around the way the iPod uses the "Album Artist" tag but it also seems to be around forever and it's strange Apple hasn't looked into it.
    RESEARCH:
    Since I just bought a new iPod Classic, I was again looking into this issue and now I was getting annoyed, strangely the behaviour wasn't the same for all the albums that were suffering from the problem. I found that when the Artist was a combination of, for example:
    Album - AlbumX
    Album Artist - ArtistX
    Track 1 - ArtistX
    Track 2 - ArtistX Feat. X
    Track 3 - ArtistX
    Track 4 - ArtistX Feat. Z
    Track 10 - ArtistX Feat. XYZ
    In the iPod Cover Flow I got ONLY TWO different albums, one with "ArtistX" and another one with "ArtistX Feat. X".
    Well, this was very different from the normal behaviour when the artists are all completely different, in which case you get X amount of albums according to the X amount of different artist names you have.
    CONCLUSION:
    It seems to have something to do with the dot ".", I reached the conclusion that for Artist interpretation in the iPod when the Artist tag has a dot "." then it stops interpreting. That means that if you had a "." after the main artist name than it will show only once, like in the above example:
    Album - AlbumX
    Album Artist - ArtistX
    Track 1 - ArtistX. <---- NOTICE THE DOT
    Track 2 - ArtistX. Feat. X
    Track 3 - ArtistX.
    Track 4 - ArtistX. Feat. Z
    Track 10 - ArtistX. Feat. XYZ
    Then in the iPod Cover Flow it will show up only once as AlbumX - ArtistX.
    I prefer to use the dots instead of just removing all the "Featurings and similar" since I can still see it normally if I play the track.
    So, in the end, a combination like this in your "Artist" tag: "Album Artist"."Artist" would solve the problem in the iPod.
    I would love for Apple to solve this issue and I hope this helps.
    Has someone else noticed this or am I going crazy?
    Thanks!

    sometimes the official title of a release does include the Feat. Guest info.
    Yes, but only in some (or many) cases. There seems to be no consistency here, as if Apple were paying no attention about where to put "feat. guest". And I guess most of the data in CDDB (Gracenote) still have "feat. guest" in Artist (correctly, in my opinion).
    I quite agree that your workaround is the best workaround. I'm just too self-willed (obstinate?, I don't know the correct English) and don't want to pollute my Library with "wrong" data. Most of the problems would simply be solved if, just if Apple make iPods sort/group artists as iTunes do. Sorry but this is how I feel. I guess you can't help people like me. Thank you for your patience.
    Anyway, we need a clear document from Apple describing what are the intended uses of various tags, and iTunes/iPods should obey this document. It seems for me that each Apple engineer is doing just what (s)he wants to do, without any guidelines.

  • I have problems with the wi-fi connection after upgrading my iPhone to iOS 5- why?

    Since upgrading the software on my iPhone 4 to iOS5, I have had all sorts of wi-fi connection problems.
    The wireless router I have always used is now usually not detected by my iPhone. It still works on my MacBook and iPad, but not on my iPhone. When it is detected, the connection lasts for a few minutes before cutting out. The signal is also very low.
    I have tried the following:
    -Restarting the router
    -Restarting my iPhone
    -Resetting my network settings
    -Restoring to factory defaults
    -Forgetting the network
    -Rejoining the network
    -Setting up the connection manually
    -Turning off location services on my iPhone (I read in another thread this would help)
    I am running out of ideas and I have tried researching this. I found many people with the same problem but no solution for my problem yet.
    Does anyone have any ideas, or know whether Apple is planning on fixing this anytime soon? It's a huge disappointment.

    I tried this! Somebody suggested it in another thread. It did not work, sadly.

  • How do I make a JTable's header sorting actually change the actual table?

    How do I make a JTable's header sorting actually change the actual table?
    Currently, I'm using
    table.setAutoCreateRowSorter(true);to allow the user to sort the table.
    However, I want to be able to load something based on the selected row's index. The problem is that when the table is rearranged, the change appears to only be local, in other words, the actual table isn't changing.
    For instance:
    index 0 "A"
    index 1 "B"
    index 2 "C"
    Sorted in reverse gives me
    "C"
    "B"
    "A"
    But C is still index 2 (instead of 0).
    Thanks in advance.

    Cross posted and answered in the Swing forum.
    [http://forums.sun.com/thread.jspa?threadID=5353865]
    I see this is not your first incidence of cross posting. In future, please post a question once only.
    db

  • Help with Artist Sort Problem Needed...

    This is a bit long, so I'll start with the three main questions and below them is the backstory and detail of the problem (I did do a search but nothing turned up):
    1) Does anyone know how to fix artist sorting issues where the artists are properly sorted (alphabetically by last name and band name) but there are constant grey-bar letter headings for the first name (sorry...I don't know how to explain better than I do below in detail)
    2) Will re-setting the Touch require I have to...
    a) re-add all the songs I've manually selected again
    b) re-input any data saved to apps (such as CarCare and
    Pocketpedia) and if so, can I backup that data first?
    3) If all the re-doing in 2 above is necessary if I were to re-set the iPod, can anyone think of an alternative fix that would avoid a reset?
    I might be able to get to an Apple store this weekend to ask a "genius" but I'm not that confident in them since I was given some incorrect information on how the Touch handles playlists at the time of original purchase.
    Okay... now, what happened:
    I'm not sure what to make of this, fortunately playback and all main functions are unaffected. I have my iPod Touch 2g set for manual sync. Today, while I was charging it at work, my PC (WinXP) froze. I gave it plenty of time to unfreeze, but eventually had no choice but to do a hard reboot while the iPod said "syncing." I slid the slider to cancel the sync, but the iPod didn't respond. I unhooked it from the PC and it unfroze. I shut it down and re-started.
    Everything seemed fine after the iPod reboot except that now, while the artists are still sorted alphabetically (I've manually set artists to sort by last name), there are headers using the first letter of the first name between each artist. So, for instance, this is how the top of my artist list looks now (lines below with just a letter are the grey divider bar with the alphabetical header):
    R
    Ryan Adams
    D
    Dave Alvin
    T
    Tori Amos
    E
    Eric Andersen
    A
    Apples in Stereo
    Arcade Fire
    L
    Louis Armstrong
    A
    Ataris
    ...etc.
    This problem has not extended to album or song title fields, but for some reason, when scrolling through the album view using the index on the right, it moves fine until "O" -- then it sits still as I scroll down until it gets to "#", at which point it's resposnive again.
    I've checked the music library on the iPod via iTunes and the artist sort fields are still correct.
    Suggestions? I'm new to the Touch and am leery of doing a reset yet since it's taken time to figure out which songs from my 100+gb library to manually put on this. Also, I have no idea how it will affect the apps I've downloaded. There are some where I've saved data (such as CarCare and Pocketpedia) and I REALLY don't want to risk having to re-input all that data.
    To anyone with any words of advice, thanks in advance.
    Message was edited by: IronWaffle
    Message was edited by: IronWaffle

    This is an answer to only qestion 2. Yes restoring your ipod will delete all songs, apps, videos, etc., but you can back up settings like a passcode lock or screen brightness. But it will ask if you want to back up settings. If your'e on windows, in itunes go to file and down almost all the way you will see a "Tranfer purchases from (ex.) steves ipod" and that will make sure you have all your apps and music and other stuff.

  • Problems with the home button and generally freezing and shutting down often.

    I have had this iPad 2 for around 3 months. After about a month I noticed that I was having to press the home button multiple times in order to get it to respond. It is now at a stage where I have to press it as many as 12-13 times. It's won't do this every time but all day for maybe 3 out of 5 days the other times it works fine.
    As well as this I have also had issues with the Internet shutting down, Skype going crazy, picture albums popping up and then vanishing and so on. I'm not a computer wiz but I would describe it as going crazy two or three times a day.
    While I was in a shopping centre about a week ago I asked about the problems in an apple store. The man was very helpful and asked if I had it on me so he could look at it. Unfortunately I didn't be he said I could bring it back whenever I like and it would take around 30 mins for someone to check it out. He said most Likley they would just give me a new one and that would be that. So of course happy that it could be sorted I went home. Today I decided to drive the nearly two hours down to Brisbane after having a nightmare time trying to Skype my friend this morrning. I hot to the store and asked if it could be looked at only to be told I need an appointment. I showed the card that I had been given and explained what I had being told. To cut a long story short he agreed that I had been told that but said the assistant clearly didn't know what he was on about and that I should come back. I offered to wait but dispute the shop being more full of staff watching movies and downloading songs then actual customers I was basically denied any sort of help and told to call the office to arrange an appointment.
    Sorry to rant! I just thought that apple were renowned for good service? 5 hours later I'm home with the same issues.
    If anyone has had similar problem with the device or even customer service I would be intrested.
    Regards,

    Me too!  I had many bugs and returned my phone for a brand new one that did this the first time it was turned on at the Apple store.  I was told it is a "software issue" and to "reboot the phone" if it continued to happen.  It happens almost every time I try to use my phone.  I've rebooted three times in a row some days.  Nothing really seems to help.  I keep waiting for an update.

  • A sorting songs by the "date added" bug on iPhone and iTunes?

    So I've run accross a bug (maybe) that has really been annoying me for a few months now. It has been present since like iOS5 beta 3. It has to do with how my songs are sorted on my iPhone. I've always had my songs sorted by "date added" and I have never had a problem with them showing up in that way. During the beta, my songs started showing up backwards on my phone. My oldest songs would show up first on my phone's iPod even though in my iTunes they were sorted with the newest songs on top. I figured this was a bug and that it would be fixed by apple in the later versions of iTunes and after the official release of iOS5, but I was wrong. It didn't fix after I receieved my 4S. On a side note, I was having this problem initially on my iPhone 4, and it continued on to my iPhone 4S. This is probably one of the MOST ANNOYING problems I've had with my iPhone because my car displays my songs in the order they are on my phone too, and in my car I have to use a wheel and not a touchscreen to scroll all the way to the bottom (you get my point). I haven't actually found a fix for this to where everything works as it is supposed to, but today as I was tinkering with my iTunes to finally fix this problem I decided to sort all my songs by "newest songs modified" just to see if it would fix my sorting problem. It worked. My phone now has all my new songs on top of each of my playlists in ONLY the playlists I choose to have sorted in that specific way. After I realized this fixed my problem, I tried to re-sort all my songs by "date added" again just to see if it would fix my problem because having them sorted by "date modified" is an annoying problem I just dont want to have. It didn't work. So right now, I am sorting my songs on my phone by "date modified" because "date added" doesnt sort them the way it is supposed to when any playlist is transferred from my iTunes to my iPhone. Anyone know whats up? How can I let apple know about this annoying problem? Could it just be me and my computer? I've gone through multiple versions of iTunes, iOS5s including beta, and I've had the problem on two different iPhones. Coincidence? By the way I'm running windows 7, and no, I haven't searched much for this problem on forums or on google because it seems too specific to my situation (and im too lazy to look hard enough).

    my problem started with the recent upgrade and this idea (sort on PC iTunes by date modified) worked. I did have to remove my playlist from my phone first and then resync to get things to respond but it seems to work. Why on earth Apple does not provide a mechanism for sorting ON THE F*&^ING PHONE is beyond me. For a company who's mantra is building things that 'they'd want to use' this gaff cannot possible fit into that paradigm.

  • Unusual BT Infinity problem shows the lack of any ...

    I have had a problem with my BT Infinity line for almost 6 weeks now. The speed test is fine, but web pages fail to open. Not a simple problem and the technical help desk first replaced the home hub and then rather rudely told me it was my device. This was clearly not the case since it was replicated on 3 computers and an iPhone which all performed well on other networks. After threatening to cancel my account I finally spoke to someone in the UK who agreed to send an engineer out. He arrived, verified the problem with his own laptop, changed all the hardware and then finished his shift and left the job incomplete. This visit was when I learned the difference between Openreach and BT.
    I then had to get another engineer out to do a "lift and shift" which failed to solve the problem. He then tried to get further help from a BT advisor but got no help and left again without solving the problem. The engineers did tell me one of their colleagues had seen a similar problem that was due to system settings and a failure of the BT equipment to handshake with the Openreach lines. Apparently this had only been solved by closing the BT account and opening a new one and setting everything up from scratch. It scares me to think of the implications of doing this, since BT as a "service" provider seem incapable of doing anything in a joined up manner
    Probably like everyone on this forum I have a specific problem which probably represents less than 1% of all the complaints that BT get. Why do BT not have a team of customer care advisers to whom such problems could be escalated? That person would then provide a single point of contact, responsible for knowledge of the problem, monitoring progress and ensuring a satisfactory outcome. It seems so obvious and would go a long way to restoring some service reputation.
    I am still communicating through the Indian call centre who everytime ask me to describe the same problem. Unfortunately, it seems like I need to get the line sorted out before moving to another service provider.

    Are you sure it's not just a DNS issue?
    To say thanks for a helpful answer, please click the white star

  • I'm getting the following error message when ever I try to start cs6 and the program gets close. "Adobe Photoshop CS6 has stopped working. A problem caused the program to stop working correctly."

    Hi,
    I’m getting the following error message when ever I try to start cs6 and the program gets close.
    “Adobe Photoshop CS6 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available”
    Please advise what is the problem? and How to sort this out?
    OS Name
    Microsoft Windows 8.1 Pro
    Version
    6.3.9600 Build 9600
    Other OS Description
    Not Available
    OS Manufacturer
    Microsoft Corporation
    System Name
    JARVIS
    System Manufacturer
    Dell Inc.
    System Model
    Inspiron N5110
    System Type
    x64-based PC
    System SKU
    To be filled by O.E.M.
    Processor
    Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date
    Dell Inc. A11, 8/3/2012
    SMBIOS Version
    2.6
    Embedded Controller Version
    1.01
    BIOS Mode
    Legacy
    BaseBoard Manufacturer
    Dell Inc.
    BaseBoard Model
    Not Available
    BaseBoard Name
    Base Board
    Platform Role
    Mobile
    Secure Boot State
    Unsupported
    PCR7 Configuration
    Binding Not Possible
    Windows Directory
    C:\Windows
    System Directory
    C:\Windows\system32
    Boot Device
    \Device\HarddiskVolume2
    Locale
    United States
    Hardware Abstraction Layer
    Version = "6.3.9600.17196"
    User Name
    Jarvis\JARVIS\Abhishek
    Time Zone
    India Standard Time
    Installed Physical Memory (RAM)
    4.00 GB
    Total Physical Memory
    3.16 GB
    Available Physical Memory
    1.21 GB
    Total Virtual Memory
    3.72 GB
    Available Virtual Memory
    1.55 GB
    Page File Space
    576 MB
    Page File
    C:\pagefile.sys
    Hyper-V - VM Monitor Mode Extensions
    Yes
    Hyper-V - Second Level Address Translation Extensions
    Yes
    Hyper-V - Virtualization Enabled in Firmware
    Yes
    Hyper-V - Data Execution Protection
    Yes
    Display adapters:
      and NVIDIA GeForce GT 525M.

    Without the actual crash logs nobody can say, but chances are that your graphics hardware is to blame, so update the driver...
    Mylenium

  • How do I change the sort order in the file picker?

    Hi there,
    I've recently hit a problem with the Save and Open dialogs in Mavericks. Some how I have changed the sort order within the Column View so that it sorts by modified date and no longer by name. Unfortunately I can't work out how that happened or how to get it back so that it sorts by Name.
    Please could anyone help?

    Normally, you click on this thing (shown below) and select the sorting preference.

Maybe you are looking for

  • Card slot does not work after update (14/10/2011)

    Card slot does not work after yesterday update (14/10/2011)! It works with my SD card month ago, but now it dosn't!!! MacBook Pro 13 OS ver. 10.6.8

  • Boot Camp sound and volume

    I used Boot Camp to run Windows 7, but my sound and microphone wont work. How can I fix this? The is turned to 100% and I have already gone into the control panel to make sure that nothing was muted. Thank you for any help or info.

  • What is the best way to practice SQL language?

    I'm new in database world and want to practice SQL language. I've been playing around with Oracle XE, but I realized it's not very practical to play around with SQL using XE since its sql editor is not user friendly to debug the script. I'm trying to

  • Load table values in the characteristics

    Hi Gurus I have created a characteristics (Employee) and assigned this characteristic to a class. I need to load all the table (field) values in the characteristics (for example, table name: PA0001 & field: PERNR). Whenever i create a document in CV0

  • Cannot connect to YouTube on ipad3

    Cannot connect to YouTube using YouTube app on ipad3 / iPhone 4 works fine