Delete single item form multiple populated list

Hi,
please help me to find a solution!!
I have 2 listboxes. listbox Description is populated by XML.
When user selects multiple items at the same time from the Description listbox, they are populated in the listbox and are removed from Description listbox. that works fine.
But the issue is if the user accidently selects one of the multiple selected items at the same time wrong and want to delete a single items, this doesnt work anymore.
I can not even click on each single item.
I try to find a way how to enable user to populate multiple items at the same time and be able to delete each single item, which then should return back to the Description listbox.
I would really appreciate if you could help me on this!!!
This is my sample: https://acrobat.com/#d=l0mujTOFduSJFele5R5i3g
Thanks,
Diana

Would you not just reverse your code ..instead of populating listbox from the selections in description and deleting the items out of description, remove the items from listbox and update description then remove the items from listbox.
Or am I missing something?
Paul

Similar Messages

  • Creating a custom Add Item form to a list

    I am trying to create a custom New Item form to a list in SharePoint 2013.
    I have read a few tutorials and all of them seem to have the same problem.
    I can create an application page for my custom New Item form without an issue. However SharePoint always adds in the Add Item table on render to the div id="main''. Therefore the only way I can think to really edit this is via JavaScript.
    Is there a better way? Can I manually add the textbox's and associate them with a field-  and disable SharePoitn from rendering this for me?

    Hi,
    According to your description, you might create a custom NewForm page for an existing list.
    Using JavaScript to customize the OOTB NewForm.aspx page would be an option, if you want to create a totally new one, Brij's suggestion would be helpful.
    To specify your custom form as the NewForm page of that list, we can achieve it programmatically using SharePoint Object Model.
    The link below with code demo about
    How To Change the Default EditForm, NewForm and DispForm would
    provide more information:
    http://blog.qumsieh.ca/2009/05/15/how-to-change-the-default-editform-newform-and-dispform/
    A thread with similar need for your reference:
    https://social.technet.microsoft.com/Forums/en-US/fb18812f-a543-4139-bd0a-331e69e0033d/customizing-new-item-form-for-lists?forum=sharepointdevelopmentlegacy
    Thanks 
    Patrick Liang
    TechNet Community Support

  • How can I delete all items on the "Done" list in Reminer-App? There are meanwhile hundreds of items (shopping, appoitments, ...) and I don't want to spend hours deleting them.

    How can I delete all items on the "Done" list in Reminer-App? There are meanwhile hundreds of items (shopping, appoitments, ...) and I don't want to spend hours deleting them.

    You can't remove the built-in root certificates, but you can remove their trust bits via the Edit button to prevent Firefox from using them as a trusted root certificate.
    Intermediate certificates that Firefox has stored when visiting websites that show as "Software Security Device" should never has trust bits set.
    Note that it is the responsibility of a server to send all required intermediate certificates to make it possible to build a certificate chain that ends with a built-in root certificate.

  • Passing Multiple Selected List Items to a "New Item" Form in Another List with Multiselect Lookup Field

    Hi!
    Version Info:  SharePoint 2013 Server Standard (*BTW...I do not have access to Visual Studio*)
    I have two lists, let's call them
    -Assets
    -Asset Checkouts
    "Assets" is the parent list, and "Asset Checkouts" has a lookup column (multiselect) which is tied to the serial # column in the "Assets" list.
    Basically, what I need to accomplish is this:  I would like to be able to select multiple list items in the "Assets" list, and create a new item in "Asset Checkouts", and pre-fill the multiselect lookup column in the NewItem form
    for "Asset Checkouts" with the values from the selected items in "Assets".
    Any ideas or suggestions on how to do this would be most appreciated!
    Thanks!

    Hi,     
    According your description, you might want to add new item in "Asset Checkouts" list when selecting items in "Assets" list.
    If so, we can achieve it with SharePoint Client Object Model.
    We can add a button in the "Assets" list form page, when selecting items, we can take down the values of columns of the selected items, then click this button which will create
    new item in "Asset Checkouts" list with the values needed.
    Here are some links will provide more information about how to achieve it:
    Use
    SP.ListOperation.Selection.getSelectedItems() Method to get the list items being selected
    http://msdn.microsoft.com/en-us/library/ff409526(v=office.14).aspx
    How to: Create, Update, and Delete List Items Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185011(v=office.14).aspx
    Add ListItem with Lookup Field using Client Object Model (ECMA)
    http://notuserfriendly.wordpress.com/2013/03/14/add-listitem-with-lookup-field-using-client-object-model-ecma/
    Or if you just want to refer to the other columns in "Assets" list when add new item in "Asset Checkouts" list, we can insert the "Assets" list web part into the NewForm page
    of the "Asset Checkouts" list, then when we add new item in the "Asset Checkouts" list, we will be able to look through the "Assets" list before we select values for the Lookup column.
    To add web part into the NewForm.aspx, we need to find the button "Default New Form" from ribbon under "List" tab, then we can add web part in the NewForm.aspx.
    In the ribbon, click the button “Default New Form”:
    Then we can add web part into NewForm.aspx:
    Best regards
    Patrick Liang
    TechNet Community Support

  • Multiple selection but delete single item

    Hi,
    please help me to find a solution!!
    I have 2 listboxes. listbox Description is populated by XML.
    When user selects multiple items at the same time from the Description listbox, they are populated in the listbox and are removed from Description listbox. that works fine.
    But the issue is if the user accidently selects one of the multiple selected items at the same time wrong and want to delete a single items, this doesnt work anymore.
    I can not even click on each single item.
    I try to find a way how to enable user to populate multiple items at the same time and be able to delete each single item, which then should return back to the Description listbox.
    I would really appreciate if you could help me on this!!!
    This is my sample: https://acrobat.com/#d=l0mujTOFduSJFele5R5i3g
    Thanks,
    Diana

    Would you not just reverse your code ..instead of populating listbox from the selections in description and deleting the items out of description, remove the items from listbox and update description then remove the items from listbox.
    Or am I missing something?
    Paul

  • Checked some items of multiple-selection list box when form loaded in infopath

    Hi
    I customize sharepoint list with infopath. I have multiple-selection list box and want to checked some items of that automatically when form loaded. how can do this?
    Thanks.

    Hi,
    According to your description, my understanding is that you want to pre-select some items in the Multiple-Selection List Box.
    I recommend to follow the steps below to achieve this goal:
    Click Default Values under Data tab in InfoPath, expand the dataFields and navigate to the Multiple-Selection List Box field.
    Set the Default Value of the Multiple-Selection List Box field.
    Right click the field under the Multiple-Selection List Box group, then select Add another Value Below and set the Default Value for this field.
    Repeat step3 based on the number of the items that you want to be pre-selected.
    More information are provided in the link below:
    http://www.bizsupportonline.net/infopath2010/pre-select-items-multiple-selection-list-box-infopath-2010.htm
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to delete an item in the Source List?

    LimeWire arbitrarily entered an item in the source list of iTunes entitled "Buck's LimeWire Tunes". The item is a blue box with a musical note on it. How may I eliminate this box and the files associated with it?

    item is a blue box with a musical note on it. How may
    I eliminate this box and the files associated with it?
    Uninstall Limewire.

  • Add single computer to multiple collections listed in a file

    Good afternoon,
    I am trying to figure out how to add a single computer to multiple collections based on the contents of a file. Basically, I have a frontend hta for deployments. On that hta are checkboxes for various bits of software that should be installed, for example
    MS Office. When the hta is submitted, if a software checkbox is checked it writes to a text file on the server indicating it was checked. Once the deployment is completed a script is run via a status filter rule. The intent is for that script to read the file
    on the server and add the computer that was just imaged to the collections identified by the checked boxes.
    Obviously I am not having much luck which is why I am here looking for a bit of help.
    Here is the code that I am working with..both the while and foreach version
    $file = New-Object System.IO.StreamReader -Arg $path
    while ($line = $file.ReadLine()) {
    Add-CMDeviceCollectionDirectMembershipRule -CollectionName $line -Resourceid $ClientName
    $file.close()
    foreach ($line in (Get-Content $path)) {
    Add-CMDeviceCollectionDirectMembershipRule -CollectionName $line -Resourceid $ClientName
    I have found that if I manually assign a value to $line everything works as expected, but if I try to read from the file and use either a while or foreach loop it fails.
    I can enter a quick write-host and see that the value of each line is being returned as I would expect it but the system just returns the following error for each one:
    Add-CMDeviceCollectionDirectMembershipRule : No object corresponds to the specified parameters.
    I am sure that there are better ways to do this and I am sure there are cleaner ways to code it, but I am not a Powershell guru so please be kind. ;)

    "-Resourceid $ClientName" is not correct because ResourceID != Clientname. See
    http://technet.microsoft.com/en-us/library/jj850102(v=sc.20).aspx There is no parameter that accepts the name of the client.
    Torsten Meringer | http://www.mssccmfaq.de
    Thank you for the suggestion, but that is not the issue. As mentioned in the first post, if I manually assign the collection variable value it works without issue. This is to include *without* changing the $Clientname.
    Previously in the script, which was not shown is the following:
    $Clientname = (Get-CMDevice -Name $Clientname).ResourceID
    If I do a Write-Host $Clientname after that line of code I am returned the correct numeric value. That said, part of my troubleshooting *before* I posted here was to hardcode the numeric resource ID of the client which did not change anything unless the
    value of the collection variable was manually set or the variable replaced with the collection name.
    So, any ideas as to why it is not able to read and process collection names from a text file?

  • CANT DELETE STARTUP ITEMS FORM PANE!!!

    Hi,
    I've posted, asked a lot and tried lot of things, but the "Startup Items" window under the accounts pane in Sys Prefs. is now 75 and counting!!! and I'm feeling there's nothing I can do about it!!!
    I can't delete the startup items wich all of them read "Extensis Suitcase X1" and "Unknown". Obiously I installed Suitcase and told the app to load at startup, but i feels like auto-duplicates each time I start up the Mac!
    I first autenthicate, then select wether one by one or many of them at a time. Click on the "-" button, and nothing! They still remain there like sticked whit cement glue!
    Someone could tell me what's next???
    Thanks!!

    Hi, Jota and Richard —
    Jota, I don't use Suitcase — and thus can't test solutions — so I'll limit my suggestions.
        (1) You may find a specific answer by searching the Extensis KnowledgeBase from this Support web-page. Here are results from a search using terms [login items] — including how to uninstall, problems with multiple accounts, their "Top 5 Troubleshooting Steps" for Mac, etc. I've read through enough of the articles to realize that installing and troubleshooting their software can get pretty complex — so I think following their instructions would be wise...
        (2) Have you checked in your HD's /Library/StartupItems/ folder?
        (3) I'm not clear on whether you're trying to troubleshoot a problem that may relate to Startup/Login Items. If so, please recall that booting into Safe Mode may help to troubleshoot font, font-cache, and startup-items problems.
    Good luck!
    Dean
          I edited this message...

  • How to delete an item from the addItem list after it is entered in a field

    I have a form which contains a list of names. My problem is, I would like the form to remove a name after it is entered so that on the next row that name does not appear. For example, I have on the preopen event:
    Name.addItem("Andrew")
    Name.addItem("Bernie")
    Name.addItem("Chris")
    Name.addItem("Doug")
    and I select  'Bernie", I would like the next row to only have 3 names excluding the one I previously selected. And in the end, it should have no names if all four names have been selected, or should display a message.
    Is it possible to do this in LC. either in javascript or Formcalc.
    Thanks.

    I have checked the above example and it works perfectly for static fields. My problem is that the form I am using using employs the addinstance script to add new rows. How do you script for the new rows to not include names that have already been selected.
    In the example, I would like for new rows to exclude names that have previously been selected.
    Thanks.

  • How to delete single row from multiple

    Hi:l
    This is my query which provides duplicate rows in my table:
    select count(*),CUSTMAST_REQUEST_SRNO,ACTIVITYMAST_SRNO,STATUSMAST_SRNO from REQUEST_TRANS having count(*)>1 group by CUSTMAST_REQUEST_SRNO,ACTIVITYMAST_SRNO,STATUSMAST_SRNO;
    O/p:
    2 |M984 | 74 |M6
    2 |M985 | 74 |M6
    2 |M987 | 74 |M6
    2 |M992 | 74 |M6
    2 |M995 | 74 |M6
    2 |M998 | 74 |M6
    Here output shows that CUSTMAST_REQUEST_SRNO M984 having two same rows. And now i want
    to delete any one of row from that. So, how can i apply it for multiple rows ?
    Can any body help-out me in that?
    Thank You,
    Anup Desai
    Edited by: user11688398 on Feb 13, 2013 10:39 PM

    If you want to delete all Duplicates and retain Only One row then Below:
    delete from REQUEST_TRANS a
    where rowid < ( select max(rowid) from REQUEST_TRANS b where a.CUSTMAST_REQUEST_SRNO = b.CUSTMAST_REQUEST_SRNO and a.ACTIVITYMAST_SRNO = b.ACTIVITYMAST_SRNO ... )

  • Set focus on item that selected in multiple-selection list box field in infopath

    Hi
    I have  multiple-selection list box field in infopath that have for example 40 items. (I customize sharepoint list with infopath),then
     publish infopath form in to sharepoint list. users want to add new item,when they selected or checked each item in multiple selection list box, after that automatically control focus on first item, but I want to focus remain on that item
    I was selected. Why this happen?! I also set postback settings to “never” in multiple-selection list box properties. But didn’t work.
    Thanks.

    Hi,
    According to your post, my understanding is that you wanted  to find several columns based on user selection of checkboxes in one of the Multiple-selection List Box.
    I recommend to customize the form to concatenate values from choice field (with multiple values) into single line text box, and then hide the fields based on the text box value.
    We can follow the steps as following:
    Add a text box control(filed 3) on the form to hold the value selection in the multiple selection list box.
    Set the default value for the text box control as
    substring-after(eval(eval(Value, 'concat(., ";")'), ".."), ";")
    (you need to change the ‘Value’ in the formula to your multiple selection list box name: filed1).
    Add the conditional formatting on the flied: flied 3 does not contain value (you need to change the ‘Value’ in the formula to your multiple selection list box value.).
    In addition, you can add Formatting action to hide the text box control.
    Here are the result screenshots for you to take a look at:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Single item shipment using multiple trucks

    Hi Friends,
    I have a typical requirement where my client want to ship one of their product ( A Huge item, which they dismantle it for shipment) using multiple trucks. How we can handle this situation using SAP LES module? They can hire multiple trucks to ship this item by road to the destination using multiple service providers. So the service cost also need to be settled for all these service providers.  Will SAP allow to split a single item through multiple shipments? I really appreciate a solution for this.
    Thanks

    There are a couple of recommended methods for using more than one iPod on a single computer. Method one is to have individual Mac or Windows user accounts which by definition would give you completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one. Each iPod can be set to update however the owner chooses, sync all, manual or sync specific playlists.
    Method two is to set your preferences so that either one or all iPods get updated with only certain playlists within one library. Have a look at this article and see what you think and go for whichever you feel suits your needs best: How To Use Multiple iPods with One Computer
    Another option when using a single library is to set the iPods to manual update: Managing content manually on iPod
    Choosing the update option "automatically update selected playlists only" (called Sync Music - Selected playlists in iTunes 7) allows you to create a playlist specifically for each iPod and drag the tracks you want into it. If you tire of the list and want to change it, you just add or remove the songs you don't want. The ones you take out out remain in the library to be used by the other iPods. Make your playlist a Smart playlist and limit the size to just below the advertised capacity of your iPod ( for example, around 3700MB for a 4GB or 1800MB for a 2GB Mini or Nano). You can read more about playlists at these links:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes

  • Multiple Price with Single Item

    Dear All,
    I work for Logistics company and they have implemented AR,AP,GL,OM,Purchasing...running smoothly.
    Now,they want to create multiple prices for single item,pls find below scenario ,
    A)     Business Process:
    Generally, customer goods will be split and sent in different trains. Then, for same destination & quantity we will get different amount.
    Note: Calculation done by Railways based on variable factors (like penalty charges for over weight or under weight).
    So everyday, every bill have different amount for same quantity and destination will be computed and given by railways.
    B) Current Process in Oracle:
    End user will select item and enter manually.
    C) Client Requirement:
    Needs to create single item with multiple prices
    Note: Item code and price list should be constant due to business requirement.
    I just wondering,how financial company manage price fluactutations...
    Kindly help me out to sort this issue pls.
    Regards,
    Kumar

    Hi Anil/Amit,
    O.K. accept that VK11 is for sales. But when I enter multiple records in VK11 it is getting saved. But same thing is not happening for MEK1. Is there any configuration need to change for the MEk1?
    Please let me know is there any other way or tcode to save the condition with multiple values for single line items.
    Regards,
    Praveen,

  • Can i set site page as New/ Edit form of SharePoint list?

    Hello All,
    Can i set site page as New/ Edit form of SharePoint list. I know this can be done if i create Application page, but can i set site page as SharePoint list form. If yes, then how?
    Also in any case is it possible to set New/Edit form of already created SharePoint list?
    Please Help. Thank you.

    You can set infopath form on a page
    http://office.microsoft.com/en-in/sharepoint-server-help/convert-an-infopath-form-to-a-web-page-HA010215035.aspx
    Try 
    http://sharepoint.stackexchange.com/questions/70287/display-new-form-of-a-list-in-a-web-part-page
    So it turns out that SharePoint Designer is the only way to accomplish this. You have to go into the page in Designer, edit the page, and select the Insert tab from the ribbon -> New Item Form -> select "CUSTOM LIST FORM..." (not one of the pre-populated
    lists or you will get the barebones default content type!) -> Choose the list for the form you want to show and the content type, click OK -> Save the page in SP Designer and it will now show on the page embedded as a form. Success!
    OR 
    http://sharepoint.stackexchange.com/questions/66046/customize-form-new-wiki-page

Maybe you are looking for

  • Can I make the browser in iWeb transparent?

    Can I make my browser image in the iWeb transparent somehow? I do my photo editing in Aperture, and can't find a transparency there.  Using the graphics inspector transparency in iWeb does not seem to work on the uploaded browser image. I like the lo

  • Get a list of af:selectBooleanCheckbox adf

    Hello, I have a few selectBooleanCheckboxes in a grid layout format. I would like to get a collection of these checkboxes: I don't want to bind them individually to a backing bean as they will be related to each other. Is there anyway to do this? Eac

  • Won't display playlists in numerical order

    Hello, My iPod won't display my playlists in numerical order. Playlist 1 is listed below number 2 and 3. I've tried dragging it with no success. Thanks.

  • Close of Customer Project without Settlement

    Hi All, Is it necessary to have Settlement rules for the Projects that are Subject to Result Analysis. We want to Close the Customer Project without settlment, Since the RA has been carried out for this project. When we are trying to Close the Projec

  • Trouble archiving files

    When I compress files using the archive feature, the zip file is created, but when I check the size of the zip, it's virtually the same as the original, which, of course, is pointless. I can't figure out what the problem is. Does anyone have any expe