ComboBox Questions and Answers

Recent IT Questions

1 - 20 of 47
<<PREVIOUS 1|2|3 NEXT>>

Issue with a sub procedure and its arguments.

I'm trying to build a sub procedure to create a list for a combobox.  Basically, the db has sererate fields in the client table for first and last names and I want to create a combobox that lists each in one line. The real point of the question is whether or not I can build a sub procedure so I...

Answer Question   |  Nov 20 2009  4:24 PM GMT
Access 2003 forms, VBA, ComboBox
asked by McNitro

  160 pts.

vb.net listbox problem

vb.net related questoin. i have 3 items in listbox. At one of list item i have applide method that on selectedvaluechanged open a combobox but when i click on the blank space in listbox other than listbox items, the combobox appeared still. means the selectedvaluechanged is called again. how to...

View Answer   |  Oct 28 2009  5:50 AM GMT
ListBox, ComboBox, VB.NET
asked by Vbnet12322

  45 pts.

Combo Box value

Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji

View Answer   |  Oct 21 2009  12:44 AM GMT
LotusScript, ComboBox
asked by SAMRAJ

  70 pts.

ComboBox event

Hi, I want to write a formula or javascirpt in such a way that on click of a value in one combobox(AccountType) , i want one value to be displayed in another combobox(PSD Indicator).If i am writing a java script on one event there is nothing being displayed.Can anyone explain me how to implement...

View Answer   |  Oct 21 2009  3:58 AM GMT
Lotus Notes 5.x, ComboBox, Lotus Notes
asked by SAMRAJ

  70 pts.

Using combo box to populate a sub form which is used to create a new record

Using Access 2003 I have a table called POTable which contains 4 fields. PONOID (primary Key and AutoNumber), PONO (text), VENDOR (text), GENDESCRIP (text). I have another table called MRRTable. This table contains several fields with one of them being PONOID (number). What I want to do is the...

View Answer   |  Sep 22 2009  6:25 PM GMT
Subform, ComboBox
asked by Gbullo

  70 pts.

Getting specific values from a SQL table to the ComboBox

How do I get specific values from a SQL table to the ComboBox in the running mode?

Answer Question   |  Aug 26 2009  3:53 PM GMT
SQL tables, ComboBox, combo box
asked by SQL Server Ask the Experts

  2445 pts.

Storing a ComboBox selection as a variable

I have written a reporting procedure with various company code variables representing full company names. Different reports will be generated according to the company code that is plugged into the procedure. I am trying to create a ComboBox that allows the user to select the company code, which...

View Answer   |  Aug 11 2009  9:18 PM GMT
VBA, Excel 2003, ComboBox
asked by McNitro

  160 pts.

Combobox Intro. Question

Hi! I'm extremely new at using combobox in Excel and I have 2 questions about how to incorporate them into my files. 1.) Is there software that I can use to "produce" the VB code I need to set my comboboxes over my Data Validation cells? Not used to actual programing. 2.) I wanted to know if...

Answer Question   |  Jul 8 2009  4:38 AM GMT
Excel VBA, ComboBox, VBA
asked by Kiki8302

  5 pts.

Filter combo box

I want to have a drop down list (combo box, or list box or whatever) to display a defined recordset set from a talbe depending on an enter in a field on the same form.

View Answer   |  Jun 30 2009  4:15 PM GMT
ComboBox, ListBox, Lookup
asked by Scuzantip

  20 pts.

Populate Access 2007 object in form

I am trying to populate a form object based on the value from a combo box. I have tried FindRecord and SetValue and so far nothing is working. Please help.

View Answer   |  May 27 2009  6:56 PM GMT
Access 2007, ComboBox, Microsoft Access
asked by OhioPat

  5 pts.

Ajax database lookup in ComboBox

i used ajax combobox in form , i have below some more field import from master form once refresh after ,dblookup field is going to defelet. so what can i do ?

Answer Question   |  May 20 2009  1:51 AM GMT
Ajax, ComboBox, Database programming
asked by Ajaxraju

  50 pts.

Updating Combobox after new data added

Using access 2003, I have a form (frmJobSheet) which contains a combobox (cboContacts) containing all the contacts in a talbe (tblContacts). If a name is entered in cboContacts which doesn't exist in tblContacts, I want to open another form (frmContacts) which the user would then enter the new...

View Answer   |  May 11 2009  3:07 PM GMT
Access 2003 forms, Access 2003, Microsoft Access
asked by SteIT

  15 pts.

Data Grid View Questions

Thanks Vatchy,that seems to work but i found a new problem that the combo box is responding after clicking at lest 2 times click on the scroll icon in right side. Can we do it in one click, if yes then how???

Answer Question   |  May 8 2009  7:31 AM GMT
DataGridView, ComboBox
asked by Honeyprogrammer

  35 pts.

Data Grid View Questions

How can i show the combobox in the datagridview collection. As when i opens a form which has datagridview collection ,it shows combobox as textbox but when i click on specific combobox then it shows that combo box

View Answer   |  May 6 2009  9:22 AM GMT
DataGridView, Collection, ComboBox
asked by Honeyprogrammer

  35 pts.

how can i retrieve the data from sql-server2005 from multiple tables in two combo-boxes in vb6.0 using programming code

how can i retrieve the data from sql-server 2005 from multiple tables in two combo-boxes in vb6.0 using programming code

View Answer   |  Apr 27 2009  9:18 PM GMT
VB 6.0, ComboBox, SQL Server 2005
asked by Narendar

  30 pts.

Help !! 3 Combobox!!!

hi, i'm new in VB.Net i'm creater 3 combobox in Microsoft Visual Studio .NET(Code VB), now i want combobox 2 or combobox 3 change when i choose combobox 1. 3 combobox must have diffirent value combobox 1(1,2,3) combobox 2(1,2,3) combobox 3(1,2,3) Thank for help.

View Answer   |  Apr 24 2009  10:26 AM GMT
VB.NET, Microsoft Visual Studio, ComboBox
asked by Kirakami

  5 pts.

ComboBox in Microsoft Excel VBA

HOW TO RUN A MACRO WHEN SAME VALUE IS SELECTED IN THE COMBO BOX IN EXCEL VB?

View Answer   |  Apr 22 2009  8:16 AM GMT
Microsoft Excel, VBA, Microsoft Excel macros
asked by Narmadha

  5 pts.

VB6: Getting List of records from one field of Microsoft Access Table in ComboBox

VB6: Dear sir, For the following code I am getting "Run-time error'3265': Item cannot be found in the collection corresponding to the request name or ordinal." However, I already connected Adodc1 to my database from where I want the data. Actually, what Im trying to do is, just to get record...

View Answer   |  Apr 14 2009  7:50 AM GMT
Visual Basic 6, ComboBox, Microsoft Access
asked by ScorpionEyes

  45 pts.

Retrieving AS/400 library list with Visual Basic 6

How can I retrieve As400 library list in a combo box / data combo box (Visual Basic 6) so that user may choose the corret library name then use it wherever needed. using windows 2000 or above is it possible to send me a sample program which explains how to do it. Thanks

Answer Question   |  Apr 8 2009  7:49 AM GMT
AS/400 Library, Visual Basic 6, ListBox
asked by 2135

  5 pts.

Populating one combobox in Delphi 7 from another?

I have one combobox in which you select an option. What is the sql used in the query to restrict the second combobox depending on the first value. All I seem able to get is: [SELECT Name_Of_Race FROM Races WHERE Name_Of_Allegiance = DBLookupComboBox1.Value] Here, when I press the button to set...

View Answer   |  Mar 27 2009  2:55 PM GMT
Delphi, ComboBox, SQL
asked by RavenMoon

  5 pts.

1 - 20 of 47
<<PREVIOUS 1|2|3 NEXT>>