Topic profile page for Combobox.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Combobox.
Topic "Combobox" was discussed 15,418 times on 465 sites in last 3 months
Started 14 hours, 42 minutes ago (2009-12-01 22:15:00)
by Joseph Greenberg
I have a bound 2 column combobox with the following row rowsource SQL: SELECT DISTINCT qryGetFirstNames.SeqNo, qryGetFirstNames.Fname, qYDetail.FamNo FROM qYtDetail INNER JOIN qryGetFirstNames ON qYDetail.FamNo = qryGetFirstNames.FamNo WHERE (((qYDetail.FamNo)=[Forms]![fMemberInfo]![FamNo])) ORDER BY qryGetFirstNames.SeqNo;...
Started 1 day, 12 hours ago (2009-12-01 00:00:00)
by Scottgem
Hello; I have a ComboBox with an AfterUpdate event in an Access 2003 database. I have AutoExpand set to Yes. As I type in the ComboBox, the AutoExpand "picks" the value based on the first few characters I've typed (and it's not always picking the right one since some answers are similar up to the last few characters), then the AfterUpdate automatically gets triggered - without my hitting enter...
Started 1 day, 19 hours ago (2009-11-30 17:01:00)
by SteveRichter
I have a panel with a combobox on the top row. Depending on what is selected in the combobox, I want to display entirely different sets of controls in the remaining rows of the panel. If "orders" is clicked in the combobox dropdown, prompt and display order info. If "customers", prompt for and display customer info. What is a prefered way of coding something like this in WPF? A different user...
Started 1 day, 20 hours ago (2009-11-30 16:50:00)
by billboy
[RESOLVED] Give Int value to text in Combobox Thanks for reading this post and trying to help, I have a 2 combox's with the following items, Excellent,Good,Average,Fair,Poor in them and a textbox with a user defined numeric value I would like to be able to do the following: perform a calculation based on values in ...
Started 1 day, 20 hours ago (2009-11-30 16:44:00)
by tsluu
Hi, I've attempted to create a user control which uses comboBox and ListView to get a multicolumn comboBox. Everything seemed fine except I hope to remove/dispose the lv control when it is no longer in used or lost focus. Can someone correct me or give me some advice on whether Im going the right direction with the code ...
Started 1 day, 21 hours ago (2009-11-30 15:34:00)
by cwfontan
add initial selected item to a bound combobox In the form below you see how the initial selected item is the first record of the table.. these controls are bound.. I want to initially show "Select one" in the combo box or nothing at all.. and the other controls not to be bound until an actual item is selected in the combobox...
Started 2 days, 7 hours ago (2009-11-30 05:46:00)
by shachar8
hi all. i'm a begginer in wpf and i'm looking for a simple example of using a combobox. what i want is when the user will hoover over the items in combobox - the current item fontsize will grow. thanks.
Started 2 days, 7 hours ago (2009-11-30 05:33:00)
by techkenny1
Hi all, On a form I have a combobox which is set up to find data on the form. The name of the combobox is 'txtFindAsUTypeValue' and on the chnage event '=FindAsUTypeChange([Form])' I found this on a web site for access. It works ok, so if you type in the first letter say'L' then the whole name will appear beginning with 'L'. Normally this is the first name beginning with 'L' Is it possible to...
Started 2 days, 19 hours ago (2009-11-29 17:16:00)
by Untouchab1e
Fill combobox with data from MySQL tables I have a combobox in my form which I want to fill with data from one column in an SQL database. Any idea on how I do this? Kind Regards
Started 1 week ago (2009-11-25 07:52:00)
by varsha.forum
Get data from XML populated Combobox list item onClick event I would like to populate a combobox from XML file in Flash. Then, when a list item of combobox is pressed then thumbnail image of that particular category is being loaded in a movieclip from XML file. I spent a hard time to achieve this, but there is no success. I used ...
Started 3 days, 20 hours ago (2009-11-28 16:07:00)
by BrailleSchool
Get Information using stored procedure and adding all items to a combobox Hi all, I am not sure what I am doing with this and need some direction. I have attempted to create a stored procedure in SQL Server 2005 called proc_GetPrefixes with the following content Code: USE [CRM] GO ALTER PROCEDURE [dbo].[proc_GetPrefixes]...
populate Combobox problems Hi all, I've setup a list of names that is populated from a userform, this works OK. I have then tried to use a combobox (on a separate form) to use these names as its values, I first used the rowsource property but this only returned the first name in the list and after searching for the last few ...
Started 5 days, 6 hours ago (2009-11-27 06:11:00)
by uniquo
combobox not working Hi, I've followed all the instructions, but the combobox shows me a blank space instead of a list. Can someone help me out? Is it a range issue? AM I supposed to include a range in the code? http://www.contextures.com/xlDataVal11.html Thanks
Started 6 days, 11 hours ago (2009-11-26 01:03:00)
by artz
Switch combobox listfillrange with option buttons I have a combobox created from the control toolbox. Using two option buttons, I want switch the listfillrange for the combobox between worksheet ranges. The first range is on sheet1 in cells V8:V1000. The second ranges is on sheet2 covering the range B2:B500. When optionbutton ...
Started 6 days, 23 hours ago (2009-11-25 13:54:00)
by slim1313
Please Register to Remove these Ads Hey All, I have a combobox, when the user selects an item in the list I want cell A1 to equal his selection. I tried this formula in cell A1 =combobox4.Value doesnt work any suggestions? Thanks
Started 6 days, 9 hours ago (2009-11-26 03:22:00)
by rlm[_2_]
Not certain how to describe this one. A combox is placed on a form. The form is called from a continuos list via a mouse down event. If Button = acRightButton Then DoCmd.OpenForm "frmTask", acNormal End If The form, frmTask, has absolutely no code behind it. It has a combobox with a row source type of "value list" and a row source of ""Complete";"Complete with a ...
Started 6 days, 22 hours ago (2009-11-25 14:18:00)
by Harold Clements
Hello Forum, I have a question regarding the best way to use a ComboBox for opening a FileDialog. I am trying to use a ComboBox to display a list of recently open files. The top (1st) item in the list is always 'Open Other File'. My problem is that if there are no recently open files, (meaning that the only item in the list is the 'Open Other File'), the 'SelectionChanged' event will not ...
Started 1 week ago (2009-11-25 01:03:00)
by varsha.forum
I would like to populate a combobox from XML file in Flash. Then, when a list item of combobox is pressed then thumbnail image of that particular category is being loaded in a movieclip from XML file. I spent a hard time to achieve this, but there is no success. I used this code so far to accomplish this task. Code: var myXML = new XML(); myXML.ignoreWhite = true; ...
Started 1 week ago (2009-11-24 18:23:00)
by camdagr8
I'm trying to style a ComboBox (in Flash CS4) and wanted to know if it's possible to use external images as the skins instead of library assets. I tried using the UILoader as a skin and set it's source parameter to an external image, but a myriad of errors spang to life on test. Any ideas would be great. Cheers!