Questions tagged as 'combobox'

1
answer

How to receive the selected item from a combo box and use on another select?

Good morning Programmers .. I need a favor, next I have a combobox that is generated through a select until then everything ok .. I need to receive this item selected by the user and save the information because in the next combobox I use this i...
asked by 10.05.2016 / 16:16
1
answer

Doubt to Load ComboBox from an account with the subaccount

I made a select to fetch an account and load the sub account and would like your opinion to see if this is how it does if it is correct code private void cbbConta_SelectedIndexChanged(object sender, EventArgs e) { PlanoCont...
asked by 20.08.2015 / 15:32
1
answer

How to change a list view from a Combo in VB6

I made a form with a ListView and a ComboBox , my problem is that according to what is selected in ComboBox I have to change the data of ListView . For example: I have ListView LETRAS (which is already loaded...
asked by 24.04.2014 / 16:05
0
answers

popular table from a combo - jquery / json

Good afternoon! I need to popular a table from the onchange of a combo, via jquery. The problem is that I am not able to manipulate the JSON object that PHP returns me. Anyone have any tips? $("#cbCamareiras").on("change",function(){...
asked by 25.10.2018 / 22:21
1
answer

Use of Class in Kivy

Good afternoon, I want to make a program that uses several combobox and in a single window. But I can not get both of them to appear. When I run the program, only one of the combobox appears. Below I send the current code. from kivy.app import...
asked by 03.10.2018 / 22:04
3
answers

How do I set the first value in the combo?

Well, I need a help: I am trying to set the first state in the combo, I have already put the selected but without success. Can anyone tell me what might be wrong, or something to help me solve. My code: <div class="col s6"> &l...
asked by 06.09.2018 / 17:29
1
answer

selecting an item in the combobox

I have the following combobox as shown below, it is populated with the data coming from a table of a database, so yeah, I would like when an item of the combobox was selected an input was displayed, and when it was not No input item is hidden. I...
asked by 10.08.2018 / 17:16
1
answer

Doubt - Dependent Combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm tryi...
asked by 18.06.2018 / 22:05
0
answers

Get the selected value in the combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm try...
asked by 19.06.2018 / 18:34
0
answers

Search in the combo box data that contains specific record in the bank

I am developing a project in C # MVC, it has a combo box that takes the data from a sql server database I did adding in the combo box itself and list all, I would like in that same combo box to be able to type for example "Maria" and return all...
asked by 11.06.2018 / 18:11