Context menu & drag/drop mode missing

Hello,
when I place an existing Analyzer query in Excel there is no drag/drop mode available, even if this setting is checked by default. Also I don´t get the context menu on the right mouse button - what am I missing here? Maybe others have experienced the same thing.
I have saved a workbook, where these settings are active and working, so why not with a new query?
I am using Release 2004s SP9, Patch1, Revision 321.
Thank you & Regards,
Jochen

Hello Jochen,
   It should not matter whether you use new or old query in the excel.
1. Please check the workbooks settings icon in the new design toolbar in BEx Analyzer and check the option "Allow Drag and Drop"
( But if this is the problem, you would get context menu )
2. Also check the properties of Gris(Table) item in the new design mode in BEx Analyzer and check the option "Allow Navigation"
( If this is not checked, you would not get context menu )
2. If you are not getting context menu, it might be possible that there is a failure while including the query. Please check the status bar of excel at the bottom.
There could be some failure messages.
Double Click on the status bar of excel. It will pop-up the error messages or
it will say "there are no messages"
Thanks,
Sheik Bilal
Message was edited by:
        Sheik Bilal

Similar Messages

  • Drag & drop feature missing from konsole in kde 4.7

    In kde 4.6 and previous release, konsole support drag & drop the selected string in konsole and do copy paste.
    Since upgrade to kde 4.7, this feature gone. Any one know how to enable it or it's a bug?

    Thanks for the tips. But I still don't like that way.
    I will keep my archlinux froze at kde 4.6 tile I have time to change my habit.

  • Eclipse IDE: missing context menu "JPA"

    I want to try out the Generate Custom JPA Entities* feature but the context menu option JPA is missing. I have only JPA Tools (Hibernate tool plugin). I have already installed Oracle Enterprise Pack for Eclipse. I am using the latest Eclipse Java EE IDE (20120216-1857).
    I navigated to the project properties dialog, and examined "JPA" settings
    Platform: Hibernate (JPA 2.X)
    JPA Implementation: Hibernate
    Connection: MyOwnConnection
    Annotated Classes must be listed in persistence.xml is checked.
    Source Folder: src

    What perspective are you using? The alternative to context menu is to access via New > Other...
    - New > Other | JPA | JPA Entities from Tables

  • Full screen in strobe player context menu

      hi,
         i want to add some extra features into strobe media player context menu like scale mode and full screen..
    var customContextMenu:ContextMenu;
                customContextMenu = new ContextMenu();
                 var videoFullMode:ContextMenuItem = new ContextMenuItem("FullScreen");
                customContextMenu.hideBuiltInItems();
                customContextMenu.customItems = [videoFullMode];
                videoScaleMode.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, onItemSelectmode);
                target.contextMenu = customContextMenu;
    i got fullscreen item in my context menu.. but i dont know how add code for it.. hw can i call fullscreen function from videoinfooverlay.as
    thank u

    sorry for not mention properly.
    I have installed real player.. and it is showing in ther browser swf file context menu [Download This Video To RealPlayer"]
    if any flv file, it is asking download video as popup. i would like to remove both.
    suggest me..
    Thanks,
    raja

  • Why does the drag and drop context menu always popup when dragging files between windows explorer instances ?

    I have fusion 7.1.1 on an iMac 27 inch retina. 32GB ram of which 6GB assigned to Fusion and 2 cores. Windows 7 Home Premium installed. Mostly working fine but a few funnies. First and foremost: Whenever I drag and drop between instances of windows explorer, I get the little pop-up context menu offering me Copy Here / Move Here etc.  etc. I have never known Windows to ask me what I want to do when I drag stuff - why is this happening ? I have scoured the net for info on this and found nothing. Please note that this is NOT associated with the Start Menu (For which I found a zillion solutions to whatever that problem is). Also, It is NOT to do with stopping drag & drop and Context menus: yes, I know how to do that but that is NOT what I'm asking to get rid of. This may not be related but I have also had to set my Internet Properties / Explorer settings / Launching-applications-and-unsafe-files to "Enable" to prevent every shortcut I create causing a "Do you want to run this ... ?" message every time I click on them. Doing this has caused WIndows 7 to turn into a finger-wagging safety-nanny glaring at me over its demi-lune spectacles.

    Ok ... fixed
    Here is the way http://forums.creativecow.net/thread/3/944828
    In your sequence, on the left most column you should see a V1 (left of the Lock Track button). Click that to make sure its highlighted, it allows you to drop video to the sequence.

  • Dynamic Bea Portal: Drag&Drop, Ajax,  Context Menu, etc...

    Hi all,
    Here's a buzzy discussion for all enterprise portal geeks:
    I am currently implementing a portal on WLP.
    On the other hand, I'm also building a proprietary framework to host several applications for a large institution.
    For the latter, we are using Ajax and solid Javascript development to create a desktop-like visual environment (with reusable components, drag and drop between applications, context menus, dynamic windows, reusable views: list, detail, etc).
    Given the functional contrast (between the portal and the rich application), I am becoming terribly frustrated by the inflexibility of the portal/portlet paradigm, and the innability to incorporate most of these concepts without hacking the specification... it's evident to me that the jsr168, as implemented now, has sacrificed too much in favor of too little (WSRP and portability) and carries with limitations imposed by arguably "obsolete" problems such as client statelessness or the innability to refresh the browser on a per portlet basis.
    One might argue that the latter comes from a commitment to the "no javascript" development philosophy. But, doesn't Weblogic console, Portal admin and even the sample portal use javascript for non-trivial tasks??
    OK, so we can use javascript... :-)
    mmh, in that case, here are some obvious enhancements that come to my mind which still could be applied without violating the specification:
    - Drag and drop of portlets within a page
    - Lifecycle and State management occuring asynchronously over the wire, for each portlet independently
    - Dynamic invocation of a given portlet with a javascript Api (on demand)
    - Context menu (or similar) used to invoke a relevant portlet (by allowing registration, just like in a shell)
    I am being <b>very</b> conservative here... and yet these features alone would create a dramatically more dynamic user experience without pushing the spec. Plus, we would be able to create lighter portal applications (smaller activation tree and the whole page reload overhead).
    Of course portlet state and inter-portlet communication should (or could) then be passed to the visual interface. But, hey, isn't that where it should be? If you think about it, no portlet should allow potentially insecure operations to occurr unchecked, and for this matter, the consumer server environment is as dangerous as the user client environment (if you hold true to the producer-consumer-user paradigm).
    Now, talking about interoperable portlets... how standarized is inter portlet communication anyway?
    And what about mobile and js-disabled souls!!? well, I believe fallback is the word for them.
    Anyway, all this issues should be resolved by the portal container, that's what we are paying for ;)!
    how?... easy: clever, solid javascript and a smart fallback strategy.
    If you feel I'm talking on air here, here's some pretty solid air:
    http://projects.backbase.com/RUI/portal.html
    http://www.google.com/ig
    I am currently experimenting on this issues, but I'm already having conceptual problems with the personalization service and others... (of course, it's all thought for something else).
    Any ideas more than welcome.
    BEA, what do you have in mind?
    Regards,
    Aldo

    Hello Armin,
    Do we have this feature available in Java Webdynpro now?
    Best Regards,
    Roby..

  • Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar

    Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar.
    i already tired complete uninstall and reinstall, but the options are still missing.
    print scr: http://www.freeimagehosting.net/9znkp
    Thank You in advance for help. Best regards

    Hello,
    ''jstavene wrote:''
    can find nothing under the tools menu for private browsing?
    Then it's not the same issue.
    If Firefox is set to '''Never remember history''', then you're in “permanent private browsing” mode, in which case the menu item ''Stop Private Browsing'' will be grayed out. Perhaps that's the case, and you don't find the menu item easy to see?
    * [[Settings for privacy, browsing history and do-not-track]]
    If that's not the case, then menu items can be hidden using the userChrome.css file. Check if it exists, and if it's there, rename it, then restart Firefox.
    * http://kb.mozillazine.org/UserChrome.css
    In Firefox Nightly (what will become Firefox 20), per-window private browsing has been added, so the menu item under the Tools menu is gone. It's been replaced by New Private Window under the File menu. I don't suppose it's very likely that you're using such a cutting-edge test version of Firefox though.
    If that doesn't solve the problem, since it's a different issue, it would be best if you would ask a new question.
    * https://support.mozilla.org/questions/new

  • Missing " Create Sample Java Client" from the context menu when debugging

    Jdev 11.1.1.3 on Windows 7 x64
    I have created an EJB - Session Bean from the ADF components and have put some logic into it with one public method.
    I have exposed the method in the local interface.
    I start the integrated server in the debug mode
    When I right-click there is no option to do the sample client.
    Am I missing a plug-in - like JUnit or something?
    From the manual:
    The integrated Oracle WebLogic Server runs within JDeveloper. You can run and test EJBs quickly and easily using this server, and then deploy your EJBs with no changes to them. You do not need to create a deployment profile to use this server, nor do you have to initialize it.
    To run a sample client on the integrated Oracle WebLogic Server: In the Application Navigator, right-click on an EJB and choose Run.
    Notice in the Message pane that Oracle WebLogic Server has been launched. Right-click on an EJB and choose Create Sample Java Client from the context menu. The default choice is to create a client for the integrated Oracle WebLogic Server, so click OK.
    The client is created and opens in the code editor. If your session bean serves as a facade over JPA entities, code is generated to instantiate the query methods. If you exposed methods on your bean, the generated client contains methods that can be uncommented to call them.
    After your EJB has been successfully started from the Application Navigator, right-click on the sample client and choose Run.

    Shay,
    Pretty much what I did exactly - except - since my apps are all using the local interface - I did not create the remote.
    This may be an old habit - but generally it is not a good practice to do both - though this may have changed lately.
    I have this app working and the EJBs are executing fine.
    I used a testview and drug the method onto it - and was able to debug it that way - but still no create java client in the menu.
    Is there any other place to find this other than the context menu? Then I can check to see if it is available.
    I am using WLS 10.3 that ships with Jdev 11.1.1.3 (forgot that little bit) without any changes.

  • Playlists missing but still in context menu

    Macbook Pro 13" 2013 running Mavericks and latest versions of both Mavericks and iTunes.
    This is a bit of a weird issue. At some point in the last few weeks iTunes decided to update itself from 7.0 despite the fact that I said NO every time the opportunity popped up. Then lo and behold, I open it one day and it's a newer version - fricking gremlins.
    Anyway, after this update my library and playlists had disappeared. I figured I would just open a previous library, but for some reason the newest previous library was several months old and didn't have some playlists.
    While it's not a major issue to remake those missing playlists, what's irritating me is that they're in the context menu when I right click. I can even add music to them. But I can't see the playlist. And when I add a song to one of these missing playlists, the "Show in Playlist" menu item doesn't list these missing playlists. The major problem is an overlap in names - an old playlist and a new replacement playlist with the same name and I'm accidentally adding to the old, not new.
    Anyone have ANY idea what the heck is going on here?
    As an addition, I have the old playlists on my phone (iPhone 4) still. I haven't synced the phone since this problem came up because it wants to erase everything on my phone.
    Any help would be greatly appreciated, thanks!
    brad

    You aren't the only one. I did NOT upgrade to the latest Itunes version recently but upon entering Itunes today my playlists were all gone (and I spend a lot of time organizing playlists). Found a previous .itl (Itunes library file) and was able to save a lot of playlists but the .itl file was 6 months old so all updates made to playlists since then are gone. I may have lost more and am still determining loss but I really hate it when work is lost - I've been an Itunes user since it first came out and this is a regular experience.
    Suggested update for Apple would be to create more historical .itl files (could be daily with user choices as to how many and naming conventions). .itl files can be big so there would have to be file reuse or some means to not overwhelm the user's computer with unused files.

  • My right click is not working. the context menu does not come up and i can no longer drag files/folders. I have checked the mouse and track pad in system preferences and the correct boxes are all checked (with a support member). Please can you help

    My right click is not working and producing the context menu or ability to drag files and folders. I just spoke with a phone support person and we checked that all the mouse/trackpad options for right click were correct and checked.
    Please can you help with this.
    It has only just happened in the last few days.
    Many thanks

    You might want to update your profile so that we can see what model iMac you have and what version of OSX you're running.
    For this question, it might help to know if you're dealing with a trackpad, Magic Mouse, or something else?
    (Until your issue's resolved, you can Control-Left Click to get the right click functionality).

  • In Firefox 4, how do I get back the context menu for the drop down list of the Location Bar so I can Open Link in New Tab, which I did often in FF 3?

    Firefox 3 has a context menu for the drop down list of
    the Location Bar. One option on this menu I used often
    is "Open Link in New Tab" -- quite convenient.
    This context menu has disappeared in Firefox 4.
    Can I get it back?

    See also:
    *Tools > Options > Privacy > History: "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    The "Use custom settings for history" setting allows to see the current history and cookie settings, but selecting that setting doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" setting as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />

  • Right-Click Context Menu's Acrobat X Pro Missing

    Hello.  I have a user of Acrobat X Pro on Windows XP 32-bit system.  When they right-click, the context menu's are not there.  These menu's exist in my other 2 users Acrobat 9 right-click menu's.  Please help me to resolve getting the menu items to show up.  I have tried running regsvr to reload the ContextMenu.dll file and it succeeded but still nothing when right clicking.

    Via Hit and Miss, I discovered that the "blanks" in my right click context menu are actually the command buttons, just missing the text.  I tried everything, including the contextmenu.dll approaches but nothing worked.  I then highlighted a few PDF's, hit the blank bar in the context menu, and voila - Acrobat opened and put me into the "combine files" window.    Even right-clicking on a single JPG and then hitting the blank bar opens up the "add files into a PDF" window.
    Not a perfect fix but at least it gives me what I want!!
    nd M

  • Acrobat X Pro - Windows 7 - Missing context menu

    Hi, so I just installed Adobe Acrobat X Pro on a Windows 7 computer and noticed how the context menu "right click" for "Combine PDF files" are missing. Open with Adobe Acrobat X however is there, but when selecting two or more PDF files, this option isn't there anymore. It was before installing Acrobat X from Acrobat 9.3.
    I tried regsvr32 for ContextMenu.dll as well as the ContextMenu64.dll, since this is a 64bit Windows 7 computer. I also tried removing the entry from registry. When I ran the regsvr32 again, the registry entry came back. So the registering of the dll seems to be working.
    The only thing I haven't tried yet is to restart the computer. Would that be necessary? Or is this option removed from Acrobat X?

    do the following to see if you get them back
    register the Contextmenu64.dll (if on a 64bit system)
    located in C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements
    Open a command prompt as an administrator
    type:
    cd C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements
    hit return
    type:
    regsvr32 Contextmenu64.dll
    hit return
    check if these context menu's have returned for supported files.
    I had the same issue and this worked for me.

  • Adobe Acrobat XI Pro Context Menu is missing Windows 8

    Hi there,
    I've just installed acrobat XI and I found that the context menu (convert to pdf, combine files...) is missing. Does anyone know how to put it back?
    Cheers!

    Did you try this KB document already?
    Acrobat X context menu missing | 64-bit Windows 7

  • Combine supported files context menu missing

    After upgrading a Citrix server environment from 32 to 64 bit users have noticed that the "combine supported files" option is missing from the context menu. Both servers use the same version of Acrobat
    I tried this command from an administrator login at the console.
    regsvr32 "C:\Program Files (x86)\Adobe\Acrobat 8.0\Acrobat Elements\ContextMenu64.dll"
    Still no luck. Anyone have any suggestions?

    Good day,
    Take a look at the solution below:
    Add the following key to the Windows registry that Citrix is running on top of:
    Disclaimer: The Windows registry contains  critical information about your system and applications. Before  modifying the registry, always make a backup copy of it. Adobe doesn't  provide support for problems that arise from improperly modifying the  registry. For information about the Windows registry, see the  documentation in Windows or contact Microsoft Technical Support or your  computer's manufacturer.
    [HKEY_CLASSES_ROOT\CLSID\{D25B2CAB-8A9A-4517-A9B2-CB5F68A5A802}\InprocServer32]@="C:\\Program  Files (x86)\\Adobe\\Acrobat 8.0\\Acrobat\\..\\Acrobat  Elements\\ContextMenu64.dll""ThreadingModel"="Apartment"
    Please understand, this solution is NOT supported by Adobe, but may work for you.
    Regards,
    David
    Acrobat Community Manager
    Adobe Systems

Maybe you are looking for

  • Who Has An NVidia 7800 GT in their Quad G5?

    I just upgraded to an NVidia 7800 GT video card in my G5 quad 2.5 GHz. The video card has a power cable with a 6-prong connector (3 over 3). I can't see where this cable connects to the computer, nor do I see any 3 over 3 prong connectors anywhere in

  • Advice on Palm Model

    I am a very, very light cell phone user (Verizon) and have no ongoing need for internet access on my phone, altho I do need it occaisionally (like maybe 2x per year), so would like the option when needed.  However, I adore the convenience of having e

  • Lost aperture disk and Macbook Pro HDD

    My MBP crashed, lost my HDD. I cannot seem to find my original install disc of aperture (bought it full retail before discounts), so dont have the license number. Just bought a new mac mini 2012, hoping to reuse aperture without having to repurchase

  • An unknown error occured while printing (from Firefox)

    When I try to print from web page I get a dialogue box "An unknown error occurred while printing". The printer works on websites when I use Internet Explorer. Also, if I copy the web page and paste it into a WordPerfect document, I can print a copy.

  • Can I have 2 browsers open at the same time

    I heard from my friend that I cannot have 2 browsers open at the same time. He said that it will damage the computer. I have an iMac with the intel chip. I do somethings online that I need 2 browsers open for long periods of time. Is this okay?