Re: Mertic distance converter with two combo boxes Programming Software Development by hekri Combo Box? Do you have to make a gui for your program? app calorimeter Programming Software Development by laavanya combo box: how to get values associated with it..please help in minutes please.....:-| combo box Programming Web Development by davy_yg …? while($row = mysql_fetch_array($result)) { } I basically need to see the combo box filled with items from sql_query. If anyone can help me… Re: combo box Programming Web Development by AARTI SHRIVAS what field you want in combo box from data base Re: combo box Programming Web Development by radhakrishna.p hai **davy_yg** replace that **'field name'** with **column's name** of the **table** what you are trying to place the values into combo box Combo box Trouble Programming Software Development by joseph.lyons.754 … to work on a database adding updating etc. And the combo boxes are giving me trouble. The process is as follows… I was wondering is there a way to display the combo box with the alredy selected choice from the database leaving the… Combo Box Events Programming Software Development by b1izzard Hi I need a help in choosing a combo box event for placing this code. I have tried with Lostfocus,… Re: Combo Box Events Programming Software Development by b1izzard … in Selectedindexchanged event means nothing happens when I leave the combo box. Combo box error Programming Software Development by Jollyyy100 I'm currently using a combo box to select one of many alternatives. From 5 alternatives only 1 works, when i click on any other it gives me the following error: "Cannot bind to the property or column 'xyz' on the DataSource.Parameter name: dataMember" Why is this error caused? What are the possible solutions to this error? Thank you Re: Combo box error Programming Software Development by Devanadhan How to autolist the items of combo box while typing how add items in combo box but without repetition Programming Software Development by angel392004 guys help me with the code for adding items in the combo box but without duplicates. i have an assignment which is a simple web browser. the combo box will be the address bar. and everytime i input an address, it will be added in combo box and should not repeat just like in the browsers. i hope you could help me. thanks Multi Column Combo box? Programming Software Development by PinoyDev Any body of you guys knows or have a link of a multi column combo box? A recenty used this combo box [Click Here](http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=71617&lngWId=1) but it crashes when 2 the same combo box is created on the form especially MDI form. Thank you! Databind to combo box Programming Software Development by weeraa I want to bind database value to combo box in C# windows form. I know this is a common … not raised any error message and data not fill to combo box. (Mentioned database table has values. It is not empty) This….ValueMember = "Stu_ID"; It is not loaded data to combo box. VB.Net problem with combo box Programming Software Development by cheskajoyce …, weight, height acceleration all of them are in combo box with assigned values like "poor", "… + _height + _acceleration FinishingTime= _distance (which is also a combo box and have assigned values of :30, 50 80)/ RaceDistance my… how to assign integer to the values of my combo boxes ("poor2 "average" etc)… HELP! detting data from ms acceass databse to combo box Programming Software Development by IT_Student_604 … efforts here.. but i really can't understand why my combo box isn't showing the names of the candidates w/ that… are entered in the databse will be listed in the combo box and all the candidates on that Party list will be… Display File Names in Combo Box Programming Software Development by yap_1991 … for what I am supposed to do. I have 2 combo boxes in the GUI and both serves the same function… same codes for the other. At the same time, the combo box would need to allow multiple selections, How do I do… C# -load data to combo box Programming Software Development by krishnisilva … first name and the last name and display in a combo box when the windows form loads. but the user who logins… his name should appear in the top of the combo box. how can i do this? Please can someone give me… Retriving Data from Database to COMBO BOX Programming Software Development by Noorul Ariff …'t know how to store data from COMBO BOX and to RETRIVE data from database to COMBO BOX... Private Sub Button1_Click(ByVal sender As… Win32 Combo Box Programming Software Development by BChicago Hi, I'm trying to add a drop down combo box for user selection in the main window of my application. … into a const char*[] and (hopefully) adds them to the combo box. The problem is my program displays Chinese characters instead of… Re: how add items in combo box but without repetition Programming Software Development by Reverend Jim The following will add "some text" to the combo box only if it doesn't already exist. Dim text As String = "some text" If Not ComboBox1.Items.Contains(text) Then ComboBox1.Items.Add(text) End If Re: Databind to combo box Programming Software Development by weeraa … is a funtion which return dataset. DS working well. But combo box is not loaded data. Re: C# -load data to combo box Programming Software Development by nishant.dasvant hi i have diffrent excel sheet data i just want to show and read in combo box after i select value this value add in list box so please help me Regarding Java SWT Combo box Programming Software Development by ynwa Hi all, I am using a SWT combo box in java. The functionality is like whenever a user enter … filtering the combos list values and displaying the list using combo.setListVisible(true). Now, after typing the first letter the list… Re: Regarding Java SWT Combo box Programming Software Development by ynwa … of `comboLabel.setListVisible(true);`. Now the focus is out of combo's textfield. Is there a way to get the focus… a function here that will prepare the list values for combo box*/ setLabel(comboLabel.getText()); Display.getCurrent().asyncExec(new Runnable() { public void… Re: Retriving Data from Database to COMBO BOX Programming Software Development by marniel647 …[/CODE] just call that function..it set the value of combo box to a database Re: Retriving Data from Database to COMBO BOX Programming Software Development by Noorul Ariff But i also need how to store the details from combo box to database... ConnectionString in combo box Programming Software Development by stefilina Hy, I have a question... I want for my application to select on startup the database i want...I thought about keeping my database name in a combo box and when i run my application i will select what i want...but....how can i concatenate in app.config the ConnectionString?Does anyone Know? Thanks. Re: Combo Box not up to current selected value Programming Software Development by poojavb What do u actually want to do in ur coding??? set the combo box value for 1 combox and then on the selection change event get the remaining values.... if I am wrong then can you be little more clear.... Combo Box HELP!! Programming Web Development by ctj … I want is that on choosing an option from combo box 1, Combo box 2 will be populated from shortlisted items in the database… know how to get combo box 1 populated; my problem is how to get combo box 2 automatically populated. eg. Combo box 1 options : dog, car… Combo Box Help Programming Software Development by bondgirl21 … options in combo box B (specific). I want to pick a word in Combo box A that has specific words/phrases in Combo Box B show… if they aren't associated with the Word picked in Combo Box A. Ex.When "Soda" is picked in A…, only "Coke, Sprite, Fanta" should be visible in combo box b, not everything else. This is the code i used…