Questions tagged as 'combobox'

0
answers

Is it normal for the combobox to appear that way? c #

I have a question, because the combobox, when it is pressed that way, I just implemented the automplete, but apparently when the combo is full, it tells me the whole combo occupying the screen, is there any way that it unfolds? just down. and do...
asked by 17.02.2018 / 03:24
1
answer

Combobox autocomplete .net

I saw this code and I want to implement it, in a datagridview, but the problem is that it only allows writing a character, but it works. in autocomplete, how could this allow you to completely write the word. private void comboBox1_KeyPress(...
asked by 15.02.2018 / 03:15
1
answer

How to show a value of a ComboBox in javafx by passing a value?

friends I'm doing an application in javafx which has to perform the CRUD operations, now I have a combobox with the name typedocumento, now I capture the information and I keep everything well, when updating the data I could not make the combobo...
asked by 21.10.2017 / 07:49
1
answer

Pass value of a selected row of jtable to a jcombobox in java

my problem is the following, I have a jtable loaded from the DB and I want to select a row, by pressing enter I am charged a JCombobox that I have in another JFrame which I do: Event pressing enter if ((evt.getKey...
asked by 25.08.2017 / 03:14
2
answers

ComboBox Problems

Good afternoon. I have a problem with a select to bring to list to choose the name of a worker from a table, but I read the guides and can not find the detail, because when testing it on the web, only the empty space appears, the part of...
asked by 14.08.2017 / 22:10
0
answers

COMBOBOX: Unidentified object error or variable with not established

I have a form that when starting must fill certain ComboBox, I have problems with some in particular, which are filled from a function that invokes data from SQL SERVER. The issue is that when I put the Call llenarInstrumentos(cmbCVinstr)...
asked by 30.06.2017 / 20:18
0
answers

Combo Box to paint an input

I have this code that contains two functions and both work the only thing that I want is to change that instead of being shown in a select they are shown in an input type text readonly The HTML that contains the select that formats the combo...
asked by 02.06.2017 / 10:01
1
answer

Problem with setSelectedItem in JComboBox

I have a problem fixing an object in a combobox. I explain the situation. I have a mysql a table with a data series (client table), one of those data is a foreign key to another table (city table). In my java program I create an object with the...
asked by 22.04.2017 / 20:25
1
answer

Telerik asp.net ajax Load Combobox in Cascade without PostBack

Good morning! I am using the telerik controls and I would like to know if there is any possibility of loading a cascaded combobox without having the postback effect, I mean, I do not want to see the effect of reloading the form since it looks ve...
asked by 13.01.2017 / 10:20
1
answer

Combox query

Could someone help me hide the element of a ComboBox once they select it and not lose the internal index for the other elements? My ComboBox I charge with the following method. Private Sub ListarPeriodo() Dim _lista As New...
asked by 26.11.2016 / 15:38