Questions tagged as 'combobox'

1
answer

Fill a Class with an ArrayList of Objects of another kind

Basically I am designing a program for a restaurant (without stock), it is to render the programming subject. I request help :( I have an Input class, another Plato class, and another Mesa class. Objects of type Inputs are instantiated wit...
asked by 04.08.2016 / 22:09
1
answer

Find an object in a List where 2 equal objects do not have the same instance

I'm wanting to fill a comboBox with a series of Matters but I do not want it to be repeated. What I do is go through courses already filtered for the student that contain a subject id. listaCursos = curlog.GetAllFiltrados(); foreach (C...
asked by 12.10.2018 / 15:05
3
answers

Problem filling OPTION / COMBOBOX / DROPDOWNLIST CakePHP

I'm having a problem wanting to fill a Combobox / dropdownList in CakePHP I fill it up like this: public function obtComunas() { $Comuna = $this->ManComuna->find()->select(['codigo_comuna', 'descripcion'])->toArray();...
asked by 20.12.2016 / 17:39
2
answers

Update ComboBox

I have a class with public static List<Persona> Personas { get; set; } where people are saved. then in the main form when loading private void Principal_Load(object sender, EventArgs e) { recargar_CBPersonas();...
asked by 27.08.2018 / 21:39
1
answer

Pass ComboBox to Input

I have a ComboBox that when I select it I want to pass the data to Input That is, what I want to achieve, is when you select the Select this in turn paint in Input the data that corresponds to the query you are mak...
asked by 16.08.2017 / 13:14
1
answer

Activate a combobox depending on the result of another combobox

I want to upload the values in this combo box depending on the selection made in another combobox. I mean, I have an application that allows you to add a car and I would like to select the values through queries depending on the value taken...
asked by 22.12.2016 / 09:55
1
answer

Get data through POST to PHP from a MYSQL SQL query

** Hello good day, I wanted to know how I can get a value of a query by means of post to send it to a php. What happens is that in the example code that I followed ( Link ) only sends 3 data of different combobox and I occupy a 4th...
asked by 26.07.2018 / 04:32
1
answer

How to show in a Datagridview a list of objects to choose from in a ComboBox (with different lists as options)

I have different lists of different objects and a ComboBox with the names of each list. How can I do so that each time I choose the name of a list the Datagridview shows the chosen option? With DataSource I can only se...
asked by 19.07.2018 / 17:12
1
answer

How do I get the value of a record selected by combobox using php [closed]

If anyone has an answer, I will thank them very much. I want to get the value of the selected record to show it in the same form from where I select the record. This is my code: <tr> <td scope="row" align="right">Nombre de Ca...
asked by 28.06.2018 / 18:01
1
answer

how to insert the value of a select into multiple columns of a table in MYSQL PHP

good day, I hope you can support me with this query, How can I insert the value of a select (combobox) php in multiple columns in a table in mysql depending on the selected data? . For example I have this form linked to nested combobox with...
asked by 14.05.2018 / 17:41