Advertisement

1 - 10 of 105 containing alltags:("datacombo") (0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.8
Hi How do i assign ADO Recordset object to a DataCombo control at runtime? Expect the ans. asap. (I tried datasource, rowsource,listfield,datafield properties). But they didn't work Thanks
Zones: VB ControlsDate Answered: 04/09/1999 Views: 4
When i select a value in a DataCombo, it updates the DataField only after i move off the current record. How can i make it update the DataField with the correct value right after the value is picke...
Zones: VB DBDate Answered: 03/16/2000 Views: 0
I am trying to setup a form that when I select a button it fills a datacombo with a field (secdes) from tables called DIV06sec, DIV07sec, etc. When I select from the datacombo I want it to fill the...
Zones: VB DBDate Answered: 07/15/2000 Views: 0
I have a form containing a data combo control, two ado data controls and some text boxes.  What I want to do is have the user select an item from the combo box and have the text boxes fill with ...
Zones: Visual BasicDate Answered: 03/14/2001 Views: 0
There are some controls that can do the same job. 1.ComboBox,DBCombo,DataCombo 2.DBGrid,DataGrid,MSFlexGrid I want use these controls for DB application What advantages and disadvantages for ...
Zones: Visual BasicDate Answered: 04/30/2001 Views: 0
I have a datacombo control bound to a recordsource with 400+ alphabeticaly sorted items. The DataCombo seems to only loads a small portion of the data so when I type e.g. Z it will NOT find and sel...
Zones: Visual BasicDate Answered: 06/28/2002 Views: 0
Hi, I am using a datacombo and when adding less then 8 lines the size of the combo seems to be 8 lines (when you open it). In other words there is white space at the bottom. How can I choose the...
Zones: Visual BasicDate Answered: 10/22/2001 Views: 0
My lookuptable has 3 field doc, clause, paragraph. I created 3 datacombo. When I click or change dcbDoc, dcbClause will show only clause corresponding to doc. When I click or change dcbClause, dcbP...
Zones: Visual BasicDate Answered: 09/22/2002 Views: 0
I now that I have to you Dim WithEvents As DataCombo, and then the Controls.Add, when I put VB.DataCombo for the ProgID, the program gives me and error, the problem is the library name, seems not t...
Zones: Visual BasicDate Answered: 12/11/2002 Views: 0
Please help me by sending the code how to autofill the Datacombo like when we type a letter it'll automaticallt fill the remaining string from the list in that combobox.In my project i have a form ...
Zones: VB ControlsDate Answered: 01/09/2003 Views: 19