[CLOSED] deleting item in combo box

  1. #1

    [CLOSED] deleting item in combo box

    Hi


    i have delete button and combobox. the combobox is filled with some items. if i select the combo box and press the delete button the item is deleting but in combobox the item name which i ve deleted is not removed


    for example


    in combobox i ve items like


    item1
    item2
    item3


    if i select item2 and press the delete button the item is deleteing but the combobox item2 name remain there. if i click the delete button i should get item to be deleted and item should not be there in combobox.it should come to default stage ie,select.


    please help me...how to over come this problem


    thanks
    madan
    Last edited by Daniil; Mar 15, 2011 at 7:22 AM. Reason: [CLOSED]
  2. #2
    I`ve got the same problem.

    Any solution please?

    Thanks.
    Last edited by geoffrey.mcgill; Mar 09, 2011 at 7:54 PM.
  3. #3
    Hi,

    Please use the following code:
    ComboBox1.removeByValue(ComboBox1.getValue());
    ComboBox1.clear();
    Last edited by geoffrey.mcgill; Mar 09, 2011 at 7:47 PM.

Similar Threads

  1. Combo Box Item Display
    By ajay.maddinani in forum 1.x Help
    Replies: 1
    Last Post: Oct 12, 2010, 9:55 AM
  2. Combo Box First Item
    By virus in forum 1.x Help
    Replies: 0
    Last Post: Jan 04, 2010, 1:26 AM
  3. Remove Combo Box Item
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 0
    Last Post: Dec 10, 2008, 5:41 AM
  4. How to add Item to combo box
    By VietView in forum 1.x Help
    Replies: 0
    Last Post: Nov 14, 2008, 4:50 AM
  5. [CLOSED] How to add Item to combo box
    By VietView in forum 1.x Help
    Replies: 1
    Last Post: Nov 14, 2008, 4:37 AM

Posting Permissions