Drag and drop no longer possible in excell 2007 on vista

Hi,
we just migrated to Vista with office 2007. So we are now on GUI 7.10 Patch 4; BI add-on's SP2 Patch 1.
Is it normal that we no longer can drag and drop (add characteristic; swap columns;...) or is there something wrong?
Ciao!
Joke

Hi Joke,
yes its the problem with vista and even you cant drag and drop the objects to restrict in query designer also.the higher patch version is not supported in vista.so if possible contact SAP people.they will give you vista supported patch version.
i faced the same problem and i switched back to xp now.
Regards,
ashok.

Similar Messages

  • Drag and Drop no longer in iPhoto 11?

    Drag and Drop no longer in iPhoto11?
    I can no longer "drag and drop" selected photos from iPhoto11 onto a desktop album.  Before upgrading I could select as many as 200 photos and drag them onto a desktop album.  No longer.

    There are two kinds of metadata involved when you consider  jpeg or other image file.
    One is the file data. This is what the Finder shows. This tells you nothing about the contents of the file, just the File itself.
    The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc.
    Photographs have also got both Exif and IPTC metadata. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera.
    Photo applications like iPhoto, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata.
    When you export from iPhoto to the Finder new file is created containing your Photo (and its Exif). The File date is - quite accurately - reported as the date of Export. However, the Photo Date doesn't change.
    The problem is that the Finder doesn't work with Exif.
    So, your photo has the correct date, and so does the file, but they are different things. To sort on the Photo date you'll need to use a photo app.

  • Drag and Drop no longer working in Windows 8

    Running ID6 on new computer running Windows 8.  I'm running as Administrator mode, but I can no longer drag images into designs.  I was able to in Windows 7. 

    Update on the problem. 
    The problem was that you cannot drag and drop when in Administrator mode.  Indesign was crashing if I did not open in administrator mode.  The reason why Indesign was crashing has something to do with licensing of the computer and software...  This is a new computer and the c drive is a solid state chip. To conserve c drive space, we setup c:temp to be on a separate drive.  That's why Indesign would not open normally.  You must have your c:temp on your user account to be directed to c:temp. 
    control pane
    system
    Advanced system settings
    Environment Variables
    Changes must be made in four places.  Dig around here, you'll find them.

  • Drag and Drop no longer works on iPhone 4.

    After updating my phone recently, I can no longer update music on my iphone 4.  I used to be able to grab a random song from a file on my computer and drag and drop it onto my phone, without adding it to iTunes. Now, I can't add anything to my phone unless it's first in iTunes.  I have about 40G of music and don't want it all on my phone, or iTunes.  Is there a reason for this?  Is there any way to fix it?

    I used to be able to grab a random song from a file on my computer and drag and drop it onto my phone, without adding it to iTunes.
    Jailbroken?  That's never been a feature of the iOS.

  • Drag and drop no longer between shared libraries after updating to itunes 10.5.

    Used to be able to open up and drag and drop from one computer to another using home sharing. No longer works. Any ideas?

    same here except i have windows vista and its my new iphone 4s.  it freezes on the backing up phase.

  • Drag-and-drop no longer working in FF

    All drag-and-drop features stopped working on my FF 21.
    That is, I can no longer:
    - Drag items to bookmarks or rearrange the bookmarks
    - Drag words to the search box or links to the URL box
    - Change the order of tabs
    - Rearrange items on toolbars
    - Move text in text boxes
    - etc.
    Safe mode exhibits the same problems.
    Please advise.

    I am having this problem as well. It persists even with all my extensions and add-ons disabled, and even in Safe Mode.
    I tried both solutions above. I downloaded FF21 installer, uninstalled FF, then reinstalled. Still cannot drag and drop anything. So I reset Firefox. Still no drag and drop. No rearranging tabs, no dragging images on web pages, you get the idea.

  • Drag-and-drop no longer working in iTunes 7.7

    Recently I've not been able to drag movies onto my iPod touch, neither from the Finder or from within iTunes. They'll drag into playlists, but the green Plus symbol disappears when I move it over my touch. The only way to get movies onto the touch is to 'sync' them, which is VERY inconvenient and tedious if you have lots of files. Is this a change in iTunes 7.7, and if so why??? If not, is there anything I can do to restore drag and drop?

    Update on the problem. 
    The problem was that you cannot drag and drop when in Administrator mode.  Indesign was crashing if I did not open in administrator mode.  The reason why Indesign was crashing has something to do with licensing of the computer and software...  This is a new computer and the c drive is a solid state chip. To conserve c drive space, we setup c:temp to be on a separate drive.  That's why Indesign would not open normally.  You must have your c:temp on your user account to be directed to c:temp. 
    control pane
    system
    Advanced system settings
    Environment Variables
    Changes must be made in four places.  Dig around here, you'll find them.

  • Custom Drag and Drop Component: When i add a skin, drag and drop no longer works?

    I have a skinnableContainer that acts as a container for other drag and droppable items. This container's drop functionality is added from it's parent at the same moment the container is added.
    This all works fine until i add a skin class to the skinnableContainer, now none of the draggable items can drop into the container as it did before.
    I assume that the Group component wrapping the content from within the skin is acting as a block somehow, but i'm not sure how to allow the drop functionality through it?
    Any ideas? Thanks in advance.

    Hello,
    Thanks for your replies... I tried modifying the if clause,
    but it did not work. I can use a trace statement to find out what
    the target is and what level it is at, but I cannot do this when it
    is in our presenter window.
    The code that is causing the problem can be accessed right in
    Flash. Just create a new quiz, then in the library, go to Quiz
    Files --> Learning Interactions --> Assets --> Controls
    --> Components, right click on drag and drop and select edit and
    then go to the actions frame. I am sure you already know this, but
    I just want to be clear I did not make this from scratch.
    This code works great when the quiz is the root movie. But if
    the quiz is encapsulated within another movie, it does not work. I
    can drag the objects, but they just snap back to where their
    starting points are. In the code I attached earlier...
    "this._parent.Target1" used to be "target".
    Just so you can see it all, I have attached the problematic
    function.
    What happens is that if "this._parent.Target1" is set to
    "target", the movie will function fine in Flash, but will not work
    in our presentation window. I can drag the draggable objects, but
    they always snap back to the location of where they came from.
    What this means is that the if clauses are not being run, and
    the function is always running the else clause, which puts all of
    the objects back at their starting point.
    In the code attached, I am using "this._parent.Target1".
    Again, works fine in Flash, but when I put it in the presentation
    window, this time, I can drag the objects anywhere on the screen,
    but when I drop them, they think that the dropZone is the question
    itself, and not the Target (Target1). So I need to figure out how
    to make Target1 be the dropZone in our presentation window.
    Any ideas?
    Thanks again for all your help!

  • Gnome-shell and xfburn - drag-and-drop no longer supported

    Can someone using gnome-shell else try this as a sanity check:  try to drag-and-drop an mp3 file into xfburn in "Audio CD" mode.  For me, mp3 files are ignored but wav files drag-and-drop in just fine.  I can add mp3 files to the compilation but only if I do so through the xfburn GUI.

    I get the same behavior here.

  • 10.7 Lion Install - Drag and Drop no longer works

    Just upgraded to Lion and my 'drag and drop' featuer works no where... No in finder (desktop to trash), Safari (customizing toolbar), or Dock (removing or rearranging icons). The rest of the track pad and all new gestures work flawlessly, but when I try to drag and drop an item it gets picked up and I can move it around, but it never 'drops'. The only way to get it off my cursor is to click the Apple logo in the top left corner.
    I've done some digging but all the tips I find aren't pertinent to my situation, or reference files that I somehow can't find on my machine. Any help would be greatly appreciated!

    I am having this issue too and bbiron is right, the only way to get the ghosted image of what you want to Drop detached from your cursor is to click the Apple menu.
    In addition to all the intances bbiron mentioned, which are all replicable by me as well, it also happens when I'm trying to drag links or tabs in Safari/Chrome.
    For the record, I did an upgrade from Snow Leopard and not a clean install of Lion. I'm using a MBP5,1 if that makes any difference as well.

  • Drag and Drop no longer working

    Hello Everyone,
    I have the most recent update of Itunes (11.xx) and Ipod 3g. 
    Until today, everything was fine.  Itunes does not seem to allow me to drag a song from my pc into my Ipod at all. I get the big circle with the line going diagnally across it (ghostbusters sign)
    I am able add the file via file add file to library and then drag from library.
    Cant think anything I did differently other than I had my itunes store in the uk and had to switch it us again.  That and I did import some CD's into my library but I think i used it since then.
    Help!

    I am having this problem as well. It persists even with all my extensions and add-ons disabled, and even in Safe Mode.
    I tried both solutions above. I downloaded FF21 installer, uninstalled FF, then reinstalled. Still cannot drag and drop anything. So I reset Firefox. Still no drag and drop. No rearranging tabs, no dragging images on web pages, you get the idea.

  • HT2688 I cannot drag and drop songs into a newly created playlist. I have other playlists that I have created but drag and drop no longer works

    Almost all of my songs have become located in a My Music folder within the general library of the harddrive of my laptop and are no longer in itunes. When I try to play a song I get the message -  "The song could not be used because the original file could not be found. Would you like to find it?"
    This works but is impractical as it would take years import all of these songs back into itunes one at atime. How do I import all of the songs from the My Music library folder on my harddrive into itunes? Please help

    Playlists are ones I have created, not smart Playlists
    You can create either smart playlists (they are purple) or regular (blue) playlists.

  • Drag and drop very long password from host MacBook to guest iPod Touch?

    Hi,
    iPod Touch 64GB Software version 3.1.2. MacBook as in signature.
    When I built my home wireless network, I chose a very long and complex password (63 characters) to protect the access to my network. Once the passphrase was randomly chosen, it was no problem to copy/paste it from the MacBook to the wireless router. The key is WPA (AES, TKIP)
    But now, with the iPod i've just purchased, I have found no way to achieve that kind of transfer. I have tried to type the password manually into the iPod, but in spite of several very careful attempts, no success.
    Please, two questions:
    - does the iPod operating system support that kind of key? (WPA -AES,TKIP).
    - if it does, is there any way I can copy it from the MacBook, and somehow paste it in the iPod, at the required location? Or any other way to "sync" the iPod so that it imports and remembers the password?
    I know that a work around would be either to cancel encryption in my home network, or to change the password to something much more simple. I could do that, but that's the last ditch. I am not security obsessive compulsive, but the amount of private users networks around me are so many, and all of them are encrypted. There must be a reason for that
    Thanks in advance,
    Charly

    Nearly three months with no response? I'm facing the very same issue. The fundamental problem is the inability to enter funky characters (backtick/grave accent, pipe/vertical bar, tilde, etc) in the Wifi password box.
    Two possible solutions I can offer:
    1) Enter the password in the Mail app, then copy/paste to the Wifi password box.
    a. Go to the Mail application
    b. Select the To or CC field
    c. Press "123" access the non-alpha keys, then "#+=" to get access to grave accent (`), pipe (|), curly braces ({}), and tilde (~).
    d. It's easiest to do the actual composition in the body of the email, so copy your funky characters from the To:/CC: field regularly.
    d. When you're done, select all the characters, copy, and paste into the Wifi password box.
    2) Email yourself the password and temporarily use a simple password on your network to retrieve said email from the Touch. Copy and paste the password into the Wifi password box.

  • File links / drag and drop no longer work with MS Office 2008

    not sure what happened, but my installed and up to date version of MS Office suddenly refuses to accept file open events. Cannot double click on files anymore, nor can I drop files into the MS icons in the dock. The only way to open files is now using the "open" command from inside the application.
    This error seems to be global on my system, across multiple user personalities, and doesn't go away with a restart.
    Anyone have an idea what could be the problem?
    Thanks,
    Michael

    Do a "get info" on one of these files.
    About the middle of the info box is a pull down menu labeled "open with".
    Pick your office app and then check the box labeled " change all".
    Now double click on the type of file that pertains to the app you choose.
    If this does work, do the same for one file each of the office apps.

  • Drag and Drop to photo page creates links, doesn't replace placeholders

    I searched the discussions for quite a while and didn't find much similar to this topic. Basically, drag and drop is no longer working on my iWeb and my photo grids will not accept pictures to replace the placeholder (sample) photos. I will try to explain the whole problem in detail.
    I am a new iWeb user, and I set up a page without any problems at first. Yet when I returned in iWeb to add another photo page today, I have had a lot of trouble. I used the template Photo Page and opened the Inspector and the Media Viewer to drag photos onto the placeholder photos, as the Help pages and tutorials show. Yet when I drag the picture file from the Media Viewer into the photo grid, only a small text box appears that sets up a hyperlink to the photo file on my computer. I've tried messing with the inspector, seeing what the difference is between the placeholder photos' settings and the files I'm trying to add.
    The only differences I can see are: in the Link Inspector's pane I can tell the program is at first making a hyperlink to the file instead of displaying the photo (yet disabling the hyperlink doesn't change anything); also,
    In the Graphic Inspector pane that appears when I have selected a general area in the photo grid, at the top the "Style" , "Layout" and "Caption" options appear, along with a display of a sample photo style. When I click on one of the rectangles that appears with the file I am trying to drag and drop, I have only the "fill" option, which has "none" selected. Fiddling with the options does not get the photo to appear.
    I can see the blue grid surrounding the placeholder photos, so the photo grid exists. I have also tried using different templates' photo pages, but they all have the same problem. I also tried creating an album in iPhoto and importing it to iWeb, but only two photos appeared out of 12.
    So the main part of my problem is not that photos don't appear at all (if I try and insert them they appear on their own, completely independant of the template's style and the photo grid)., it is that they do not work with the photo grid and that drag-and-drop no longer works.
    Any information that could help is greatly appreciated.
    Sue

    Susan,
    Try out the following things. These suggestions are
    sort of the starting point for non-specific strange
    behavior in iWeb.
    1. Delete iWeb preference file at:
    YourHardDrive/Users/yourname/Users/Library/Preferences
    /"com.apple.iWeb.plist"
    2. Delete iLife Media Browser preference file at:
    YourHardDrive/Library/Preferences/"com.apple.iLifeMedi
    aBrowser.plist"
    3. Repair startup disk permissions using Disk
    Utility
    4. Reboot machine
    5. Delete iWeb application (but keep a backup of the
    Domain file!) and reinstall iWeb 1.0 from original
    iLife'06 DVD or Recovery Disks and then update
    directly to 1.1.1 via Software Update.
    These are the top 5 things that seem to garner some
    kind of positive results from people having similar
    problems.
    I am having the same problem Susan described. I've tried #1 and #2 from the above recommendations and still have the same problem of photos not opening in the photo page after dragging them from iphoto. I, too, published a site (not on .Mac, but I don't know if that matters) and now want to add a photo page. Also, the template shows six placeholders, but when I select the photo page only three appear.
    Hope you can help. Thank you.

Maybe you are looking for

  • How can I transfer a photo album from my iPad 3 to my iPad Air without using iTunes

    I want to transfer a photo album from my iPad 3 to my iPad Air.  Can I do that with the Cloud?

  • How to make a backup of last week's iPhoto library from Time Machine

    I'm sure this should be obvious to me, but rather than struggle for another hour I thought I would engage the brain trust here. I'm using iPhoto 11 ver 9.4.2 and Mountain Lion 10.8.2 with MBP and Time Capsule. Last week I added a zillion photos to my

  • System message (like SM02) in AS Java

    Hi, I want to know if there is a chance to display a system administrator message to all WebDynpro and portal users currently logged on and logging on next. A similar functionality is available in transaction SM02 in a R/3 system. Thanks in advance K

  • Problem in using Font class

    In this code i try to make font preview on the word "Test" by selecting font name , style and size but when i select font name and style the word " Test" disappear why ?? please say to me the correct way to do this . my code : import java.awt.BorderL

  • Posting COPA fields through IDOC

    Hi I am using IDOC FIDCCP02 (Basic Type) to post FI Documents to SAP from external legacy system. We need to add couple of COPA fields to this INBOUND interface(related to profitability analysis). Can I extend the IDOC FIDCCP02 to include COPA fields