Toplink Expression - edit button not showing all possible field names

Hi,
i use Jdev 11g (11.1.1.0.1) with TopLink. I created a Toplink mapping and everything works well. I now want to create another named query with a selection criteria, but the Edit-Button in the Expression Builder for the selection criteria isn't working well. If i click the button nothing happens, but JDev freezes for about 15 sec. Anyone else with this problem ?
Thanks,
Friedrich

You should put all your menus in the root menu.
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id ="root-menu" label="Exit">
<item label="Reboot">
<action name="Execute">
<execute> sudo /sbin/shutdown -r now </execute>
</action>
</item>
<menu id="apps-accessories-menu" label="Accessories"/>
<menu id="apps-editors-menu" label="Editors">
<item label="Scite">
<action name="Execute">
<command> scite </command>
<startupnotify>
<enabled> yes </enabled>
</startupnotify>
</action>
</item>
</menu>
</menu>
</openbox_menu>

Similar Messages

  • Why isn't the edit button not showing in my ESX24 sampler?

    why isn't the edit button not showing in my ESX24 sampler?

    Is that during installation when you see the two icons.. the one on the left looking like a Garageband guitar icon, the one on the right like the Logic Pro platimum record icon?
    Yes.. that one.. with the choice to click on which option you want/are coming from...
    p.s. I'll probably aquire a Mac Mini this fall then upgrade.... I mean repurchase!
    I think I managed to grab one of the last of the 2011 refurb'ed MMS's.... at that super low price Apple were selling them for... before they bumped it up and now, they seem to have none left at all at any price
    However, just in case, I have found this site really useful at keeping track of Apple's refurb stock... and pricing
    http://www.refurb.me/us/

  • Why does my edit button not show in Address Book?

    I have installed Lion on my laptop; however, I am not able to edit any Address Book entries. After doing some research, I have learned that I am missing the "Edit Button" that is supposed to appear on a contact that will enable editing.  My Edit button does not appear - I have only "Add Contact" and "Share" buttons.  Why does my edit button not appear?
    I have not noticed any other issues with Lion.
    Thanks!

    Try this:
    Select "Go" from the finder whilst holding down the Alt key and "Library will drop down in the list.
    Library/preferences/ and delete this :  com.apple.AddressBook.plist
    re-start your comp and it should work.
    This . plist will re-create itself when re resart all nice and clean and fresh.
    Should work, it does for most things.
    Good Luck

  • ABAP query output not showing all output fields

    I added a new field group in an existing query and marked them to display in the output list. When I test the output from SQ01 -> InfoSer Query, the output is what I expect. However, if I execute the query itself, it does not show the additional fields I just created.
    I notice that in the Basic List layout design, the new fields are on a new line and not appended to the same line as the output fields before I did the modifications. I already tried to manipulate the output length and positions, but it didn't help. I turned on the ruler to drag the fields in the desired positions, sometimes it works but not for all the fields. Can someone help me please?

    I figured it out already. The maximum width for the report output is 255 only. Switching from graphical query painter, I got the error that some fields were overlapping. Then I recalculated the starting positions of the fields and adjusted their lengths. 

  • Table Maintainace generator not showing all the fields in table

    Hello,
    I generate table maintainace genrator for Z-Table and also create Tranaction code for that.
    I have 27 fields in my Z-table but when I run tranaction code for table maintanance generator it shows only 8 fields.
    I want to show all 27 fields in my tranaction code of table maintainace generator.
    How I can Achieve this?
    Please Suggest.
    Thanks,
    Amit

    Hello Ram,
    Thanks for your answer.
    I increases lenght of screen and table control and activate function group.
    But still in program PBO of screen it showing 8 fields as follows:
    CHAIN.
        FIELD ZPROJ_FIN_STATS-PSPID .
        FIELD ZPROJ_FIN_STATS-GJAHR .
        FIELD ZPROJ_FIN_STATS-MONAT .
        FIELD ZPROJ_FIN_STATS-POSID .
        FIELD ZPROJ_FIN_STATS-IS_REL .
        FIELD ZPROJ_FIN_STATS-IS_TECO .
        FIELD ZPROJ_FIN_STATS-IS_CLSD .
        FIELD ZPROJ_FIN_STATS-LEG_STATUS .
        MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.
       ENDCHAIN.
    but Iwant total 27 field to show.
    How I can achieve this?
    Thanks,
    Amit

  • PSA Edit Dialog - Not showing all the columns

    Hi All,
    I need to edit the transaction data for 2LIS_13_VDITM in PSA. when I go to display the PSA data it shows few selected fields in the initial display not all coming in the data source.
    In Order to get that field in Data Display,  I change the display variant and bring the field in the data display .
    Now, When I try to edit that record the the Edit Dialog Pop Up  does not show me all the columns which are there in the Data Display. I checked in the display Selection Tab, the field list over there also does not contain this field.
    However, I am able to edit data for all other Data Sources.
    Has someone ever faced this kind of strange thing.  We were on support pack 18 and migrated to BW 3.1 support pack 20. I was able to edit data in PSA for this data source earlier. Can it be a support Pack Problem ?
    Requesting for your valuable suggestions on this!!!
    Regards
    Deepak

    Hi All,
    The below problem occured due to Support Pack upgrade.
    If you are upgrading Basis Support pack from 47 to 48, you might face this kind of problem.
    OSS Note Number : 821558 proved to be quite handy.
    Regards
    Deepak

  • ESS US ADDRESS IVIEW NOT SHOWING ALL OVERVIEW FIELDS

    NW2004s , EP 7 , MYSAPERP 5.0, ECC 6.0
    ESS ADDRESS IVIEW - ( UNDER PERSONNEL INFORMATION ) -
    The IView is not showing up few key fields in the Overview Part
    for instance - Name, C/O , State , Zip code fields are missing from the overview part, but when i go to Edit part these field show up ( having data in them ).
    The personalization option shows NO UI Element listed ( in the Overview - Transparent container ) in both Displayed and Hidden Column ( Yet few fields are showing up  - Street Address , Telephone without area code )
    I deleted all the personalizations from the iview and the corressponding page ( By reseting it - as advised by a fellow SDN'er ) , but it didn't fixed the issue.
    Backend is correctly configured and webdynpro code has the fields listed as well.
    There isn't any SAP Note on this, as well.

    what SP level ar eyou on. If you are not on EHP2 or EHP3 ( that is ESS 1.3), the fields on the overview overview are hard coded ( UI elements generated on runtime not during design time) and hence you will not be able to use personalization. You will have to add fields in wdDoModify method of the overview screen.
    I remember replying with a code of how to do this. Probably you may find it with a search on ESS forum

  • Crystal Reports Cross-Tab Report not showing all available fields

    I am running CR2008 against MS SQL Express.  I have several tables with fields and data in them and can create standard reports to show all the data in all the fields.  However, when I try to create a cross-tab report, only some of the fields appear for me to choose from.
    I created a standard report with all the fields I needed in my cross-tab report and ran a preview.  Everything was there.  I then added a cross-tab object, selected the tables only to find that fields that are in the main report are not showing up for selection in the cross-tab.

    UPDATE:  I exported the entire database from MS SQLExpress to MS Access and I am having the same issues, so it does not appear to be a problem with the database engine and, since the standard tabular reports show the fields, I am at a loss as to why they don't show up in the cross-tab or the Parameter fields.
    I am creating the cross-tab through the Cross-Tab wizard.  Is there maybe a bug in that?  Is there a way to create it otherwise?

  • Text Entry Box not showing all text

    I am creating a simple exercise where I would like the user to copy text from the course, paste it into word, and report back what the word count is.  I thought perhaps the Text Entry Box would be the best way to go, since if you click on the existing (default) text, you can copy it.  However after I place the paragraph of text in the box, and resize in the editor so that all the text shows, it does not show all the text when playing back, either previewd or published.  It only shows the last few words of the last line at the top of the box.
    Is there something I am missing?  Or, is there an easier/better way to do what I need?
    Thanks

    Hi all
    If this is Captivate 4, there may not be any need for a widget to do this. I'm guessing you haven't tried enabling the Scroll Bar for the Text Entry Box (TEB)?
    When I just plop a TEB on a slide, I get this in edit view:
    During playback it looks like this:
    But if I edit the TEB properties and enable the Show Scrollbar option:
    I get this in the output:
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • List view not showing all podcasts

    Guys, I have the annoying problem that podcast management by itunes and the podcast app are F'ed up.
    Not too lobg ago I experienced my ipad greying out most podcasts that were downloaded and on my ipad, for no reason at all. it took me 2 days fiddling with settings and ended up having to set every sync to "on" and set donwloading to "all" and "keep all podcasts"
    Now I'm experiencing the problem that the "list" view in podcast app, is not showing all podcasts, but the "thumbnail" view is (as far as I can tell...). Why is this and how can I fix it to make sure both views show everything?
    I'm running iOS 7.0.6 and iTunes 11.1.5

    Hey there sporry,
    It sounds like your Podcasts app is not showing your library correctly in the List view but Thumbnail looks ok. I recommend the troubleshooting in the article named:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Restart the app
    Close the app and open it again.
    Restart your device
    Turn the device off and on.
    Update your device software and your apps
    Update your device to the latest version of iOS.
    Update your apps:
    Open the App Store and tap Updates.
    If updates are available, tap Update All.
    If asked, enter your Apple ID password. The updates will download and install.
    You might need a Wi-Fi connection to update some apps.
    Install another app from the App Store
    If your installed app won't open, download and install a free app that isn't on your iOS device. This should reset your Apple ID authorization.
    Remember to use the same Apple ID that you used to download the app that you're having issues with.
    Reinstall the app
    Remove the app from your device and reinstall it. Remember that deleting an app also deletes its data.
    Delete the app.
    Press the Home button.
    Go to the App Store and download the app again.
    Wait for the app to download, then open it from the Home screen.
    If the download stops, you can resume it.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • IPod touch not showing all music

    My ipod touch is not showing all of my music in 'songs', which I assumed showed all music on the device. I have about 7 Third Eye Blind songs on here and I can find all of them using the 'search ipod' tool, but only 2 of the songs show up in the music app. This is an example. I have about 1000 mp3's on the device but only about 300 or 400 of them seem to be visible unless i do an OS search for the individual file.
    Also, the device is not showing file names correctly. I assume it looks at 'tags' or something for the info. well, this is really annoying. It should show the file name because sometimes i rename files to find them easier.

    I think I at least know now why music isn't showing up. It looks like the songs not showing have id3 v1 tags in the file. I'm using mp3tag to batch convert all songs to id3 v2.3.
    Nice to know i've gone all this time without hearing a large percentage of my music.
    I say either develop better software for detecting ALL mp3 music or get rid of this stupid 'tag' thing altogether. I highly doubt the latter is possible, so..

  • Photoshop CS4 Is Not Showing all Formats/Extensions when saving. [was: Please Help]

    My Adobe Photoshop Cs4 Is Not Showing all Formats/Extensions.
    when i edit a picture and wants to save in .png or .bmp or in any other format ...
    there is no .png In the Save As List, There are only Some Extenstions in that list like Jpeg-Psd-Tif etc...
    I Made The Picture in RGB mode..
    And I have Png.8bi Present In my AdobePhotoshop/Plugins/File Formats
    But It Is Still Not Showing Can you guys help

    Thanks For The Reply ... Let Me Answer your questions
    Os = Windows ( windows xp )
    Bits = 8 bits / Channel
    I didn't Understand your this question
    => If On Windows is it the same in both the 32 and 64 bit versions of Photoshop cs4?
    System Info :-
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 1
    Processor speed: 1394 MHz
    Video Card: Intel(R) 82845G Graphics Controller
    Video Mode: 1152 x 864 x 4294967296 colors
    Video Card Driver: ialmrnt5.dll
    Driver Version: 6.13.01.3264
    Built-in memory: 2046 MB
    Free memory: 1497 MB
    Memory available to Photoshop: 1586 MB
    Memory used by Photoshop: 70 %
    Image cache levels: 4
    Serial number: 92628791954238016438
    Application folder: D:\CS4\Photoshop CS4\
    Temporary file path: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 39.1G, 32.0G free
    Primary Plug-ins folder: D:\CS4\Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       ATL80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       mfc80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHS.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHT.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80DEU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ENU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ESP.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80FRA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ITA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80JPN.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80KOR.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       VersionCue.dll   Adobe VersionCue   4.0.0.0client1  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Bas Relief 11.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Colored Pencil 11.0
       Conté Crayon 11.0
       Craquelure 11.0
       Crosshatch 11.0
       Cutout 11.0
       Dark Strokes 11.0
       Diffuse Glow 11.0
       Dry Brush 11.0
       Embed Watermark 3.0
       Film Grain 11.0
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       Ink Outlines 11.0
       Lens Blur 11.0
       Lens Correction 11.0
       Liquify 11.0
       Mosaic Tiles 11.0
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Photocopy 11.0
       Plaster 11.0
       Plastic Wrap 11.0
       Poster Edges 11.0
       Read Watermark 3.0
       Reticulation 11.0
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Smudge Stick 11.0
       Spatter 11.0
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Sumi-e 11.0
       SuperPNG 2.0
       Texturizer 11.0
       Torn Edges 11.0
       Underpainting 11.0
       Vanishing Point 11.0
       Variations 11.0 (11.0x001)
       Water Paper 11.0
       Watercolor 11.0
    Plug-ins that failed to load: NONE
    Flash: 0
    Installed TWAIN devices: NONE

  • My contact list does not show all my contacts.

    My contact list does not show all my contacts.  If I keypad a number not shown in the contacts it does know who that contact is.  What can I do to show all contacts?  I have 352 contacts in the phone.

    Do you have different Groups for contacts?  For example, perhaps you have some contacts stored on the device, some associated with a Yahoo account, and others associated with an Exchange account.  If you have multiple groups like this, tap the "Groups" button at the top-left corner in Contacts and see if you're looking at only a subset of your contacts.  There is an option to view "All Contacts", which summarizes them all for you.

  • "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input moniter".

    "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input monitor".

    Look at all the posts in the forum from users with similar problems, it happened with the last Logic update.

  • APS metrics page not showing all CPU's

    I have installed BO 4.0 SP02 patch 11. I have seperated the CR
    Scheduling service as a seperate job server form AJS.
    My CR jobs are running fine however, I have 8 CPU on that machine but
    in matrics page of Job server, it is showing
    only 4 CPU. Why it is not showing all the 8 CPU?
    does it mean that its limited to work for 4 CPU only.

    Hi Atul,
    Would it be possible that you have in fact 4 CPUs which are all dual cores?
    So it's like you have 8 CPUs but in reality it's only 4 CPUs?
    Regards,
    Philippe

Maybe you are looking for