Questions tagged as 'combobox'

2
answers

Input does not send value from combobox

<TR> <TD bgcolor="#CCCCCC" class="myinputstyle" size=16 >Cidade:</TD> <TD> <select name="cidades" > <option value=""></option> <option value="sp">S...
asked by 21.08.2016 / 00:11
1
answer

Write value of a combobox when uploading files?

Good afternoon. I started this week in a PHP development company. I need to include a combobox on a page that uploads files. The upload already works and has been used. ** I would like help to save the selected value in the combobox in the sa...
asked by 07.07.2016 / 22:27
1
answer

How to make a ComboBox with GridView?

I'm trying to make a ComboBox that I click to be filled with a GridView, I know it's from DevExpress, I use version 16.1 now. example:     
asked by 27.07.2016 / 03:46
2
answers

Static DataTable, how to load?

I need to create a method, which when the user logs into the system, when the initial menu is loaded, it loads a Static DataTable , so that I can use DataTable in future, to populate some ComboBox , without have the need to ma...
asked by 23.07.2016 / 01:03
1
answer

Create RadioGroup based on selection of ComboBox using INI, dynamically in Delphi

Context: Using a personal application made in delphi-7 , I was adding new actions as needed on a TRadioGroup , but now it contains many items (16), harming the usability of the application. What I wanted to do would be to categori...
asked by 13.05.2016 / 16:05
1
answer

Assign selected item to Jcombobox

I have a problem where my jComboBox values are not being returned but the values in the database are correct. I have a Vehicle Master jframe, which when triggered by the search button, calls the pesquisaVeiculo methods and calls a jDia...
asked by 26.04.2016 / 13:15
1
answer

Combobox + Arraylist + SQL

Hello, I have the following problem in question: I made an array list to list data in a combo box, but it only lists the data in the first table, in the case: "catdesc", which is the description of a car category, whether it is Sports, etc. B...
asked by 19.04.2016 / 03:35
0
answers

Popular comboBox through a query in the database

I know I'm doing the wrong way to populate my comboBox, I'm doing this on the client side rather than doing server side is that java is not my beach. I'm trying to pop up my comboBox as follows: But from the error can not find symbol class c...
asked by 12.12.2015 / 00:34
1
answer

How to use filter for a combobox in C # .NET using SQL Server?

I need to give an improvement on a project that I'm doing in MVC, with SQL and I already did a combobox that takes the data from the database, but I need to create a page to filter data from the database. Ex: I have a text field and a combobo...
asked by 16.07.2015 / 14:57
1
answer

Ms access 2 querys for the same comboboxes

Good to all I'm programming a database and I would like to have a kind of 3 querys. I'll try to be as accurate as possible. I have 2 combo boxes that are interconnected, in this case I specifically make and model, and when I choose the brand, it...
asked by 01.07.2015 / 22:13