JComboBox only show 10 items data when using DataBinding

JComboBox only show 10 items data when binding to one table more then 10 lines. List Binding Mode is "Navigation Mode".
JComboBox's property "maximaxRowCount" is seted to 30, but still display 10 items.
some code:
private JComboBox jComboBox2 = new JComboBox();
jComboBox2.setModel((ComboBoxModel)panelBinding.bindUIControl("ChartView2", jComboBox2));
ps. Table "Chart" has 35 lines.
JDeveloper 10g(Version 10.1.2.0.0 Build 1811)

I am encountering the same problem. I tested the binding VO in the Business Component Browser, it's fetching the correct result set.
Any suggestion would be greatly appreciated!
Stephanie

Similar Messages

  • How to show all data when using more than one parameter?

    Hi All,
    I used a query like this to show the data in a report:
    select col1, col2 // col1 and col2 are columns of tabale tab1
    from tab1
    where
    tab1.col1 =
    (case when :P_COL1 IS NOT NULL then // :P_COL1 IS A USER PARAMETER TO EQUAL COL1
    :P_COL1 ELSE tab1.col1
    end)
    AND TAB1.COL3 =
    (case when :P_COL3 IS NOT NULL then // :P_COL3 IS A USER PARAMETER TO EQUAL COL3
    :P_COL3 ELSE tab1.col3
    end)
    The problem is when I run the report with paramters values or not, It shows the data which is not null for both col1 and col3.
    That is when the value of col1 or col3 is null the report would not return that record!
    I want the report to show all data not only values which is not null!
    How to do this?

    Rainer,
    That where clause will fail when col1 in the table is null and the parameter has the dummy value. Consider the following:
    variable p_col1 varchar2
    exec :p_col1 := 'yourdummyvalue';
    select
    from
         select 'yourdummyvalue' col1 from dual
         union all
         select 'other' from dual
         union all
         select null from dual
         union all
         select 'X' from dual
    ) tab1
    where nvl(tab1.col1,'yourdummyvalue') = nvl(nvl(:p_col1,tab1.col1),'yourdummyvalue')In this case, the query returns the row with null and the row with 'yourdummyvalue', where only the row with 'yourdummyvalue' should be returned.
    You must do something like this:
    where ( :p_col1 is null or ( :p_col1 = tab1.col1 ) )That one is the simplest and does not need a dummy value. Here are some other more complicated examples:
    where nvl( :p_col1, 'yourdummyvalue' ) = decode( :p_col1, null, 'yourdummyvalue', tab1.col1 )or this:
    where nvl( :p_col1, 'yourdummyvalue' ) = nvl2( :p_col1, tab1.col1, 'yourdummyvalue' )In the last 2 cases, it will not matter if the dummy value exists in the data, but they are unnecessarily complex.
    Kurz

  • MD04- show delivery date when using a GR processing time

    Hi all,
    If you have a planned delivery time as well as a GR processing time on the material master- is there a way of showing the actual delivery date (from the PO) and not the total lead time (planned delivery date + GR processing date)?
    Thanks in advance.
    J

    I think that there's a button on the bottom of MD04 labeled "GR" and switches to "AV", that you can use exactly for that, switching between the two types of lead time.
    Regards,
    Mario

  • When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    Hi,
    I would suggest you to uninstall Adobe Reader using the cleaner tool and then re-install the latest version.
    Adobe Cleaner Tool:- Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs.
    Latest version of Adobe Reader:- http://get.adobe.com/reader/
    If you still experience the same issue, please share the following information:-
    - Screenshot of Adobe Reader showing printer options
    - Screenshot of Microsoft Word showing printer options
    - Screenshot of control panel- Control Panel\All Control Panel Items\Devices and Printers
    Regards,
    Nakul 

  • Please help. my address bar has vanished. i have no idea how to retrieve it, so can only access bookmarked sites when using firefox.

    please help. my address bar has vanished. i have no idea how to retrieve it, so can only access bookmarked sites when using firefox.

    Make sure that you do not run Firefox in Full Screen mode with all toolbars hidden.
    * Press F11 to toggle full screen mode (Firefox/File > Full Screen)
    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization

  • AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007)

    AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007) - have reset AppleTV, tried 3 HDMI cables.

    Tried again as you suggested - no luck. Ref sequence below
    A. Pressed menu & down to reset Apple TV
    B after reset & restart pressed menu & up buttons to change resolution. After pressing both buttons for 6 sec, LED starts flashing - released both buttons. TV screen blank. After 20 to 30 sec horizontal lines came on screen remained for 20 sec then screen again went blank. Waited for couple minutes. LED still flashing - pressed Menu button for 2/3 sec  - flashing stopped & LED glows continuously. Screen blank
    C. Reset the unit again by pressing menu & down. When it restarted - while LED was still flashing, got orange color screen with Apple logo in the middle. This screen remained till LED stopped flashing & then screen went blank

  • How can forbid changing data when using BAPI  'BAPI_MATERIAL_SAVEREPLICA'?

    I am using BAPI  'BAPI_MATERIAL_SAVEREPLICA' to creat material master data in batch.
    But this BAPI also can be used for change mode.
    How to forbid the change of MAT data when use this BAPI?
    TKS a lot~~
    I am looking foward to your response~~~

    you have to find out what the user did before your program goes ahead and starts the BAPI.

  • My numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    my numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    Rebooted computer works now ok

  • How can forbid changging data when using BAPI  'BAPI_MATERIAL_SAVEREPLICA'?

    I am using BAPI  'BAPI_MATERIAL_SAVEREPLICA' to creat material master data in batch.
    But this BAPI also can be used for change mode.
    How to forbid the change of MAT data when use this BAPI?
    TKS a lot~~
    I am looking foward to your response~~~
    Edited by: lorryhappy on Dec 22, 2009 11:35 AM

    Hi
    You can achieve it in another way..
    Before Passing Data to BAPI , Check whether the material is existing or not..
    If material is existing (Present in Material Master Tables e.g. MARA ) using
    data: l_matnr like mara-matnr.
    Select single matnr from mara into l_matnr.
    IF sy-subrc EQ 0.
    " Material is existing ==> Do Not Pass to BAPI
    else.
    " Material is NOT existing ==> Pass to BAPI for creation.
    endif.
    Repeat above logic for every material in batch..
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Does verizon selects collect data when using wifi ?

    When signing up for verizon selects is states it collects data when using wireless service but does it collect data when using home wifi which is not verizon?

    I'm not sure why one would want to participate in this program but if one is weary about it I for sure wouldn't use it.

  • My apple tv only shows retreaving data... since i replaced computer hard drive. Do i need to resync and how?

    My apple tv only shows retreaving data... message after I replaced my computer hard drive. I have unplugged tv to try to get to connect. I have home sharing turned on but still no connection.

    If you've changed the computer hard drive AppleTV may see this as a different computer but in theory if Home Sharing is enabled it may not matter.

  • Thunderbird 24.4.0 has removed a feature I used - the ability to only show unread messages when viewing a mailbox. "quick filter" does that, but not persistentl

    How can I set the view to only show unread messages persistently for a mailbox (e.g. junk)?

    I used to be able to set it by folder. Removing the feature does not make the product better. I have no desire, for example, to see all the old spam, but I do want to see my old mail. I don't understand what the developers were thinking when they removed this capability.

  • DataGrid always only showing 1 record when there should be 5

    When I do the "Test Operation" in the Data/Services pane, I can pull back the expected 5 records, however at run time, a grid that pulls data using the exact same operation and same input value, it only shows the first record.  Is there a setting that is preventing the grid from showing all records, or, is there a runtime setting that is limiting the number of records pulled back?

    Are you getting the data from a database or is it internal xml?

  • Display Item cleared when using 'Enter-Query'

    Hi all,
    i am going to develop a multilanguage application with very
    special heading texts using display items for these headings.
    BUT- if I press EnterQuery, they are cleared also.
    How can I restrict cleanup of these display items used as
    headings ?
    I was looking in the properties, but no idea.
    Thanks for help,
    udo

    I'm showing how to do it when switching modes. I'm
    not suggesting this is the best way to do a query.We need to look at this in the context of the original probelm in the thread linked to above. For most cases the when-timer-expired etc is just a huge detour around using the pre-query trigger but it's an interesting approach to the specific problem in the earlier thread. The OP there wanted to be able to type '>5000' into a number field in a non-database block, which we can do in a database block in enter-query mode, and use it as a query parameter in the database block. Perhaps if we enter this into a character field in the non-database block and populate the numeric field in the database block whilst in enter-query mode then we can do searches on ranges of data? Unfortunately it doesn't work - you get an ora-06502 error just like you do when using the pre-query trigger. For the situation in the original thread you would have to use a 'default where'.

  • Email inbox only shows items recieved today.

    I have set up my Blueyonder email account on my E72 & can send & receive emails ok. the problem I have is that the Inbox only shows new email. By that I mean anything I have received (and read) prior to today do not appear. This is a pain when trying to reply to an email received 2 days ago as I cannot see it in the Inbox! The default setting of Hide mail after 2 weeks cannot be altered. Does anyone know why I cannot see older email from the last few days? By having it only show todays emails is no better really than receiving an Instant Message. Surely this can't be right? Is it something to do with the Blueyonder account or the phone's email setting?
    Please help.

    That is very low - only 1.1 MB of free space.  When the device gets too low, the Low Memory Manager starts deleting things like email, text messages, call logs, etc, to make room.
    Check out this KB: 
    http://www.blackberry.com/btsc/search.do?cmd=displ​ayKC&docType=kc&externalId=KB14320&sliceId=SAL_Pub​...
    And FYI - Delete Prior is good to delete items only off of your BB (prior to a certain date).  The items you delete that way will ONLY delete from your BB and will never sync with your client/server email account.
    Message Edited by juwaack68 on 10-24-2008 01:48 PM
    If you find a post here helpful, please consider giving the poster some Kudos

Maybe you are looking for

  • HSDIO conditionally fetch hardware compare sample errors (script trigger to flag whether or not to wait for software trigger)

    I am moderately new to Labview and definitely new to the HSDIO platform, so my apologies if this is either impossible or silly! I am working on a system that consists of multiple PXI-6548 modules that are synchronized using T-CLK and I am using hardw

  • OS 10 in classic mode

    I am running OS 10.4.8 and trying to use it in classic mode (kid games). When it was installed I did not upgrade, but simply loaded a new version of Tiger. I want to buy/download the software I need to run in classic mode for these games. Can anybody

  • Rename with enter doesn't work!

    i got the problem that i since few days don't rename my iTunes Tracks with the Enter Key. I must be go to the Information or make a shortcut with cmd & Enter ! But I know that works usually only with the enter key to rename a song Can somebody please

  • Trigger a workflow ?

    hi, can any one tell me how to trigger a workflow based on my auto-renewal date set up in my contract i.e.if the contract is going to expire then the wf has to be triggered before 10days. ganesh

  • Terminating threads cleanly after a period of time

    Hey, Im working on an assignment "Consider the CarPark control problem from the lecture notes?(available online). You are required to extend this example to model a car park having 400 spaces and 3 entrances and 3 exits. This means 3 threads must be