Results 1 to 20 of 20

Thread: [Finally Resolved]Combo Box Issue

Hybrid View

  1. #1

    Thread Starter
    Lively Member vasanth2979's Avatar
    Join Date
    Sep 2006
    Location
    Port Louis, Mauritius
    Posts
    88

    Re: Combo Box Issue

    Thank You Shuja Ali,

    I will try your code and inform you of the result.

  2. #2

    Thread Starter
    Lively Member vasanth2979's Avatar
    Join Date
    Sep 2006
    Location
    Port Louis, Mauritius
    Posts
    88

    Angry Re: Combo Box Issue

    The code required some modification so wrote the following code.
    VB Code:
    1. Private Sub CmbSource_Click()
    2.    CmbDestination = CmbSource
    3.    CmbDestination.RemoveItem Cmbsource.ListIndex
    4. End Sub

    This code works fine if the first item is selected in Combo1(It is removed from Combo2) but if i select any other item "Invalid Procedure call or arguement" Error is generated.

    What may be the Reason?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width