Questions tagged as 'combobox'

0
answers

Query from selection in comboboxes

I have 4 comboboxes populated with data from a database, using js. The user selects options in these 4 boxes and, from there, I want to make a query with the options chosen. How can I get these options and save them in variables to use in my que...
asked by 18.04.2015 / 02:09
1
answer

Help - C # how to update comboBox? autocomplete type

Firstly I'm developing a system in C # and using Sql Server as a database. I would like to perform the following task: When something is typed in the comboBox I update myself, through a search in the database, example: I type A in the comb...
asked by 17.01.2015 / 10:22
1
answer

Use comboboxes to list cities and neighborhoods

I want users to select the city and neighborhood they are in, and then the city and neighborhood they want to go to through 4 comboboxes. The data is being pulled from the database, and the 2 "I'm in:" comboboxes are working, but the "I want to...
asked by 14.04.2015 / 17:25
0
answers

Adapt jComboBox Code with AutoComplete

Option 1: How can I adapt this code to my project? I created the class AutoCompletation and then in my constructor I put: AutoCompletion.enable(yourComboBox); I dragged my combobox into the design part and set it to 'editable'. When I...
asked by 18.11.2014 / 12:43
1
answer

Combo box with search

I need to create a combobox that allows the administrator to search the user and that while the administrator is searching, some options that are similar to the one that has been entered appear within the combo. In addition, after finding...
asked by 08.09.2014 / 02:53
1
answer

How to handle ComboBOX

Hello everyone, I have 2 comboBox and I have 1 (one) file with texts and subtexts texto1 < 001 > ola Hi texto2 home < 002 > hospital .... I want to load this information in the 2 combobox Combobox...
asked by 29.12.2016 / 03:21
2
answers

Help with COMBOBOX, Select cities according to chosen state

I'm programming an application in php and I have all the Brazilian states and cities in Mysql bank.    In the States table I have: id , nome , uf .       In the Cities table I have: id , nome , id_estado ....
asked by 18.01.2018 / 21:26
1
answer

put MYSQL data in the combobox of my form using class and php

I want to load COMBOBOX from the user registration maintenance form into the user's NAME data from MYSQL. I have a method below that does the query in the mysql database and returns an array public function LerDadosUsu(){ try{ $ler...
asked by 09.06.2017 / 16:29
1
answer

AddAll items in comboBox

I have a ComboBox , and I'm trying to put items (string values) but it is not accepting. I did it this way: private ComboBox<?> meuCombo; public void combos() { meuCombo.getItems().addAll("A", "B"); }     
asked by 12.07.2017 / 15:30
2
answers

Fill in a multiline-textbox with all the items in the list of a combobox

What about people all right? How do I get Fill a textbox with all the items in the list of a combobox in a textbox, where combobox items can be variable come from different places. Itwaslikethis Code:ForEachLinhaInobjClasse.atividades_sec...
asked by 06.09.2018 / 00:39