Questions tagged as 'combobox'

1
answer

Structure on Threads in Java Swing

I make my first consultation available and in advance I appreciate the future answers. To start I have a form that contains 2 jcombobox : jcbSerie and jcbPartido . The form integrates Runnable() In the form varia...
asked by 24.05.2018 / 16:37
2
answers

Search data in Sql and display them in C # ComboBox

Good afternoon. I would like to know how I can show data in ComboBox . This data I look for in SQL and I show them in a DataGridView but I would like to show it in a ComboBox , this is what I have of code. public DataTabl...
asked by 25.11.2016 / 21:54
2
answers

Change several Select through only one with jquery

well as the title says I need to change several select when I select one that I have as the head of the others, I'll put my example in code: //Este es el select que tiene que cambia a los otros al yo seleccionar alguna de sus opciones &...
asked by 06.01.2017 / 16:24
2
answers

Problem with combobox selecting the Index c #

Well the following happens I have 2 ComboBox with names of countries then let's say the following a trip from Spain to Germany worth 800000 vice versa is worth the same so I have it like this if(combo1.Selectedindex==1 && comb...
asked by 23.09.2018 / 05:33
1
answer

Get id of a laravel combo

I'm working with LARAVEL I have a foreach that uploads stuff to me from my database in a view. I need to select a subject to send your id to another view ... What he does now is that when selecting different subjects, he loads the same id, an...
asked by 07.11.2017 / 07:07
1
answer

How to fill Java Textbox depending on the value of 2 Combobox?

I have created a java form with NetBeans, a JFrame (Main), Dialog (Enrollment), Student Class, Student Manager Class. In Enrollment I have 2 comboboxes one for the cycle and another for the course, depending on that the txtcredito (Credito) and...
asked by 29.11.2016 / 04:02
2
answers

Create query with value of a Select

In advance, thanks for your help. I am trying to make a form in which, when selecting an option in a combobox, take the selected value and can put together a query to insert a value into an input text. I'm stuck on how to put the value of the...
asked by 06.12.2018 / 02:03
1
answer

Problem with Combobox in Frame "scrollable", the scroll event passes to the father

I'm doing a desktop application with Tkinter and Python. I have inserted a drop-down control ttk.Combobox for several options but I have a problem. The combobox is inside a frame with scroll bar and when under the mouse wheel the c...
asked by 29.08.2018 / 11:14
2
answers

.Net leave Combobox option selected by default

I have a combobox that takes the DataSource of an Enum, the order of the enum I do not like, but I can not modify said enum, I would like to have an option (the third one) preset by default in the combobox. How could I do it? I ended up using...
asked by 18.07.2018 / 23:23
1
answer

How to fill a Java box combo from another class Using MySql

It turns out that I created a class with java interface in conjunction with NetBeans. Well I have a combo that filled it with the result of a query but when opening a new frame I insert a data to mysql and when it closes I want it to update auto...
asked by 14.09.2016 / 03:02