No announcements
Found 2821813 threads
-
0 Votes
Data Form With Combo Boxes and Entity Item Source
of the combo boxes i.e. Since my data form is on a user control should I bind the item source to a property I create on the user ...Answered | 1 Replies | 627 Views | Created by DigitalDiamond - Wednesday, September 21, 2011 6:15 AM | Last reply by Shi Ding - Tuesday, September 27, 2011 5:34 AM -
0 Votes
Complex data-binding with multiple combo boxes
Hi there, I've been using Visual Basic and SQL Server for only a few months so I feel quite lost with what I'm doing (complex data binding with combo ...Answered | 1 Replies | 3470 Views | Created by R41han - Friday, July 11, 2008 4:10 PM | Last reply by R41han - Wednesday, July 16, 2008 2:03 PM -
0 Votes
Form Slow with Combo Boxes
I added Part 2 and 3 into the IntitializeComponent event and this appears to have solved this but now I canont iew the design of the form.Answered | 4 Replies | 3581 Views | Created by ForumPosting - Wednesday, July 2, 2008 7:55 AM | Last reply by Ji.Zhou - Wednesday, July 9, 2008 3:17 AM -
0 Votes
Data binding with combo boxes
I need a master-detail scenario where code is the key and other values should change for current code when altered. Now all combo boxes change value when ...Answered | 16 Replies | 4710 Views | Created by Rainer Engblom - Tuesday, March 11, 2008 12:55 PM | Last reply by Atul Gupta - Tuesday, March 25, 2008 11:33 AM -
5 Votes
Serialization, Combo-boxes and Data.
Man, started to become familiar. Anyway, here I used this method (serialization) to create data (skills) into a combo-box. I can select a ...Answered | 14 Replies | 447 Views | Created by Commissioner James Gordon - Thursday, May 7, 2015 8:48 AM | Last reply by Andy ONeill - Friday, May 8, 2015 2:07 PM -
0 Votes
looping through form Combo Boxes
Im attempting to loop through form controls and find the combo boxes and changes the selected index to -1. im able to find the Combo ...Answered | 6 Replies | 2142 Views | Created by uknowmeim - Tuesday, October 11, 2011 3:22 AM | Last reply by Ameem - Wednesday, October 12, 2011 9:28 AM -
0 Votes
Filling combo boxes with DB data
columns. And in a form I have three combo boxes that I want to fill with the data in Column1 Colum2 and Colum3 ...Answered | 2 Replies | 4576 Views | Created by Blizarazu - Monday, January 8, 2007 10:03 PM | Last reply by Blizarazu - Thursday, January 11, 2007 11:09 PM -
0 Votes
Help with combo boxes and record lookups
pretty sure it would work but I'm not sure how to bind the form to the original table based on the customer ID now strung together with the new combo box ... -
1 Votes
Requery Dynamic Combo Boxes with Form and Subform
I'm using Access 2010. I have a form and subform with two combo boxes. One combo box lists vendors is located on the Main ...Answered | 3 Replies | 1199 Views | Created by pjscott51 - Wednesday, January 22, 2014 3:02 PM | Last reply by Paul Eugin Francis - Wednesday, January 22, 2014 7:16 PM -
0 Votes
Combo BOXES
I need to create a new form with double combo boxes where listings of the second item combo box depends on the first combo box. ...Answered | 2 Replies | 3111 Views | Created by Leevs05 - Sunday, May 31, 2009 10:22 PM | Last reply by Linda Liu - Wednesday, June 10, 2009 9:05 AM -
0 Votes
Problems with Combo Boxes
Hi Jenx222, There is no SelectItemChanged event handler for Combo Boxes. I did a search in Help and there isn't anything there eitherUnanswered | 7 Replies | 2698 Views | Created by danwsc - Wednesday, March 5, 2008 10:21 AM | Last reply by danwsc - Tuesday, March 11, 2008 1:39 AM -
0 Votes
problem with Combo Boxes, automation error
Hi, I am new here and I'm facing a problem with the combo boxes. I need to finish an assigment (it is not based on real data) ... -
0 Votes
Cascading Combo Boxes
fields. I am just not sure the best way to organize the data and construct the Company Cascading Combo Boxes to work. I hope I have been clear in my ...Unanswered | 0 Replies | 674 Views | Created by Continuing Education Teacher - Thursday, August 14, 2014 6:27 PM -
0 Votes
DataGridView and Combo Boxes.
Kool looking idea but binding is going to be fun.... Where are you loading the specific data for each company? It looks like your seting only one company detail ...Answered | 2 Replies | 3163 Views | Created by JerryCic - Monday, March 12, 2007 12:13 AM | Last reply by cybertaz69 - Monday, March 12, 2007 8:27 PM -
0 Votes
Goofy Combo Boxes and Vista!
Foxpro Menu items, combo boxes not refreshing selected item under Aero in VistaAnswered | 2 Replies | 3283 Views | Created by Chass101 - Wednesday, January 16, 2008 3:57 AM | Last reply by Carl Warner - Wednesday, January 16, 2008 6:54 AM -
0 Votes
combo boxes and datagridview
is what I did. Since the combo box selectedValue is not the same as the ArtistID in the data base, I used the selectedItem from the combo box and then manipulated ...Unanswered | 2 Replies | 4159 Views | Created by Jonsey - Wednesday, February 3, 2010 6:45 AM | Last reply by Jonsey - Friday, February 5, 2010 7:15 PM -
0 Votes
Combo Boxes
="GetPersonQuery" AutoLoad="True" A grid (list) and data form. I would like to add a data driven combo onto the data ...Answered | 3 Replies | 4435 Views | Created by Lee Royston-Hayes - Thursday, November 19, 2009 12:27 PM | Last reply by Min-Hong Tang - MSFT - Friday, November 27, 2009 5:27 AM -
1 Votes
Bind same data source to multiple combo boxes easy way?
Hallo , i would like to bind multiple combo boxes in the form to same data source. What is the easiest way to achieve this?. All combo ...Answered | 3 Replies | 421 Views | Created by Shan1986 - Saturday, July 20, 2019 1:38 PM | Last reply by Shan1986 - Sunday, July 21, 2019 7:49 PM -
1 Votes
Error With Cascading Combo Boxes
I am currently trying to create a form to add new records to a table called "TransactionT" with cascading combo boxes that filter from a category box, a ...Answered | 9 Replies | 740 Views | Created by JonathonH - Tuesday, April 29, 2014 4:04 PM | Last reply by Ken Sheridan - Tuesday, April 29, 2014 8:33 PM -
0 Votes
Databinding Cascading combo boxes
Hi all, Having some problems using databinding to display a master/details view - where the details view contains cacading combo boxes. In the ...Unanswered | 1 Replies | 3940 Views | Created by russau - Wednesday, January 14, 2009 6:20 AM | Last reply by russau - Saturday, February 21, 2009 2:13 AM - Items 1 to 20 of 2821813 Next ›
No announcements