How could I disable writing on a combo box ??

hi guys
please refer to the above subject ,,

This message is very confusing. Could you please explain what you are trying to do with your "List-Item" and what you mean when you say you want to "+disable writing on a combo box+"? Looking at the responses so far to your original question - none of us truly understand what you are attempting so we are giving you the wrong answer to your question.
Craig...

Similar Messages

  • InfoView - How to Restrict values of Month Dimension Combo Box

    Post Author: alexrox
    CA Forum: Publishing
    Product: Business Objects Enterprise XI R2
    Version: XI R2
    Patches Applied:
    Operating System(s): Linux RHEL 4 x86
    Database(s): Oracle 10gR2
    Error Messages:Steps to Reproduce:
    Hello, we are using Business Objects Enterprise XI R2 in the company I work, and we are facing a problem in some web intelligence reports.Our BO version is in Spanish, so maybe I do not translate some BO terms properly into English.
    We have the "Time" class in the Universe we use, and in that class, we have the "month" dimension.
    When we create some reports in InfoView, we can use the "month" dimension to display the results of that month (dragging and dropping that dimension in the "Analysis Context" Area).
    The user can choose values in the "month" dimention through a combobox in the "analysis context" area. The problem is that Infoview allows the user to select the value "all the values" of that dimension, I mean, all the months, so that the results of the report are according to the "automatic aggregation" calculated of the values of that dimension (all the months).
    But, we do not want to allow the user to select that value (all the values) of that dimension, because it causes that the report displays incorrect results (we have some percentages that have incorrect values in the aggregation, for example). I hope that you understand the problem I have tried to explain.
    My question is how can we restrict so that the combo box (of the month dimension at the analysis context area ) does not allow to select "all the values"?
    Is it possible?  If so, do we have to make a change in the universe or is it a restriction of the web intelligence repport?
    Thank you very much!
    Alejandro Usero Ruiz

    Post Author: jsanzone
    CA Forum: Publishing
    Alejandro,
    In your posting, quote "(we have some percentages that have incorrect values in the aggregation, for example).", I'm wondering if you are calculating the percentages within your universe or not?  I.e. do you have a universe object that in essence is doing the math?  If so, I might suggest that you not do it this way (even though in total aggregation calculations this will produce a valid result), but in disaggregate calculations (during the users "slicing and dicing") the percentages are not re-calculated by the BusObjects tool because it thinks that the data it received from the SQL output is good to go, and this is where the incorrect values in the aggregation start to show up.  We had this problem too, so we ceased from calculating at the universe level and built a local variable to the report, thus BusObjects will recalcuate the percentage properly for each level of aggregation that user selects.  The downside to this approach is that every report that has percentage calculations will require the local variable to be built for that report.  Even users who build their own reports will have to build their own local variable to compute the percentage for their reports.  The upside is that the calculations will be correct every time.

  • How to hide certain items in a Combo Box

    I've two Combo Box(CB). First CB contain 4 items(drop-down menus) and the 2nd CB contain 12 items.
    I want that when I select one of the items from Combo Box1, then only 4 out of 12 items from Combo Box2 should be visible. So actually I want first combo Box to act as filter. Could this be done using the AS3 code.

    I don't think there is any way to hide items, but you can rewrite he items basd on the selectedIndex value of the cbHeight combobox.  In the code below, each element of the weightData array is an array of objects.
    import fl.data.DataProvider;
    var weightData:Array = new Array(); 
    weightData.push([{label: "100"},{label: "110"},{label: "120"},{label: "130"}]);
    weightData.push([{label: "200"},{label: "210"},{label: "220"},{label: "230"}]);
    weightData.push([{label: "300"},{label: "310"},{label: "320"},{label: "330"}]);
    function heightSelected(evt:Event):void
         var hSelected:int = evt.target.selectedIndex;
         var dp:DataProvider = new DataProvider(weightData[hSelected]);
          cbWeight.dataProvider = dp;

  • How to enable group label selectable on combo box?

    When we use the combo box, we can group the items as following
    group 1
    item 1 1
    item 1 2
    group 2
    item 2 1
    item 2 2
    How to enable user select the group 1 instead of select both item 1 1 & item 1 2 ?
    In the jsf rendered result, group 1 & group 2 just a label and not selectable option, we want change it to selectable option.
    Thanks

    When we use the combo box, we can group the items as following
    group 1
    item 1 1
    item 1 2
    group 2
    item 2 1
    item 2 2
    How to enable user select the group 1 instead of select both item 1 1 & item 1 2 ?
    In the jsf rendered result, group 1 & group 2 just a label and not selectable option, we want change it to selectable option.
    Thanks

  • How can I set the size of combo boxes on a toolbar

    Hi, I am trying to use setMinimumSize of a combo box on a toolbar, It doesn't seem work. The code as following? Can anyone tell me how I can do it ?
    JComboBox sw = New ComboBox();
    sw.setMinimumSize(new Dimension(10,10));
    Thank you.
    Scott

    use the method preferred size of the JComponent superclass of the combos:
    setPreferredSize
    public void setPreferredSize(Dimension preferredSize)
    Sets the preferred size of the receiving component. If preferredSize is null, the UI will be asked for the preferred size.

  • How can I create a multi-line combo box?

    I am using Adobe Acrobat Pro 9 and I am trying to create a multi-line combo box on my fillable form.  At the bottom of this form/letter I would like to have a several paragraps that the user can choose from, but it's only allowing me to enter one line at a time.  Any help??

    Hi, Did you find the answer to this? I'm looking to create a combo box with multi-lines

  • How to show default value selected in combo box...

    Hi,
    I need an help...
    I have a combo box and i want to show the default value(coming from DB) selected on combo box on Page Render.
    Thanks,
    Neha

    Hi,
    Will this help?
    database default value in selectOneChoice
    Set default selected value in a SelectOneChoice
    Regards
    Vishal

  • How do you set an array of combo boxes to a specific value?

    I have an array of combo boxes that I would like to set to a specific value. When I tell my program to set them it only sets the combo box that I most recently changed and none of the others. 
    I've attached a small vi that demonstates the problem. 
    Thanks, 
    --Ben
    Solved!
    Go to Solution.
    Attachments:
    ComboBoxProblems.vi ‏12 KB

    Your property node is for only one combo box (you can see this on the label and also by double clicking to go to UI element).
    If you want to change all of them then either follow previous suggestion or create a property node for the array and not just one of the combo boxes.

  • How to reduce the weight of a combo box in a jsp

    hi friends,
    i have developed a jsp form in which i have placed some combo box and i am using ajax concept for loading the details for a field just above the combo box.
    my problem is that when the ajax loads the records in the form it comes above the combo box .there,the combo box is coming above the ajax listings and hides the records displayed by ajax.can anybody help me to solve this problem of combo box.

    <td class="label">Cash bank general</td><td>   
    <html:select property="accledgeractionform.ledgercbg" styleId="cmbcbg" styleClass="inputbox" style=" width : 130px" tabindex="14" onfocus="setStatusMessage('Select cash bank general')" >
    <html:option value="" styleId="cmbCashBankGeneral">
    </html:option>
    <html:option value="C">Cash</html:option>
    <html:option value="B">Bank</html:option>
    <html:option value="G">General</html:option>
    like this i have created the combo box.
    but it is displayed above the results displayed by the ajax.
    i thought that since combo box is a heavy weight component its weight must be reduced.help me about that

  • How could I disable Jcop CardManager?

    My own applet with AID 010203040506070809 has been downloaded
    to the JCOP card. And it can be selected.
    Now my own applet is the current selected applet on the card, but
    if APDU 00 A4 04 00 00 is sent, the response I got is the FCI of cardmanager but not 0x6700 accroding to my own applet process logic.
    It seems this select APDU do not come into my applet's process method.
    What happened, why cardmanager FCI is returned?
    Is this a Jcop feature? Can i disable this feature and pass the
    APDU -- 00 A4 04 00 00 to my own applet process method?
    Expecting your answer, thanks in advance :)

    SELECT command is specified in GP2.1.1 (don't mix it with the JC select() method). So if you check GP, 9.9 SELECT Command, 9.9.2.3 Data Field Sent in the Command Message: The data field of the command shall contain the AID of the Application to be selected. The Lc and data field of the SELECT command may be omitted if the Issuer Security Domain is being selected. ... So if you omit the AID, then the OPEN (GlobalPlatform Environment) selects the ISD.
    Reference:
    http://www.globalplatform.org/specificationview.asp?id=archived --> Card Specification 2.1.1

  • How could I disable autofill my "search sentences"?

    Sometimes i search for something on Google or other websites, the first letter i put let Firefox show me a proposed menu to fill sentences that i tried before. I want to disable it.

    See:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * [[Form autocomplete]]
    Tools > Options > Privacy > History: "Remember search and form history"
    To see all the History and Cookie options, select: Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"

  • How to customise JFileChooser -by adding a combo box to it

    Hi,
    In File chooser dialog(eg: Open File dialog)
    1. can we add a component (a jcombobox ) to jfilechooser.
    2. Can we handle invalid file operation when a file name is typed in filename field.
    I have a serious issues with these things and i hope u people have a solution to forward it......
    Looking forward and immediate reply....
    cheers,
    sharath

    The solution u have sent applies for the images
    only.....but This does not apply only for images.
    I wanted to add jcombobox to jfilechooser for the
    Filename field (in place of textfiled) where i can
    drop down it and the previously selected files can be
    viewed and selected in the combobox.How to replace a
    "File Name " textfield with "jcombobox."
    I hav used the foll code....You cannot replace File Name textfield with a combobox.
    >
    JFileChooser chooser = new JFileChooser(dirpath);
    chooser.setFileFilter(new GenericFileFilter(fileExt,
    "Text Files(*.txt)"));
    chooser.setDialogTitle(title);
    retVal = chooser.showOpenDialog(this);
    pls help me immediately if u have a solution
    The following code will filter the text files. Maybe not sure what you want.
    >
    cheers,
    sharath

  • Linking items in combo box to a VI saved in pc folders

    Hello Everyone
    Could some one please tell me how could I link the items added in a combo box to the VI's saved in a folder of my pc, and if I add new item to the folder how could I update it to the combo box list automatically....
    Best Regards
    Pratheek

    Hi,
    you may continue here!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can i disable ipv6 in OL7?

    Hi everybody,
    how can i disable ipv6 on my OL7 box?
    In /etc/sysctl.d i have test it with the file: ipv6.conf:
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.<interface>.disable_ipv6 = 1
    But this doesnt work.
    Does anybody know how can i disable IPv6 in Oracle Linux 7?

    What I would recommend is not to set implicit or redundant parameters:
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    There is no need to disable the "default" interface, since it is already included in the "all" statement.
    I do not know, but there could be a possibility that such statements disable the network card in question, but in turn enable every other. In such case, your 2nd statement invalidates the first. Perhaps that was was part of the problem when using your other configuration.

  • How to add an image to combo box model in java

    i want to display a images.for that i take a combox.in that i want to add al images those i want to display, while clicking the image in combo box the image will be display.there is no problem for displaying an image, but i dont know how to add
    an image to a combo box model in net beans. please help me. if u have any idea plese forward to this mail
    [email protected]

    Hi Thomas,
                     You need to create an image field and in the source choose 'graphic content ; give the name of the variable which has the binary data . and give the type as 'MIME/image'.

Maybe you are looking for

  • Retreive data from wa structure into fields.

    Hi friends,             I am having a query regarding classical report.I want to retreive data for vendor billwise realisation report.I am getting few fields into my list screen(fields from bsis table).Remaining fields i want to retreive from table b

  • Upgrading from 3gs to iphone 4 activation

    The 3gs is my first iPhone. I am upgrading to the iPhone 4 tomorrow. Do I just take the sim card out of the 3gs and put in the new one? Then go through itunes to activate? Any advise would be helpful. Thanks!

  • How to include the Age and Age operator in Dashboard prompts

    I wouild like to create two new dashboard prompts 'Age' and 'Age Operator' both as drop downs. The 'Age' prompt should have the values from 1-100 as dropdown for the users to select from. The 'Age Operator' should have the values <, <=, >, >=, = as d

  • CS2 SELECTION TROUBLE

    I am in CS2 on an XP PROF machine, 500 GB HD, 3 GB RAM. Everything is working except the rectangular select tool: after selecting a rectangle on a one-layer image, the cursor stays as a little cross instead of the moving arrow that I am accustomed to

  • Exif data gets stripped exporting to camera roll

    I import pics from camera roll to edit in PST. I then export back to camera roll so tha I can use another picture management app to sort my edited pics into files. However the original exif data seems to get stripped out, especially the original date