Selection from combobox and populate multiple fields by separate clicks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ZKAHADI
    New Member
    • Aug 2020
    • 58

    #16
    The code is not working or i am not understanding to use it. could your please make a form and upload for me? please

    Comment

    • SioSio
      Contributor
      • Dec 2019
      • 272

      #17
      I will explain with the code of ADezii.
      The names of the TextBox are "Text1", "Text2", "Text3", and "Text4", respectively.
      The name of the ListBox is "lstSubject s".
      Set "MultiSelec t Property" of ListBox (lstSubjects) to Extended.
      If you want to select multiple items from the Listbox, hold down the Shift key while using the mouse.

      Comment

      • ZKAHADI
        New Member
        • Aug 2020
        • 58

        #18
        Still Not working

        i did what you said but on clicking button nothing happen not even error but no data putting in boxes.. look at image please
        Attached Files

        Comment

        • westjensontexas
          New Member
          • Oct 2020
          • 1

          #19
          i want select any subject from combobox and it the text will enter into first text box and same any subject selection will enter to another box. mobdro apk tubemate

          Comment

          • SioSio
            Contributor
            • Dec 2019
            • 272

            #20
            Looking at the image file of post # 14, is the name of the "Add" button Command23?

            I think the position to write the code is correct.

            If that doesn't work, try setting a breakpoint on any line (for example, line 6) and using the F8 key to run it line by line.

            Comment

            • ADezii
              Recognized Expert Expert
              • Apr 2006
              • 8834

              #21
              I'll Upload a Demo sometime today which will make things much clearer for you.

              Comment

              • ADezii
                Recognized Expert Expert
                • Apr 2006
                • 8834

                #22
                I created a simple Demo for you that will hopefully explain everything in detail.
                Attached Files

                Comment

                Working...