The code is not working or i am not understanding to use it. could your please make a form and upload for me? please
Selection from combobox and populate multiple fields by separate clicks
Collapse
X
-
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
-
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 pleaseAttached FilesComment
-
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 tubemateComment
-
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
-
I created a simple Demo for you that will hopefully explain everything in detail.Attached FilesComment
Comment