Multiple selection in list item

can i do multiple selection i list item using developer6(i), if yes, how?

Hello,
Please repost this question in the appropriate section of the Discussion Forum.
This forum is for general suggestions and feedback about the OTN site.
You can also use our new offering called OTN Service Network:
For Oracle Advice/Minimal Support (fee based) on the Oracle Database Server, Oracle9i Application Server Containers for J2EE (OC4J), Oracle9i JDeveloper, Reports, Forums, SQL*Plus, and PL/SQL, please go to: http://www.oracle.com/go/?&Src=912386&Act=45
For customers with paid support (Metalink) please go to:
http://www.oracle.com/support/metalink
Regards,
OTN

Similar Messages

  • Query about multiple selection of List item in forms 6

    How can I select multiple elements from a list item in Forms 6?

    the very simple strategy to do is to call removeAllItems() method for the 2nd combox box and then insert the contents. this is because the validate() method is not repeatedly called and so the contents are not updated immediately.

  • Multi Selection in List Item

    Hi all,
    I'm using Oracle Forms 10g and i want to make a multi selection
    in List Item(combo box, poplist or tlist). If anybody can help plz.
    Thanks
    Charbel

    Hello,
    Go to the OTN Forms page then download the Forms demos. They contain a multi-select demo.
    Francois

  • Multiple rows selection in list item

    Using the List Item control in Oracle Forms (5.0.6.11), is it
    possible to highlight/select multiple rows? If possible, how? Or
    is there a workaround on this?
    null

    Hello,
    Please repost this question in the appropriate section of the Discussion Forum.
    This forum is for general suggestions and feedback about the OTN site.
    You can also use our new offering called OTN Service Network:
    For Oracle Advice/Minimal Support (fee based) on the Oracle Database Server, Oracle9i Application Server Containers for J2EE (OC4J), Oracle9i JDeveloper, Reports, Forums, SQL*Plus, and PL/SQL, please go to: http://www.oracle.com/go/?&Src=912386&Act=45
    For customers with paid support (Metalink) please go to:
    http://www.oracle.com/support/metalink
    Regards,
    OTN

  • Multiple selection in List control using CheckBox as itemrenderer

    Hey all,
                I am trying to get multiple selection working in a list control using the CheckBox as itemrederer but I am unable to get a list of selected indices even though I have multiple check boxes selected
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical">
        <mx:Script>
            <![CDATA[
                private function onChange():void
                    trace(chkList.selectedIndices);
            ]]>
        </mx:Script>
    <mx:ArrayCollection id="collection">
            <mx:Object label="Test A"/>
            <mx:Object label="Test B"/>
            <mx:Object label="Test C"/>
            <mx:Object label="Test D"/>
            <mx:Object label="Test E"/>
            <mx:Object label="Test F"/>
            <mx:Object label="Test G"/>
        </mx:ArrayCollection>
    <mx:List id="chkList" dataProvider="{collection}" itemRenderer="mx.controls.CheckBox" change="onChange();" allowMultipleSelection="true"/>
    </mx:Application>
    I always get the last item I clicked
    Thanks,
    Firdosh

    Hi there, I'll tweak your code a little bit to something like this:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical">
        <mx:Script>
            <![CDATA[
                 import mx.events.ListEvent;
                 import mx.controls.CheckBox;
               [Bindable]
               private var mySelectedIndexes:ArrayCollection=new ArrayCollection();
                private function onChange(e:ListEvent):void
                   if(CheckBox(e.itemRenderer).selected){
                             mySelectedIndexes.addItem(e.rowIndex);
                   }else{
                                  mySelectedIndexes.removeItemAt(mySelectedIndexes.getItemIndex(e.rowIndex));     
                   chkList.selectedIndices=mySelectedIndexes.toArray();
            ]]>
        </mx:Script>
    <mx:ArrayCollection id="collection">
            <mx:Object label="Test A"/>
            <mx:Object label="Test B"/>
            <mx:Object label="Test C"/>
            <mx:Object label="Test D"/>
            <mx:Object label="Test E"/>
            <mx:Object label="Test F"/>
            <mx:Object label="Test G"/>
        </mx:ArrayCollection>
    <mx:List id="chkList" dataProvider="{collection}" itemRenderer="mx.controls.CheckBox"  itemClick="onChange(event);" allowMultipleSelection="true"/>
    </mx:Application>

  • Multiple selection during open item clearing

    Dear All,
    While executing F-44 for vendor clearing i am selecting posting date as 01.04.2006 to 31.03.2007.Also in other selection i select Business Area.But when execute the process open iten it is displaying the open item for FY-2010 also.Now is there any customization process we need to do.so that the data gets sorted acccording to the  multiple selection option provided.
    Thanks
    Shivaji

    Dear Shivaji
    What is your fiscal year variant. and when you try to replay for this why you trying to use the posting date for doing this selection you can use only the business are as a selection variant then you can sort posting date as you need for doing this
    I hope it will help you
    deleted: no points requests are allowed
    Best regards
    Hussein

  • Multiple column in List item

    Hellow all
    I have 3 Column Code,Name,Salary
    I want a list item which show all 3 Data in one list item
    The picture will Clear you my Requirement
    Linkhttp://h1.ripway.com/Sharry2/ok.bmp
    Regards
    Shahzaib

    You want a static list_item or a dynamic list item, which is populated by a select statement??
    If you want a statis list item you can add your values from property palette; if you want a dynamic list item, I don't know if it is possible, because I have tried only with one column; you can try by make a concatenation of your columns separated by ','; for example you can try this code:
    select col1||','||col2||','||col3 as your_column_name
    from your table
    where your conditionIf you use create_group_from_query built_in, make sure to write column name 2 times, because one is for value of list item and the other is for label.
    Hope it helps you,
    Fabrizio
    If this answer is helpful or correct, please mark it. Thanks.

  • Populating a text field depending on what is selected in list item field

    I have A form which contains a ROOM_REF field which is a list item, and a ROOM_DESC field which is a text item. (among other things).
    When the user selects from the ROOM_REF field (which is populated by a record group on startup),
    I want it to automatically populate the ROOM_DESC field with the coresponding (read only) data.
    Which kind of trigger do I need to use and with what code?
    Something like:
    SELECT ROOM_DESC FROM ROOM WHERE ROOM_REF = :SESSION.ROOM_REF;
    Thanks

    Did you try this code in WHEN-LIST-CHANGE trigger of list item.
    SELECT ROOM_DESC INTO :ROOM_DESC FROM ROOM WHERE ROOM_REF = :SESSION.ROOM_REF;-Ammad

  • Multiple SharePoint 2010 list items edited simultaneously in InfoPath 2010?

    I am looking to distribute a list of accounts to salespeople, so they can update some of the fields for their own accounts and save the changes back to SharePoint. We are currently sending them Excel workbooks, but this isn't ideal.  Since the requirements
    include drop-down choices, conditional formatting, and data validation, I'm wondering if InfoPath can be utilized so that a salesperson can filter the list by their name and see (only) all of their own accounts (records/rows/list items) at once in InfoPath,
    then make multiple changes to different fields (columns) for their accounts, and finally submit the form--saving multiple edited records simultaneously.  Think Datasheet View, but with conditional formatting and data validation. Is this
    possible in any application?

    Hi ired25,
    Few point to mention here.
    InfoPath form will be linked with each SharePoint List item
    user can change/update their own record using Datasheet view(validation will be applied for sure if it configured as formula)
    you can think to use edit form InfoPath form to leverage infopath's powerful rule engine, which might delayed user's productivity but very safe for data.
    I dont think a InfoPath for can handle multiple item in one single form.
    For permission you can think of "Item level permission" from list settings => Advance settings
    As a thought "Content approval" can be used for data sanity.
    Hope this will help
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Dynamically Select tile list item

    Hi,
    is it possibly to select / highlight an item in a tile list by interacting with something else in the app? So if i click a button i want to select the third itme in a tile list.
    Cheers
    Tim

    the problem is really working out which of the items I want to select, as I'm not able to loop through the children of the list in order to make my comparison.

  • Multiple Selections in List Box

    Hello all. I am new to the Adobe Family and especially PDF designing, so please bear with me. I have gone through the Help section, and did searches on here to find an answer but have not had luck. I need to make a list box that the user chooses multiple choices. As in some forms that have if you hold down the CTRL button you can choose multiple choices. During my searches I keep finding coding lines. I'm not sure how to do coding at all, I'm using the Designer 7 template forms where I can choose the icon, and then go over to Object, Value, etc. Is what I want to do even possible with Designer 7? If so, how can I make this work. If not, what program would I need to use? Thank you in advance for your help!

    When I look at either a list box or a drop-down list and look at the "Field" tab I do not see a "Allow Multiple Selection" checkbox. I am using designer version 7.0.041126.0. Is it not supported in this version or am I missing something.
    Thanks

  • Multiple selections for List on Mac

    It seems multiple selections for java.awt.List on Mac OS X is not working, or do I need to use special buttons to select?
    Thanks in advance.

    Hi,
    I'm experiencing the same issue on our CUCM 9.1.2.10000-28 & CUP&IM 9.1.1.30000-3: I have a Jabber for Windows client v9.7 that should only show 1 hardware phone, but it shows 2 entries. I checked the above and still we have 2 entries (also after clearing the Jabber cache). Also I tried another Jabber for Windows version (v9.6), but it always pulls 2 hardware phones in it's config.
    Have you managed to get this solved? We use Cisco 8945 phones where end users log on via Extension Mobility. I noticed in Dependancy Records that we have an entrie in Extension Mobility Dyncamic, which shouldn't be the case because no end user is logged on, but it shows it in Dependancy Records... A bug?? And when the end user logs on an IP Phone, then we have twice Extension Mobility Dynamic entries... Not good since only 1 device is in use via Extension Mobility (multiple logins are disabled via parameter).
    Greets,
    David
    Greets,
    David

  • Multiple Selection in List

    I am using a List filled with s:MobileIconItemRenderers and would like the ability to select multiples.  If I am using the Mouse and keyboard i can use the combination of ctrl and click to accomplish this, but that's not possible on the phone.  Is there an easy way to cause this to be the default behavior?  I even tried adding a click listener and modifying the selectedItems property of the list but couldn't get that working.  Any help would be greatly appreciated.
    Thanks

    I added the following function to the iconrenders click event.  (I am storing the status in a vector
    protected function mobileiconitemrenderer1_clickHandler(event:MouseEvent):void
         if (outerDocument.selection.indexOf(event.currentTarget.data) == -1)
                   outerDocument.selection.push(event.currentTarget.data);
                   event.currentTarget.selected = true;
              else
                   outerDocument.selection.splice(outerDocument.selection.indexOf(event.currentTarget.data),1 );
                   event.currentTarget.selected = false;
    and I also added the following to the changing event on the list
    protected function lList_changeHandler(event:IndexChangeEvent):void
         event.preventDefault();

  • Page item multiple select

    I am using Discoverer 4.1.37 and not able to have multiple select on page items. Is this possible? If not is it possible in next version?
    Thanks
    Valli

    Both the items are on same page? ( though you have mentioned they are in different pages, but item names are such that as if they are on same page)
    If they are on same page, the you can do this using Javascript.
    For item, P3_EXCEPTION_REASON, put following code under 'Element Attributes' section
    onChange = "javascript:fnSetValues(this);"In page header put following code
    <script>
    function fnSetValues(pThis)
    if(pThis.value == 'Y') // assuming return value for YES is Y
    $x('P3_INVOICE_STATUS').value = 'Incomplete'; // Assuming P3_INVOICE_STATUS as text item, if its LOV based item then assign return value
    </script>Cheers,
    Hari

  • How to send a list item value to URL to open data related to item value

    Hi,
    Iam using Apex4.0 and iam facing some problem. Iam unable to send selected list item value to the url specified in the HTMl region.
    Here i want to open the data related to list item value in other page.
    List item - :Familyp
    i want to pass this selected value to the url and when ever user selected the list item and clicks on the url, then it should display the item value related data in new page.
    I tried with &FamilyP in url but it's not working. Any one help me plz.
    Regards
    Vamsi.Tata

    Is it a normal Select list or Multi Select list?
    If you have select list that allows you to select multiple options then you cannot pass it through URL. Multi-select /Shuttle keep colon separated list in the item, and this confuses Apex because the Apex URL uses colons for a different purpose. No escaping or URL encoding will help.
    If it is normal select list that allows selection of only one option then you can pass through the url. Unless of course the data has a colon in it.
    For multi-select, and when the value contains colon, the only way is to save the value in session state, same page item or any other place like Application Item, and then reference it at the other end. Never pass through the URL.
    Regards,

Maybe you are looking for

  • Change of RFC dest during Create BP via DSWP

    Dear all, I'm creating Business Partner via Tcode DSWP. Where in the screen "Create Business partner" got to know there are Satellite system being attached on the tree in left hand. My questions: 1) may i know how can i perform the config if i want t

  • How to receive all website news in one place?

    many websites do not have a mac push-notification option. is there any way i can centralise all those websites' news? any app? liking the pages on facebook does not please me, as some site articles aren't posted there.

  • Wifi doesn't work on macbook pro when not on home wifi

    I recently have encountered a problem - when I take my 2013 macbook pro Processor  2.6 GHz Intel Core i5 flash drive. I have no problem accessing wifi in my office but when I travel with my macbook pro and try to access wifi at locations I have had c

  • IMovie help, there are no thumbnails. why?

    i like to use imovie and have imported a number of video's on it already. the video i recently tried to import however won't. it is MP4 format, just like ther other video's. (although the other video's are more like 20 mins long, and this recent one

  • Splash Screen Problem

    I'm trying to get a splash screen working in Oracle Forms 9i on Windows 2k (and XP). The file is in jpg format, and I am positive its not corrupted. My formsweb.cfg has splashscreen=splash.jpg in the right place, and I placed splash.jpg in forms90/ a